/* CSS du menu horizontal */




#menu1{
	position			: relative;
	float				: left;
	font-size			: 14px;
	/*line-height: 25px;maintient le focus*/
	color				: #FFF;
	margin				: 0;
	padding				: 0;
    }

    
#menu1 li{
	position			: relative;
	float				: left;
	display				: inline !important;
	list-style			: none;
	margin				: 0;
	padding				: 0;
    }


    







/* BT N1V 1 */



#menu1 .nav_niv1 a{
	position			: relative !important;
	float				: left!important;
	display				: block;
	height				: 10px;/*40px*/
	padding				: 15px 0px 15px 0px;
	margin				: 0px 33px 0px 0px; 
	color				: #6c6c6c;
	border				: none;
	font-size			: 16px;
	text-decoration		: none;
	font-variant		: small-caps;
	-webkit-transition	: all 0.4s;
	-moz-transition		: all 0.4s;
	transition			: all 0.4s;
    }
	

    

 /**/
#menu1 .nav_niv1  a:hover{
	color				: #bd171d;
}

/* maintient le focus sur le menu*/
#menu1 .nav_niv1:hover .linkOver{
	color				: #bd171d;
    }


#menu1 .actif {
	color				: #4db2f0!important;
	
}

#menu1 .nav_niv1 a:focus { text-decoration: underline; }




	




 /*UL MENU NIV 2*/  
 


 /*Block Ul niv2*/
 	#menu1 .nav_niv2{
	position			: absolute;
    visibility			: hidden;
    display				: block;
  	width				: auto;
	top					: 40px; 
	left				: 0px;
	font-family			: Verdana, Geneva, Arial, sans-serif;
	font-size			: 11px;
	font-weight			: normal;
	font-variant		: normal;
	margin				: 0;
	padding				: 21px 0px 12px 0px !important;
	background-color	: #535353 !important;
	background-image	: url(../img/puce_top_menu.png);
	background-repeat	: no-repeat;
	/*height				: 1%;=ASTUCE MASQUE LE FOCUS */
}


	


	
#menu1 .nav_niv2 li{
	display				: block;
	clear				: both; /* CORRIGE LE DISPLAY INLINE DU MENU1 li (Niv 1)*/
	padding				: 0; 
	width				: auto;
	float				: none;
	text-align			: left;
	border-left			: none; 
	background			: none;
	zoom				: 1;
    }

	



/* BT NIV 2 */

#menu1 .nav_niv2 li a{
	position			: relative;
	float				: left!important;
	display				: block;
	font-weight			: normal;
	font-style			: normal;
	font-variant		: normal;
	font-size			: 11px!important;
	width				: 130px;/*150*/
	height				: auto;/*auto sinon BUG FF*/
	margin				: 0px 0px 0px 0px !important;
	padding				: 3px 10px 3px 10px;
	-webkit-transition	: all 0.0s;
	-moz-transition		: all 0.0s;
	transition			: all 0.0s;
	/*background-color	: #535353 !important;*/
	color				: #ddd9d5;
	}
	


#menu1 .nav_niv2 li a:hover{
	color:#fff;

    }








/*
	
.chap_actif{
	position		:relative;
	float			:left !important;
	display			: block;
	background-image:none !important;
	color			:#000 !important;
	background-color:#fff !important;
    }


#menu1 .actif {
	color			: #000;
}
*/
   
   
	
/* for a mozilla better display with key nav */

/*
#menu1 a:focus{
    background-color: #aaf!important;
}
*/





