/***** menu CSS *****/
*{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
}

a, a:visited {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight: normal;
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: none;
}

@media print {
/*A l'impression on cache le menu, marche au moins pour IE, Moz et Opéra.*/
	.menu {
	visibility:hidden;
	}
}


a.menu a,  a.menu :visited {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#0066CC;
	padding:3px;
	background-color:#E7EAF7
/* Ne pas modifier le block */
	display:block;
	margin:0px;
	width:100%;
	voice-family: "\"}\"";
	voice-family:inherit;
}

a.menu :hover {
/* Les liens sous le curseur.
	On change les couleurs du texte et de fond, et on enlève le soulignement.
	*/
	border:0px none #316BC6;
	background-color:#C2CEEF;
	color:#990000;
	text-decoration:none;
	padding:3px;
}

img {
	border:none;
}

.tab {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
}
.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #993333; /* marron */
	font-weight: bold;
}
.soustitre { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666; /*GRIS*/
	font-weight: bold;
}
.soustitrebleu { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066; /*bleu*/
	font-weight: bold;
}

.textemarron { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #993333; /*GRIS*/
	font-weight: normal;
}
.textegris { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666; /*GRIS*/
	font-weight: normal;
}

.textebleu { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066; /*bleu*/
	font-weight: normal;
}
/* phototheque */
.phototheque{
	border-width: 0px;
	border-style: solid;
	border-color: #000000;

}
#lightbox{	position: absolute;	  z-index: 1110; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #FFF;   margin: 0 auto;
	
    filter : alpha(opacity=10); 
    -moz-opacity : 0.1; 
    opacity : 0.1 ;

 }
#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; color :#ffffff}
#nextLink { right: 0; float: right; color :#ffffff}
#prevLink:hover, #prevLink:visited:hover { background: url(prevlabel.png) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(nextlabel.png) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; }

#imageData{	padding:0 10px; color: #666666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	color: #666666;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; color: #666666;	}			
#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: transparent;
 }