.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 15px;
}
.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	font-weight: bold;
}
.soustitre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066FF;
	font-weight: bold;
}
.texteblc {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
.titreblc {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.texteM {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 15px;
}





/********Menu ********/




#nav{
	/**bandeau menu**/
	
	float: left;
	width: 955px; /**LARGEUR MENU IE ET FF*/
	list-style: none;
	line-height: 1;
	background: #0074b8; /**au repos IE ET FF*/
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}


#nav:hover{
	/**bandeau menu**/
	float: left;
	width: 955px; /**LARGEUR MENU IE ET FF*/
	list-style: none;
	line-height: 1;
	background: #0074b8; /**au repos IE ET FF*/
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	
}
	

#nav ul {
	/**block sous menu **/
	
	float: left;
	width:auto;
	list-style: none;
	line-height: 1;
	background: transparent ;
	padding: 0;
	margin: 0;
	
	
}



 

#nav a{
	/**typos  liens principaux **/
	text-align: center;
	
	display: block;
	width: 236.75px;
	color: silver;
	text-decoration: none;
	padding: 0.3em 0; /*largeur typo par rapport à leurs bord*/
	margin:0;
	
}



#nav a:hover {/**typo liens ssmenu survolés **/
	display: block;
	width: 236.75px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	padding: 0.3em 0;
	 }
	
	 


#nav li {/**liens rubriques**/
	
	float: left;											
	padding: 0;/**IE et FF**/
	width:  236.75px;/**largeur des bandeaux couleur rubrique reposIE/ FF**/
	border: solid #adadad;
	border-width: 1px;
		padding: 0;
	margin: 0;

}


#nav li:hover {
background: #f37e41;
border: solid #adadad;
border-width: 1px;
}






#nav li ul {
	position: absolute;
	left: 32px;
	height: auto;
	width: 318px;
	background: white;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	padding: 0;
	border: solid silver;
	border-width: 1px;
	margin-left: -1px;
	top: 133px;

}

#nav li ul :hover{/**bande couleur ss menu**/        
background: #0074b8;
width: 296px;/**opera=valeur differente**/	
margin: 0 0 0 2em;/**décalage bande couleur et typo quand lien ssmenuhover**/
}
#nav li ul.sfhover{/**bande couleur ss menu**/        
background: #0074b8;
width: 264px;/**opera=valeur differente**/	
margin: 0 0 0 2em;/**décalage bande couleur et typo quand lien ssmenuhover**/
}






#nav li li {/**Donne le fd blanc, mais c'est chaque lien indépendant**/
	padding-left: 0;/**espace droite de la  bande ssmenu (+cadre ss menu pour ie)**/
	width: 318px;/**largeur cadre ssmenu quand menu hover pour IE**/	
	background:white;
	margin: 0;/**espace autour des liens ssmenu ie et ff**/
border:solid #adadad;
border-width: 0;}


#nav li li:hover {/**idem pour IE**/ 
background: white;
border: solid #adadad;
border-width:0;


}

#nav li li.sfhover {/**idem pour IE**/ 
																		width: 316px;
background: white;
border-width:0;

}



#nav li ul a {
	float: left;
	width: 294px;/**largeur case et typo ssmenu une fois cliqué**/ 
/**espace pris par la typo dans le ssmenu IE+elargissement cadre ssmenu**/
	text-align:left;
padding:3px 3px 3px 4px;}






#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;
}











	
