
#nav
{
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	float: left;
	width:765px;
	padding:0;
	margin:0;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:25px;
	font-size:13px;
	z-index:80;
}
 
#nav ul 
{
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	width:765px;
	float: left;
	position:absolute;
	display:none;
	z-index:2000;
	overflow: visible;
	visibility: visible;
}
 
#nav li
{
	float:left;
	height:25px;
	width:153px;
	background:url("../img/bouton.jpg");
	line-height:25px;
	text-decoration: none;
	position:relative;
}
 
.menu1 a
 {

	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	width:153px;
	
}

 
#nav li a 
{
	height:25px;
	line-height:25px;
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	float:left;
	width:153px;
	
}

 #nav li a:hover
{
color:#ffffff;
background:url("../img/bouton_gris.jpg");
width:153px;
}

