
/*Style du fond des onglets sans le titre*/
.divFondOnglet{
	height: 535px;
	background-color: #E7EAD9;/*#E7EAD9;*/
	overflow: auto;
}

.tab-content{display:none;}
#onglets{width:100%;}

/*Contour des fonds onglets*/
#onglets .yui-ext-tabbody {border:none;}/*{border:1px solid navy;border-top:none;}*/

#onglets .yui-ext-tabitembody {display:none;padding:5px;}

 /*Couleur bords inférieurs des onglets*//*#E7EAD9*/
.tabset {border-bottom:1px solid #E7EAD9;}


/*CLR_ONGLET_TEXT_INACTIF*//*Couleur du texte inactif*/
.tabset .hd li a {color:white;}

.tabset .hd li a:hover {text-decoration:none;}

/*CLR_ONGLET_TEXT_ACTIF*//* Couleur du texte actif */
.tabset .hd li.on em, .tabset .hd li.on strong a {color:#717566;} 

/*CLR_ONGLET_FOND_ACTIF*//*Couleur fond actif*/ /* Couleur de fond sous l'onglet : trait du bas */
.tabset .hd li.on strong{background-color:#E7EAD9;border-bottom:1px solid #D9EFE0;}


.tabset .hd li.orphan, .tabset .hd li.orphan a {color:grey;}

/*CLR_ONGLET_FOND_INACTIF*//*Couleur Fond inactif*/
.tabset .hd li a, .tabset .hd li strong {background:#ACB39B url(tr_grey.gif) no-repeat top right;}

.tabset .hd li em {background:transparent url(tl_grey.gif) no-repeat;}
.tabset {width:100%;} /* IE: width */
.tabset a {text-decoration:none;}
.tabset ul, .tabset li {margin:0;padding:0;list-style:none;}
.tabset li {float:left;display:inline;cursor:pointer;}
.tabset li.on {cursor:default;}
.tabset li.disabled {cursor:default;color:#85ab85;}/*CLR_ONGLET_FOND_INACTIF*//*Couleur Fond inactif*/
.tabset li.disabled em {color:#aaa;}
.tabset li a:hover {text-decoration:underline;}
.tabset ul:after {clear:both;content:'.';display:block;height:0;visibility:hidden;} /* clear non-IE */
.tabset ul {zoom:1;} /* clear IE */

/*Style des écritures onglet-*/
.tabset .hd ul {font:bold 55%/1.2em Tahoma;margin-bottom:-1px;padding-left:.3em;position:relative;} /* IE quirks mode: relative */
.tabset .hd li {margin-right:.33em;padding:0;}
.tabset .hd li.on strong a {cursor:default;}
.tabset .hd li a, .tabset .hd li strong, .tabset .hd li em {display:block;}
.tabset .hd li a, .tabset .hd li strong {display:inline-block;}
.tabset .hd li em {font-style:normal;padding:.5em .6em;}
.tabset .hd li.orphan, .tabset .hd li.orphan a, .tabset .hd li.orphan em {background:transparent none;border-width:0;margin:0;}

