body {
background-color: #f3f3f3;
color: #966b38;
background-image: url('header.jpg');
background-repeat: no-repeat;
font-family: arial;
behavior: url(csshover.htc);
}
b {
color: #0f7ecf;
}
i {
letter-spacing: 1px;
color: #dbaf00;
}
u {
font-weight: bold;
}
s {
font-variant: small-caps;
color: #dbaf00;
}
h1 {
font-size: 17px;
font-family: Century,georgia;
text-transform: uppercase;
color: #ffffff;
border-top: 4px solid #dba45c;
text-align: right;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 1px;
margin-top: 2px;
background-color: #b7823e;
 -moz-border-radius-topleft: 2px; -moz-border-radius-topright: 2px;  
 -moz-border-radius-bottomleft: 2px; -moz-border-radius-bottomright: 2px;
}
h2 {
font-size: 14px;
font-weight: normal;
text-align: right;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 1px;
margin-top: 1px;
color: #bc7b25;
font-family: georgia;
letter-spacing: -1px;
text-align: center;
background-color: #dfaa64;
 -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px;  
 -moz-border-radius-bottomleft: 14px; -moz-border-radius-bottomright: 14px;
}
img {
border: 1px solid #c5290f;
 -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px;  
 -moz-border-radius-bottomleft: 3px; -moz-border-radius-bottomright: 3px;
padding: 3px;
}
a {
text-decoration: none;
border: 0px;
letter-spacing: 1.5px;
color: #862010;
}
a:hover {
text-decoration: underline;
} 
 img:hover {
 filter:alpha(opacity=50); opacity: 0.8;
 border: 1px solid #dd6551;
}




#stat{
position: absolute; 
height: 300px;
width: 200px;
top: 40px;
left: 850px;
font-size: 12px;
font-family: georgia;
background-image: url('stat.png');
background-repeat: no-repeat;
padding-right: 5px;
padding-top: 34px;
}
.stat {
font-size: 11px;
font-family: arial;
color: #ac895f;
text-align: center;
padding-top: 10px;
}

#content {
position: absolute;
top: 100px;
left: 67px;
height: 370px;
width: 355px;
overflow: auto;
font-size: 12px;
padding: 4px;
text-align: justify;
}
#bottom {
position: absolute;
top: 480px;
left: 75px;
width: 280px;
height: 40px;
font-size: 11px;
}
#bottom table {
width: 100%;
height: 100%;
vertical-align: middle;
}
#bottom td {
vertical-align: middle;
}
#contact {
position: absolute;
width: 155px;
height: 32px;
top: 59px;
left: 580px;
}
#contact img {
border: 0px;
padding: 0px;
}

#locaux {
position: absolute;
width: 262px;
height: 190px;
top: 110px;
left: 480px;
}
#locaux img {
border: 0px;
padding: 0px;
}

#menu{
position: absolute;
top: 345px;
left: 545px;
height: 100px;
width: 145px;
}

div#menu ul {
             padding: 0;
             width: 130px;
             border:1px solid #e6c348;
             margin:0px;
            }

/*On positionne les elements du menu */
div#menu ul li {
                position:relative;
                list-style: none; /*on enleve les icones de liste */
                border-bottom:1px solid #e6c348; /*ajout d'une bordure de separation d'element:*/
               }

div#menu ul ul {
                position: absolute;
                top: 0;
                left: 130px; /*100px correspond au décalage a droite, on décale de la taille du ul de base*/
               }  

div#menu li a {
               text-decoration: none; /* plus de soulignement pour les liens */
              }
			   /*fond jaune pr les sous-menu*/
div#menu li.sousmenu {
                      background-color: #e6c348;
                     } 
/* On cache tous les sous menu avec la propriété display none */
div#menu ul ul {
                position: absolute;
                top: 0;
                left: 130px;
                display:none
               }
div#menu ul.niveau2 {
background-color: #e6c348;
}
/*Lors du survol ,avec la souris, les sousmenu apparaissent grace a display: block */
div#menu ul.niveau1 li.sousmenu:hover ul.niveau2,
div#menu ul.niveau2 li.sousmenu:hover ul.niveau3 {
                                                  display:block;
                                                 }
												  /* fond blanc pour le menu */
div#menu a {
            color:#d88f0f;
           }

/* fond different au survol de la souris entre les sous-menu et les "basiques"*/
div#menu li:hover {
                   background: #dfbb3d;
                  }

div#menu li.sousmenu:hover {
                            background: #dfbb3d;
                           }

/* Rajout d'une petite fleche pour les sous menu (j'ai pioché cette astuce sur le web ;) )*/
div#menu li.sousmenu {
                      background: #fdf684;
                     }

/* on rajoute une bordure a gauche et des padding, on doit donc réajuster la taille 100-(8 de bordure + 8 de padding) =84 */
div#menu li a {
               text-decoration: none;
               padding: 4px 0 4px 8px;
               display:block; border-left:
               8px solid #face34; width:84px
              }

/* la bordure de chaque hauteur a une couleure de survol*/
div#menu li a:hover {
                     border-left-color: #d22a10;
					 color: #d22a10;
                    }
div#menu ul ul li a:hover {
                           border-left-color: #517b00;
						   color: #517b00;
                          }
div#menu ul ul ul li a:hover {
                              border-left-color: #107fd3;
							  color: #107fd3;
                             } 
 #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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 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; }