
#nav
{
	list-style-type		:	none;
	float				:	center;
	height				:	31px;
	width				:	942px;
	/*border			:	1px solid #ffffff;*/
	padding:0;
	margin:0;
}
 

 
#nav li
{
	float				:	left;
	height				:	31px;
	width     			:   157px; 
}
 
 
#nav li a 
{
	height				:	31px;
	width     			:   157px; 
	line-height			:	30px;
	color				:	#FEA900;
	font-family			:	Verdana, Arial, Helvetica, sans-serif;
	font-size			:	13px;
	text-decoration		: 	none;
	font-weight			:	bold;
	float				:	left;
	background		  	:	url("../img/fd_bouton_menu.jpg");
}
  

#nav li a:hover 
{
	color				:	#ffffff;
	font-weight			:	bold;
	background		  	:	url("../img/fd_bouton_menu2.jpg");

}

