/* CSS  global -Référence au 15 septembre 2009
menu campaniforme
*/
#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 */
}

.anim ul li a, .publi ul li 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  */
		
	/* Menu de niveau 1 -  HOVEP  */													
li a:hover {color:#ffbc20; }		/*  couleur du texte  au passage de la souris - les 5 MENUS de niveau  1  */
.publi a:hover {color:#C07939; }	/* modif pour 1 menu  */
.contact a:hover {color:#C07939; }	

/* #nav li ul a:hover {color:#5a4119;}	 texte en JAUNE orangé pour les deux LISTES déroulantes. Supprimer pour personnaliser  */


												/* 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;}

							/*    reporter les MODIF des COULEURS en BACKGROUND et en COLOR au bas de la page  */
.menu1, .ap_a1 {background:#C07939; }  /* campaniforme */
.menu2, .ap_b1 {background:#F5AC11; }
.menu3, .ap_c1 {background:#1A1300; }
.menu4, .ap_d1 {background:#5A4119; }
.menu5, .ap_e1 {background:#F0A358; }  /* 9 février 2010 */

.menu51, .menu52 {width:100px;
				background:#AA2C2D;}

.cours, .cours a:hover, .ap_a2 {background:#C78040; }	
.confmardi, .confmardi a:hover, .ap_a2 {background:#C78040; }	
.sorties, .sorties a:hover, .ap_a3 {background:#CE8747; }
.conf, .conf a:hover, .ap_a4 {background:#D58E4E; }
.voyages, .voyages a:hover, .ap_a5 {background:#DB9454; }
.chantiers, .chantiers a:hover, .ap_a6 {background:#E39E5B; }
.expos, .expos a:hover, .ap_a7 {background:#EDA25E; }

.mono, .mono a:hover, .ap_b2 {background:#FDB218; }
.bulletins, .bulletins a:hover, .ap_b3 {background:#FFBA1F; }
.lettres, .lettres a:hover, .ap_b4 {background:#FFC126; }
.biblio, .biblio a:hover, .ap_b5 {background:#FFC730; }

.anim ul li a:hover {color: #5a4119;}    /*pour remplacer #nav li ul a:hover {color:#ffbc20;}	*/
.publi ul li a:hover {color: #5a4119;}   







