﻿ /****************************************************
 *  Onglets
 ****************************************************/
#onglets {
	margin-top:5px;
}
#onglets ul{
	height:27px;
	margin:0;
	padding:0;
	position:relative;
	z-index:10;
}
.ligne_onglet{
	border-top:1px solid #89a4a0;
	margin-top:-1px;
	/*position:relative;*/
	z-index:1;
}
#onglets .contenu_onglet{
	border-top:1px solid #89a4a0;
	margin-top:-1px;
	position:relative;
	z-index:1;
}
ul.liens_onglets li{
	background-image:url(../IMAGES/ONGLETS/onglet_gauche.gif);
	background-position:left 0;
	background-repeat:no-repeat;
	display:inline;
	float:left;
	font-size:1.2em;
	font-weight:bold;
	margin-right:1px;
	padding-left:3px;
}
ul.liens_onglets li.clsOngletSel{
	background-image:url(../IMAGES/ONGLETS/onglet_courant_gauche.gif);
	font-size:1.2em;
	font-weight:bold;
}
ul.liens_onglets li.clsOngletSel div
{
    background-image:url(../IMAGES/ONGLETS/onglet_courant_droite.gif);
	background-position:right 0;
	background-repeat:no-repeat;
	display:block;
	padding-right:3px;
    color:#4a4a4a;
}
ul.liens_onglets a{
	background-image:url(../IMAGES/ONGLETS/onglet_droite.gif);
	background-position:right 0;
	background-repeat:no-repeat;
	display:block;
	padding-right:3px;
}
ul.liens_onglets li.clsOngletSel a{

	padding-right:0px;
}
ul.liens_onglets a:link, ul.liens_onglets a:visited
{
    color:#005eb4;
	text-decoration:none;
}
ul.liens_onglets a:hover, ul.liens_onglets a:active
{
    color:#005eb4;
	text-decoration:underline;
	cursor:hand;
}
ul.liens_onglets span{
	background-image:url(../IMAGES/ONGLETS/onglet_centre.gif);
	background-position:center 0;
	background-repeat:repeat-x;
	display:block;
	height:22px;
	padding:5px 16px 0 16px;
}
ul.liens_onglets li.clsOngletSel span{
	background-image:url(../IMAGES/ONGLETS/onglet_courant_centre.gif);
}
ul.liens_onglets li.clsOngletSel a{
	text-decoration:none;
	color:#4a4a4a;
}
ul.liens_onglets li.clsOngletSel a:link, ul.liens_onglets li.clsOngletSel a:visited{
	text-decoration:none;
	color:#4a4a4a;
}
ul.liens_onglets li.clsOngletSel a:hover, ul.liens_onglets li.clsOngletSel a:active{
	color:#005eb4;
	text-decoration:underline;
	cursor:hand;
}