#onglets ul   {
	list-style: none;
	margin: 0 0 3px 0;
	clear: both;
	border: 1px solid #e3e3d4;
	height: 24px;
	clear: both;
	background-color: #fffff0;
}

#onglets ul  li {
    list-style-type : none;
	float: left;
	padding: 0;
	margin-right: 0 10px 0 0;
	border: 1px solid #fffff0;
	border-bottom: none;
	border-top: none;
	text-align: center;
}

#onglets ul li a{display:block;
height:24px;
padding:0 5px 0 5px;

background-color: #fffff0;
color:#666;
width:auto;
line-height: 24px;}

#onglets ul li a{
	color:#000;
	font-size: 1.1em;
	text-decoration: none;
}
#onglets ul li a:hover{

}
#onglets ul li.active, #onglets ul li a.active  {
	background: #f3f3d8 url(../images/cursor-menu-admin.gif) no-repeat center top;
	font-weight: bold;
	
}
#onglets ul li:hover, #onglets ul li a:hover  {
	background-color: #f3f3d8;
	border-color:	#f3f3d8 

}
#onglets ul li{float:left}


