ul.navlistvar
{
	float: left;
	padding:0px;
	margin: 0px;
}

.navlistvar li{
	display: block;
	float: left;
	
	list-style-type: none;
}

.navlistvar a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	width: 136px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	line-height: 36px;
	text-align: center;
	border-left-style: none;
	margin-bottom: 0px;
	display: block;
	height: 36px;
}

.navlistvar a:hover{
background-image:url(../images/bouton_gauche_over.jpg);
	background-repeat:no-repeat;
	background-position:0% 65%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	width: 136px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	line-height: 36px;
	text-align: center;
	background-color: #3E4F69;
	margin-top: 0px;
	display: block;
	height: 36px;
}
