/* Les onglets */
/* Attention ! couleurs définies dans styles_couleurs.css*/

#onglets {
	clear: both;
	float: right;
	width: 100%;
	line-height: normal;
}
#onglets UL {
	margin: 0;
	padding: 0px 5px 0;
	list-style: none;
}
#onglets LI {
	float: left;
	margin: 0;
	border-bottom: 1px solid;
	border-bottom-color: #7f8ecc;
	background: url(../../ressources/images/onglets/onglet_droite-off.gif) no-repeat right top;
	list-style-type: none;
}
#onglets A {
	display: block;
	float: left;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 5px 4px 5px;
	text-transform: capitalize;
	font-family: Tahoma;
	font-size: 6.5pt;
	color: #7f8ecc;
	background: url(../../ressources/images/onglets/onglet_gauche-off.gif) no-repeat left top;
}

#onglets A:hover {
	font-weight: bold;
	color: #a70034;
	text-decoration: underline;
}
#onglets .current {
	border-width:0;
	background-image: url(../../ressources/images/onglets/onglet_droite-on.gif);
}
#onglets .current a{
	padding-bottom: 5px;
	background-image: url(../../ressources/images/onglets/onglet_gauche-on.gif);
	color: White;
}
#onglets .current a:hover{
	color: White;
	text-decoration: none;
	cursor: text;
}
#onglets LI.inactif {
	float: left;
	margin: 0;
	border-bottom: 1px solid;
	border-bottom-color: #7f8ecc;
	background: url(../../ressources/images/onglets/onglet_droite_inactif-off.gif) no-repeat right top;
	list-style-type: none;
}
#onglets A.inactif {
	display: block;
	float: left;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 5px 4px 5px;
	text-transform: capitalize;
	font-family: Tahoma;
	font-size: 6.5pt;
	color: Silver;
	background: url(../../ressources/images/onglets/onglet_gauche_inactif-off.gif) no-repeat left top;
}
#onglets li.inactif A:hover {
	font-weight: bold;
	color: Silver;
	text-decoration: none;
	cursor: text;
}