
/* MENU V */

#menuV {
	list-style: none;
}

#menuV li {
	float:left;
}

#menuV li a, #menuV .menuV_active {
	font-size:12px;
	font-weight: normal;
	text-align:center;
	display:block;
	color: #fff;
	width:77px;
	height:43px;
	padding:11px 4px 0 0;
	text-decoration:none;
	/* pour ie */
}

#menuV li a:hover, #menuV a.menuV_active   {
	color: #000;
	background:url(../img/bg_bouton.png) no-repeat left top;
}


#menuV .menuV_active   {
	color: #000;
	background:url(../img/bg_bouton.png) no-repeat left top;
}
