 .onglets_tab
{
    font : bold 11px Batang, arial, serif;
    list-style-type : none;
    padding-bottom : 24px; /* à modifier suivant la taille de la police ET de la hauteur de l'onglet dans #onglets li */
    border-bottom : 1px solid #9EA0A1;
    margin: 0 0 0 0;
}
.onglets_tab li
{
    float : left;
    height : 21px; /* à modifier suivant la taille de la police pour centrer le texte dans l'onglet */
    background-color: #c6c6c6;
    margin : 2px 2px 0 2px !important;  /* Pour les navigateurs autre que IE */
    margin : 1px 2px 0 2px;  /* Pour IE  */
    border : 1px solid #9EA0A1;
}
.onglets_tab li.active
{
    border-bottom: 1px solid #f5f5f5;
    background-color: #f5f5f5;
}

.onglets_tab a
{
    display : block;
    color : #787878;
    text-decoration : none;
    padding : 4px;
}
.onglets_tab a:hover
{
    background : #fff;
    color:#000000;
}
.onglets_tab a:link
{
	color:#787878;
}
.onglets_tab li.active a:link
{
	color:#000000;
}

