
#nav2
{
	list-style-type	:none;
	float					:left;
	height				:27px;
	width				:720px;
	/*border				:1px solid #000000;*/
	/*background 		:grey;*/
	padding-left		:0px;
	margin-top		:20px;
}
 

 
#nav2 li
{
	float					:left;
	height				:27px;
	width     			:142px; 
	margin-left		:2px;
}
 
 
#nav2 li a 
{
	height				:27px;
	width     			:142px; 
	line-height			:26px;
	color					:#948772;
	font-family		:Verdana, Arial, Helvetica, sans-serif;
	font-size			:13px;
	text-decoration	:none;
	font-weight		:bold;
	float					:left;
	background		:url("../img/bouton_2_off.png");
}
  

#nav2 li a:hover 
{
	color						:#00722d;
	font-weight			:bold;
	background		  	:url("../img/bouton_2_on.png");

}


