@charset "utf-8";
/* CSS  global -Référence au 15 septembre 2009
menu chatelliers  Modifié 25 septembre 2011
*/
#container, #conteneur {
	z-index:10;	
	width: 1003px;
	margin: 0 auto;	
	position: relative; 
	top: -20px;		
}
#nav, #nav ul {
	float: left;
	margin-left:auto;						/* auto left right indispensable pour IE   */
	margin-right:auto;
	list-style: none;
	background: white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0;
}

#nav a {
	display: block;
	text-decoration: none;
}

#nav li {
	float: left;	
	padding: 0;
}											/*   niveau DEUX   */

#nav li ul {				/* Boîte Conteneur de la liste */
	position: absolute;
	left: -999em;
	height: auto; 
	font-weight: bold;
	border-width: 0.25em;
	margin: 0;
	background: #FF0000;   /*    ROUGE Couleur d'AP des listes déroulantes. Invisible derrière les couleurs des classes */
}
.anim ul {width:203px;} 					/* largeur de la liste - indispensable, indépendant du menu de niveau 1   */
.anim ul a{ width:196px; }					/* hover : largeur de la surbrillance et flèche niveau 2 si on met une flèche */

.publi ul { width:200px;}						
.publi ul a{ width:193px;}						

.vendee ul { width:200px;}						
.vendee ul a{ width:187px;}						
			
#nav li li {
	padding-right: 0px;		/* ajuste la longueur de la surbrillance niveau 2 */
}

#nav li ul a {				/* listes : niveau 2 sous les menus  */
	color:white;    
	font-size: 14px;
	line-height:23px;
	text-align:center;
	padding-left:7px;	  /*   oui   */
}

#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: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 {
	left: auto;
}


												/* HOVER  */
#nav li:hover, #nav li.sfhover {background: #996452 ;}		   /* hover surbrillance Peu importe la couleur : Indispensable pour IE  */
														
li a:hover {color:#ffbc20; }		/*  texte en blanc au passage de la souris */

#nav li ul a:hover {color:#C0641F;}				/*  texte en JAUNE orangé foncé pour les deux LISTES déroulantes  */

/* #nav li ul a:hover {color:#d76f23;} dans chatelliers.css  */

												/* texte "normal" non activé  */
.menu1, .menu2, .menu3, .menu4, .menu5, .menu51, .menu52 {		
	text-align:center;
	color:white; 	/*# ffbc20;	  jaune orangé  */
	font-weight:bold;
	line-height:22px;     /* modif  11 septembre */
	font-size:14px;
	width:200px;
}

.menu1 {width:203px;}

.menu1, .ap_a1 {background:#9B8436; }  /* Chatelliers  */
.menu2, .ap_b1 {background:#BBB658; }  
.menu3, .ap_c1 {background:#64502B; }
.menu4, .ap_d1 {background:#C08C53; }
.menu5, .ap_e1 {background:#A99980; }  


.cours, .cours a:hover, .ap_a2 {background:#A38F46 }	
.confmardi, .confmardi a:hover, .ap_a2 {background:#A38F46; }	/* septembre 2011 - Remplace "cours"  */
.sorties, .sorties a:hover, .ap_a3 {background:#B49C46; }
.conf, .conf a:hover, .ap_a4 {background:#C1A84C; }
.voyages, .voyages a:hover, .ap_a5 {background:#D1B458; }
.chantiers, .chantiers a:hover, .ap_a6 {background:#DBC25E; }
.expos, .expos a:hover, .ap_a7 {background:#F0D06D; }

.mono, .mono a:hover, .ap_b2 {background:#CEC161; }
.bulletins, .bulletins a:hover, .ap_b3 {background:#D7CF6C; }
.lettres, .lettres a:hover, .ap_b4 {background:#E6E070; }
.biblio, .biblio a:hover, .ap_b5 {background:#F7EF8A; }

/* .anim li a:hover {background-color: #ff0000;}   Essai rouge  toute la liste sauf le niveau 1  */










