/*                     */
/* Mise forme générale */
/*                     */
html, body {
height: 100%;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
font-size: 10pt;
text-align: center;
color: white;
background-color: black;
padding: 0; 
/* top right bottom left */
margin: 0 0 10px 0;
background-image: url("../images/background.jpg");
background-repeat: repeat-x;
background-position: left top;
}
/* Conteneur de la Page */
#container {
width: 973px;
min-height: 550px;
text-align: center;
padding: 0; 
margin: auto;
background-image: url("../images/container-background.jpg");
background-repeat: no-repeat;
background-position: left top;
/* top right bottom left */
padding: 0 0 0 17px;
}
/* Hack pour IE */
* html #container {
width: 990px;
}
/* Header */
#header {
width: 973px;
height: 200px;
margin: auto;
}
/* Colonne Gauche */
#gauche {
width: 200px;
float: left;
text-align: center;
background-image: url("../images/menu-background.jpg");
background-repeat: no-repeat;
background-position: left top;
/* top right bottom left */
margin: 69px 10px 0 0;
}
/* Corps de la Page */
#corps {
width: 736px;
text-align: justify;
padding: 0; 
/* top right bottom left */
margin: 0 auto 10px auto;
float: left;
position: relative;
}
/* Pied de Page */
#footer {
width: 956px;
text-align: center;
font-size: 7pt;
color: #7a7a7a;
background-color: inherit;
margin: auto;
border-top: 1px dashed #7a7a7a;
clear: both;
}
/*                         */
/* Placements des éléments */
/*                         */

/* Logo */
#logo {
width: 478px;
height: 200px;
background-image: url("../images/logo.jpg");
background-repeat: no-repeat;
background-position: left top;
float: left;
}
/* Bannière publicitaire 468x60 */
#pub {
width: 468px;
height: 60px;
/* top right bottom left */
margin: 0 0 20px 4px !important;
float: left;
}
#pub img {
border: none !important;
}
/* Bloc Droite */
#droite {
width: 220px;
height: 209px;
float: right;
font-weight: bold;
text-align: left;
color: black;
background-color: inherit;
background-repeat: no-repeat;
background-position: left top;
/* top right bottom left */
padding: 0 15px 10px 15px;
margin-right: -10px;
}
/* Hack pour IE */
* html #droite {
width: 250px;
margin-right: -5px;
}
/* Bloc Droite en fonction des pages */
.droite-accueil {
background-image: url("../images/droite-accueil.jpg");
}
.droite-photos {
background-image: url("../images/droite-photos.jpg");
}
.droite-videos {
background-image: url("../images/droite-videos.jpg");
}
.droite-journal {
background-image: url("../images/droite-journal.jpg");
}
.droite-liens {
background-image: url("../images/droite-liens.jpg");
}
.droite-contact {
background-image: url("../images/droite-contact.jpg");
}
/* Liens Pied de Page */
#footer a:link, #footer a:visited {
color: #7a7a7a;
text-decoration: underline;
background-color: transparent;
outline: none;
}
#footer a:active, #footer a:hover {
color: white;
background-color: transparent;
outline: none;
}

/*                      */
/* Menus Colonne Gauche */
/*                      */

#navigation {
	margin: 0 0 10px 0px;
	padding: 28px 0 0 0;
	list-style: none;
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	width: 200px;
	z-index: 150;
}

#navigation a, #navigation span {
	margin: 0px;
	padding: 0 0 0 30px;
	height: 30px;
	line-height: 30px;
	color: black;
	background-color: #ff9825;
	text-decoration: none;
	background-image: url("../images/menu-off.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}

#navigation a:active, #navigation a:focus, #navigation a:hover {
	color: #660033;
	background-color: #ffd401;
	background-image: url("../images/menu-on.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}

#navigation .open a, #navigation .open span {
}

#navigation .subMenu {
	margin: 0px;
	font-size: 10pt;
	padding: 0px;
	list-style: none;
	z-index: 100;
	display: none;
}
#navigation .subMenu a {
	margin: 0 0 0 20px;
	padding: 0 0 0 30px;
}

#fin {
width: 200px;
height: 19px;
line-height: 19px;
list-style: none;
background-image: url("../images/menu-fin.jpg");
background-repeat: no-repeat;
background-position: left top;
}



/*                      */
/*        Titres        */
/*                      */

/* Titres Colonne Gauche */
#gauche h1 {
height: 21px;
font-size: 11pt;
text-align: left;
text-indent: 25px;
color: white;
background-color: inherit;
background-image: url("../images/menu-puce.jpg");
background-repeat: no-repeat;
background-position: left top;
/* top right bottom left */
margin: 0 0 10px 5px;
border: none;
}
/* Titres Contenu */
.h1 {
height: 22px;
color: white;
background-color: inherit;
font-size: 12pt;
/* top right bottom left */
margin: 0 0 3px 0;
text-indent: 25px;
background-image: url("../images/titre-background.png");
background-repeat: no-repeat;
background-position: left top;
clear: left;
}
/* Sous Titres Contenu */
h2 {
color: #ffd401;
background-color: inherit;
font-size: 10pt;
/* top right bottom left */
margin: 0 0 3px 0;
}
.special_text {
	color: #ffd401;
}
/* Petits Sous Titres */
h3 {
width: 64px;
height: 45px;
line-height: 18px;
color: #660033;
background-color: inherit;
font-size: 8pt;
/* top right bottom left */
margin: 5px 0 0 0;
text-align: center;
background-image: url("../images/bulle.png");
background-repeat: no-repeat;
background-position: left top;
float: left;
}
/* Titres Bloc Droite */
#droite h1 {
width: 160px;
height: 40px;
line-height: 20px;
font-size: 13pt;
text-align: center;
color: #660033;
background-color: inherit;
/* top right bottom left */
margin: 18px 0 10px 65px;
padding: 0;
clear: both;
}

#bloc
{
	font-weight: normal;
	font-size:11px;
}

#bloc a
{
	color: #111111;
	font-size:10px;
}

/*                      */
/*        Divers        */
/*                      */

/* Images Colonne Gauche */
#gauche img {
border: none;
/* top right bottom left */
margin: 0 0 5px 0;
}
/* Liens Colonne Gauche */

/* Images Colonne Droite */
#droite img {
border: none;
margin: 1px;
}
/* Images Contenu */
#corps img {
border: 0px solid white;
/* top right bottom left */
margin: 0 5px 0 5px;
}

/* Liens */
a:link, a:visited {
color: #ffd401;
background-color: transparent;
text-decoration: none;
outline: none;
}
a:active, a:hover {
color: #ff9825;
background-color: transparent;
text-decoration: underline;
outline: none;
}
/* Ligne de séparation */
hr {
background-color: #ff9825;
border: 1px solid #ff9825;
height: 2px;
clear: both;
display: block;
}
/* Alignements divers */
.gauche {
float: left;
}
.droite {
float: right;
}
/* retour à la ligne forcé */
.clear {
clear: both;
}
object {
display: block;
/* top right bottom left */
margin: 10px 10px 10px 10px;
}
/*               */
/*  Formulaires  */
/*               */

form {
width: 480px;
/* top right bottom left */
margin: 10px 0 0 0;
padding: 0;
text-align: center;
}
form p {
margin: 0;
}
fieldset {
text-align: center;
padding: 5px;
border: 1px solid #ff9825;
}
legend {
font-size: 10pt;
font-weight: bold;
color: #ffd401;
background-color: inherit;
}
input {
font-size: 8pt;
margin-bottom: 2px;
}
textarea {
font-size: 8pt;
margin-bottom: 2px;
}

/*                       */
/*  Galerie Photo Dhtml  */
/*                       */

#galerie {
text-align: center;
}
#galerie img {
border: 1px solid white;
margin: 8px;
vertical-align: middle;
}
#galerie a {
background-color: transparent;
}
#thumbBox {
position: absolute;
left: 0;
top: 0;
width: auto;
/* top right bottom left */
padding: 5px 10px 0 10px;
color: black;
background-color: black;
border: 2px solid white;
visibility: hidden;
z-index: 10;
cursor: pointer;
background-image: url("../images/background.jpg");
background-repeat: repeat-x;
background-position: left top;
}
#thumbBox #thumbImage {
font-weight: bold;
color: white;
background-color: transparent;
margin-bottom: 5px;
}
#thumbBox #thumbImage img {
border: 2px solid white;
}
#thumbLoading {
position: absolute;
visibility: hidden;
border: 1px solid black;
color: black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

#laphoto {
	height:300px;
	position: absolute;
	top: 105px;
}

#galeriephoto {
	position: absolute;
	top: 575px;
	height: 200px;
	width: 750px;
	overflow: auto;
}

#galerie_pied {
	height: 700px;
}

#table_presentation td{
	font-size: 9pt;
}
