ul {  
	margin:0px;  
	padding:0px;
	list-style:none;
}  
   
li{  
	width:100px;  
	height:48px;  
	float:left;  
	color:#ffffff;  
	text-align:center;  
	overflow:hidden;
	list-style:none;
	padding:0px;
	margin:0px;
}  

#volute {
	background-image:url(../img/volute.png);
	background-repeat:no-repeat;
	background-position:top left;
	min-height:59px;
	min-width:272px;
	margin:0px 0px 0px 20px;
	padding:0px;
}

.subtext{  
	padding:8px 0px 8px 0px;
	
}  

#onglet {
	width:108px;
	height:34px;
	background-image:url(../img/onglet.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:5px;
	position:absolute;
}

.menu {
	background:#000000;
	text-decoration:none;
	width:87px;
	height:25px;
	padding:0px 5px 0px 5px;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
	font-weight:bold;
	line-height:1.5;
	text-align:left;
}

a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#FFF;
	font-weight:bold;
	line-height:1.5;
	text-decoration:none;
}

a.subtext {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#F44056;
	font-weight:bold;
	line-height:2;
	text-decoration:none;
}

a.subtext:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#4DECE8;
	font-weight:bold;
	line-height:2;	
}


