.menu {
	margin: 0px;
	padding: 0;
	list-style: none;
}
.menu li {
	padding: 10px 1px 0 0;
	margin: 0 2px;
	float: right;
	position: relative;
	text-align: center;
	background-image: url(images/bouton_menuv2.gif)  ;
}
.menu a {
	padding: 0px 0px;
	display: block;
	font-family : arial, verdana; 
	font-size : 12px; 
	color : #666666;
	text-align: center;
	width: 70px;
	height: 27px;
	text-decoration: none;}

.menu  a:hover
{
	background: url(images/bouton_menuv2_on.gif)  0px ; 
	border: 0px ;
	/*  color : #333300;*/
	font-weight:bold;
}

.menuon
{
	padding: 0px 0px;
	display: block;
	font-family : arial, verdana; 
	font-size : 12px; 
	color : #666666;
	text-align: center;
	width: 70px;
	height: 27px;
	text-decoration: none;
	background: url(images/bouton_menuv2_on.gif)  0px ; 
	border: 0px ;
	font-weight:bold;
}



.menu li em {
	background: url(images/menu03_hover.png) no-repeat;
	width: 160px;
	height: 60px;
	position: absolute;
	top: -40px;
	left: -15px;
	valign: middle;
	font-family : arial, verdana; 
	font-size : 12px; 
	color : #666666;
	text-align: center;
	padding: 10px 12px 10px 0px;
	font-style: normal;
	z-index: 2;
	display: none;
}
