/* ONGLETS */
.onglets { 
	width:100%;
	background: #FFFFFF; 
	overflow: hidden;
    font-family: arial;
    font-weight: normal; 
}

.onglets li { 
	float: left; 
	margin: 0px 2px 0 0px;
}

.onglets li a {
	display: block; 
	float: left;	
	height: 23px;
	min-width: 80px;
	width: auto !important;
	width: 80px;
	line-height: 23px;
	font-size: 1em;	
	padding: 0px 15px 0 15px;
	border-bottom: 2px solid #FFFFFF;
	border-top: 5px solid #FFFFFF;
	font-weight: bold;
	
	background: #E9F6C3;
	color: #444444;	 
}
	
/* habillage des onglets */
.onglets li .courant {
	border-top: 2px solid #A5D90D;
	margin-top: 0px;
	height:26px;
	line-height: 26px;
	border-bottom:2px solid #F1F1F1;	
	background: #F1F1F1;
	color: #424558;
}
	
.onglets li .inactif {
	background: #CCCCCC;
	font-weight: normal;
}	
	
.onglets li a:hover {
	color: #000000;
	background: #D6F230;
}

.onglets li .inactif:hover { 
	background: #CCCCCC;
	color: #444444;
}

.onglets li .courant:hover { 
	background: #F1F1F1;
	color: #424558;
}
