/* fond autour de la page */
body { background-color:#E0E0E0;}

/* couleur des titres */
H1{font-family:arial, helvetica; font-size:18px; font-weight:bold; color: #FFFFFF;}
H2{font-family:arial, helvetica; font-size:12px; font-weight:bold; color: #000000;}


/* le grand cadre */
#container
{
width: 780px;
/*margin: 5px auto;*/
background-color: #fff;
color: #333;
border: 1px solid gray;
line-height: 130%;
font-family:arial, helvetica;
font-size:12px;
font-weight:none;
vertical-align : top;
}

table {
color: #333;
line-height: 130%;
font-family:arial, helvetica;
font-size:12px;
font-weight:none;
}


/* le bandeau */
#top
{
       margin-left: 0; padding-left: 10px;
       margin-right: 0; padding-right: 10px;
       margin-top: 0; padding-top: 5px;
       margin-bottom: 0; padding-bottom: 5px;
/*float: top; ???*/
/*padding: 0.5em;*/
background-color: #EBEBEB;
border-bottom: 1px solid gray;
height:90px;
}

/*le menu*/
#leftnav
{
       margin-left: 0; padding-left: 10px;
       margin-right: 0; padding-right: 10px;
       margin-top: 0; padding-top: 5px;
       margin-bottom: 0; padding-bottom: 5px;
float: left;
width: 180px;
/*margin: 0;*/
/*padding: 1em;*/
text-align: left;
}

 	    /* les liens du menu */
 	    
	       #nav {
	       	    width: 180px ;
    	   	    list-style: none ;
	   	    margin: 0 ;
	   	   padding: 0 ;
		   }
			
              #nav li {
	      	   background: #fff ;
	      	   color: #fff ;
	      	   border: 1px solid #666 ;
	      	   margin-bottom: 1px ;
	      }

	      #nav li a {
	      	   display: block ;
	      	   background: #336699 ;
	      	   color: #fff ;
	      	   font: 1em "Trebuchet MS",Arial,sans-serif ;
	      	   line-height: 1em ;
	      	   padding: 4px 0 ;
	      	   text-align: center ;
	     	   text-decoration: none ;
              }
	      #nav li a:hover, #nav li a:focus, #nav li a:active {
	      	   background: #264E75 ;
	      	   text-decoration: underline ;
	      }

/* le contenu */
#content
{
float: left;
/*text-align:justify;*/
border-left: 1px solid gray;
padding: 1em;
/*max-width: 36em;*/
text-align: left;
}

/*en bas*/
#footer
{
clear: both; /* ?? */
margin: 0;
padding: 0.5em;
color: #333;
background-color: #ddd;
border-top: 1px solid gray;
}

#lightbox{position: absolute;left: 0;width: 100%;z-index: 100;text-align: center;line-height: 0;}
#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: transparent url(../images/blank.gif) no-repeat; /* 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
