body
{
   text-align: center;
   margin-top: 5px;
   margin-bottom: 5px;
   margin-left: auto;
   margin-right: auto;
   background-image: url("../images/fond_1280.gif");
   background-attachment: fixed;
   background-repeat: no-repeat;
   background-position: center; /* Le fond est centré */
}
#en_tete /* bannière */
{
   position: relative;
   left: 0px;
   right: 0px;
   margin-left: auto;
   margin-right: auto;
   width: 800px;

   height: 114px; /* hauteur */
   margin-top: 5px;
   margin-bottom: 5px;

   background-image: url("../images/banniere_casa_ brazza.png");
   background-repeat: no-repeat;
   background-position: center; /* Le fond est centré */
   z-index:10;
}
#corps /* Le menu */
{
   position: relative;
   left:0px;
   right:0px;
   margin-left: auto;
   margin-right: auto;
   width: 800px;

   text-align: left;
   font-family: Verdana,Tahoma;
   font-size: 10px;
}
#menu /* Le menu */
{
   width: 180px;
   text-align: left;
}
.element_menu h3
{
   color: red;
   font-family: Verdana,Tahoma;
   font-size:16px;
   font-weight: bold;
   text-align: center;
   margin: 0px;
}
.element_menu ul /* listes à puces se trouvant dans un menu */
{
   font-family: Verdana,Tahoma;
   font-weight: bold;
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
}
.element_menu a /* Tous les liens se trouvant dans un menu */
{
   color: blue;
   font-family: Verdana,Tahoma;
   font-size:12px;
}
.element_menu a:hover /* Quand on pointe sur un lien du menu */
{
   color: red;
   /*text-decoration: underline; */
   font-family: Verdana,Tahoma;
   font-size:12px;
}
#pied_de_page
{
   /*position: fixed;*/
   position: relative;
   font-family: Verdana,Tahoma;
   font-size: 12px;
   bottom: 0px;
   right:5px;
}

/* les titres */
h1
{
   color: rgb(243,65,150);
   font-family: Verdana,Tahoma;
   font-size: 20px;
   text-align: center; /* Pour centrer le titre */
   margin:0px;
}
h2
{
   color: rgb(27,1,255);
   font-family: Verdana,Tahoma;
   font-size: 16px;
   font-style: italic; /* Les titres h2 seront en italique ! */
   text-align: center; /* Pour centrer le titre */
   margin:0px;
}
h3
{
   font-family: Verdana,Tahoma;
   font-size: 12px;
   margin:0px;
}
p /* les paragraphes*/
{
   font-family: Verdana,Tahoma;
   font-size: 10px;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: 10px;
   margin-right: 10px;
   text-align: justify; /* Ils seront justifiés */
}
ul /* les listes a puces*/
{
   font-family: Verdana,Tahoma;
   font-size: 10px;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: 10px;
   margin-right: 10px;
   padding-left: 20px;
}
.signature
{
   text-align: right; /* Pour aligner à droite ma signature */
   font-family: Verdana,Tahoma;
   font-size: 10px;
   text-decoration: underline;
}
.clignotant
{
	text-decoration:blink;
	color: red;
	font-family: Verdana,Tahoma;
	font-size: 16px;
	text-align: center;
	left:5px;
}
.parrainage
{
	font-family: Verdana,Tahoma;
	font-size: 12px;
	color: blue;
}

.zoom img {
width:450px;
height:337px;
}
.zoom img:hover {
width:900px;
height:670px;
}


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../lightbox/images/nextlabel.gif) right 15% no-repeat; }
/*#nextLink:hover, #closeLink:visited:hover { background: url(../lightbox/images/closelabel.gif) 15% no-repeat; }*/


#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

