@charset "utf-8";
/* CSS Document */
#nav {
	font-size: 10px;
	width: 100%;
}

#nav, #nav ul { /* toutes les listes */
	
	line-height: 12px;
	padding: 0px;
	margin: 0;
}



#nav a {
	display: block;
	
	text-decoration:none;
	font-weight:bold; 
	font-size:11px;
}

#nav ul li.hover { 
	float: left;
	 /* largeur obligatoire, sinon opera devient fou */

}
#nav li { /* tous les items de liste */
	float: left;
	 /* largeur obligatoire, sinon opera devient fou */
	padding-right: 0px;
	padding-left: 0px;
}

#nav li ul { /* listes de deuxième niveau */
	position: absolute;
	
	background-repeat:no-repeat;
	width:179px;
	height:140px;
	
	left: -999em; /* on met left plutôt que display pour cacher les menus parce que display: none n'est pas lu par les lecteurs d'écran */	
}

* html #nav li ul {
    /* Lu uniquement par IE 6 */
}

#nav li ul {
	font-size: 12px;
}

#nav li ul ul { /* listes de troisième niveau et plus */
	margin: -1em 0 0 10em;
    width: 9em;
}

#nav li:hover ul, #nav li:hover ul li{
	    color:#000000;
}

#nav li.sfhover ul {
    color:#000000;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li li a:hover {  
	color:#000000;
	
    
}

#nav li li:hover { 
	   color:#000000;
	   background-image:url(../images/survolitem.png);
	   background-repeat:no-repeat;	
}

#nav li li.sfhover { 
	   color:#000000;
	   background-image:url(../images/survolitem.png);
	   background-repeat:no-repeat;	
}

#nav li.sfhover { color:#FFFFFF; }

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* listes imbriquées sous les items de listes survolés */
	left:auto;
	color:#FFFFFF;
}


#content {
	clear: left;
	color: #ccc;
}

body {

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	font-size: 12px;
	color: #3f3b37;
}

body a:link {
	font-size: 11px;
	color: #3f3b37;
	text-decoration: none;
}

body a:visited {
	font-size: 11px;
	color: #3f3b37;
	text-decoration: none;
}

.listemenu {
	float: left;
	font-size: 11px;
	padding-left: 10px;
	padding-top:2px;
	margin-top: 0px;
	margin-left: 0px;
	
}

.champtexte {
	background-image:url("../img/petitchamps.jpg"); 
	background-repeat:no-repeat; 
	border:0; 
	padding-left:5px;
	width:159px;
	background-color:#f7f8f8;
	height:20px;
}

.champtexteaccueil {
	border: 1px solid #000; 
	padding-left:5px;
	width:146px;
	background-color:#f7f8f8;
	height:21px;
}

.champtexte2 {
	background-image:url(../img/grandchamps.jpg); 
	background-repeat:no-repeat; 
	border:0; 
	padding-left:5px;
	width:495px;
	background-color:#f7f8f8;
	height:20px;
}

.champtexte3 {
	background-image:url(../img/moyenchamps.jpg); 
	background-repeat:no-repeat; 
	border:0; 
	padding-left:5px;
	width:260px;
	background-color:#f7f8f8;
	height:20px;
}

.champtexte4 {
	background-image:url(../img/identifiant.png);
	background-color:#fafafa; 
	background-repeat:no-repeat; 
	border:0; 
	padding-left:5px;
	width:92px;
	background-color:#f7f8f8;
	height:14px;
}

.champtexte5 {
	background-image:url(../img/connexionep/champsidentifiant.png);
	background-repeat:no-repeat; 
	border:0; 
	padding-left:5px;
	padding-top:5px;
	width:264px;
	height:21px;
}

.champtexte6 {
	background-image:url(../img/connexionep/ChampsMDP.png);
	background-repeat:no-repeat; 
	border:0; 
	padding-left:5px;
	padding-top:5px;
	width:237px;
	height:21px;
}

.aaa {
 font-family:"Century Gothic";

 color : #000000;
 text-decoration : none;
}
.bbb {
 font-family:"Century Gothic";
 color : #000000;
 text-decoration : none;
}
.ccc {
 font-family:"Century Gothic";

 border : 1px solid #000000;
 width : 200px;
 height : 18px;
 }
 
a img {border:none;}

img {margin:0px;}

#textetitre { font-size:14px; }

#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; }


img, div,li,ul,a,input,span,td,tr,table{ behavior: url(iepngfix.htc); }

#phrase-accroche { margin: 0;}

