ul.navlistvar
{

	float: left;
	width: 180px;
	margin:0px;
	padding:0px;
}

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

.navlistvar a{
background-image:url(../images/picto_menu_03.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: 160px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	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: 160px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	line-height: 36px;
	text-align: center;
	background-color: #D74C45;
	margin-top: 0px;
	display: block;
	height: 36px;
}
