
#nav
{
	margin    					:0;            									
	padding 					:0; 	
	width     					:206px;         									
	font-family				:Verdana, Arial, Helvetica, sans-serif; 
	font-weight				:bold;										
	font-size 					:13px;         								
}

ul#nav li 
{						  
	list-style-type  		 	:none;           	
	height						:35px;				
}

ul#nav li a
{
	width             			:auto !important;   					
	height						:35px;
	width           				:100%; 
	text-decoration 		:none;   
	color             			:#00722d;             	
	display           			:block;            	 	
	background		  		:url("../img/bouton_off.png");
	background-repeat	:no-repeat;
}

#nav li a:hover 
{
	color							:#00722d;
	background		  		:url("../img/bouton_on.png");
	background-repeat	:no-repeat;
	font-weight				:bold;
}


