#menu ul {
	list-style: none;
	width:468px;
}

#menu li {
	float:left;
}

#menu li a, #menu .menuV_active {
	font-size:13px;
	font-weight: bold;
	text-align:center;
	display:block;
	color: #fff;
	width:117px;
	height:32px;
	padding-top:22px;
	text-decoration:none;
	/* pour ie */
}

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

#menu .menuV_active   {
	color: #fff;
	background:url(../img/bt_over.png) no-repeat left top;
}




#menuF ul {
	list-style: none;
}

#menuF li {
	float:left;
}

#menuF li a, #menuF .menuV_active {
	font-size:12px;
	font-weight: normal;
	text-align:center;
	display:block;
	color: #fff;
	width:90px;
	height:28px;
	padding-top:5px;
	text-decoration:none;
	background:url(../img/bgbtF.gif) no-repeat right ;
	/* pour ie */
}

#menuF li a:hover, #menuF a.menuV_active   {
	color: #fff;
	text-decoration:underline
}

#menuF .menuV_active   {
	color: #fff;
}
