.tabPane {
    height:25px;
    margin-top:0px;
    margin-left:10px;
    width:1000px;
}
.tabPane .tabFirst{
    width:38px;
    height:25px;
    float:left;
    margin-left:0px;
    margin-right:0px;
    background-image:url(../pictures/onglets/debut-gris.png);
}
.tabPane .tabFirstW{
    width:18px;
    height:25px;
    float:left;
    margin-left:0px;
    margin-right:0px;
    background-image:url(../pictures/onglets/debut-blanc.png);
}

.tabPane .tabLast{
    float:left;
    width:38px;
    height:25px;
    margin-left:0px;
    margin-right:0px;
    background-image:url(../pictures/onglets/fin-gris.png);
}
.tabPane .tabLastW{
    float:left;
    width:18px;
    height:25px;
    margin-left:0px;
    margin-right:0px;
    background:url(../pictures/onglets/fin-blanc.png);
}

.tabPane .tabSeparator {
    width:38px;
    height:25px;
    float:left;
    margin-left:0px;
    margin-right:0px;
    background-image:url(../pictures/onglets/gris-vers-gris.png);
}

.tabPane .tabSeparatorWB {
    width:38px;
    height:25px;
    float:left;
    margin-left:0px;
    margin-right:0px;
    background-image:url(../pictures/onglets/blanc-vers-gris.png);
}
.tabPane .tabSeparatorWA {
    width:38px;
    height:25px;
    float:left;
    margin-left:0px;
    margin-right:0px;
    background-image:url(../pictures/onglets/gris-vers-blanc.png);
}

.tabPane .tab {
    height:23px;
    background-color:transparent;
    float:left;
    /*-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-radius-topleft: 5px;
    -webkit-border-radius-topright: 5px;*/
    padding-top:2px;
    cursor:pointer;
    text-align:center;
    padding-left:0px;
    padding-right:0px;
    font-size:14px;
    /*background-image:url(../pictures/onglets/tab_back1.gif);*/
    background-color:#AFB1B4;
}
.tabOpen{
    float:left;
    height:23px;
    /*-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-radius-topleft: 5px;
    -webkit-border-radius-topright: 5px;*/
    cursor:pointer;
    text-align:center;
    padding-top:2px;
    padding-left:0px;
    padding-right:0px;
    font-weight:bold;
    color:#636363;
    background-color:#fff;
    text-decoration:none;
}

.tabPane div.tab:hover{
    /*-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-radius-topleft: 5px;
    -webkit-border-radius-topright: 5px;*/
    cursor:pointer;
    font-weight:bold;
    color:#636363;
    text-decoration:none;
    /*font-size:18px;*/
}
.tabOpen a{
    color:#636363;
    font-size:16px;
}

.tabOpen a:hover,.tabOpen a:focus {
    color:#636363;
    font-size:18px;
    font-weight:bold;
    text-decoration:none;
}

.tabPane div.tab a:hover,.tabPane div.a:focus {
    color:#fff;
    font-size:16px;
    text-decoration:none;
    outline:0;
    font-weight:bold;
}
/**************************************************/
/*
/**/
.tabVertical{
    position:absolute;
    margin-top:25px;
    margin-left:-50px;
    width:25px;
    height:0;
}
.tabVertical .tab {
    /*writing-mode:tb-rl;
    white-space: nowrap;
    height:120px;*/
    width:25px;
    height:130px;

    /*-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-radius-topleft: 5px;
    -webkit-border-radius-topright: 5px;*/
    background-image:url(../pictures/onglets/onglet-gris120pxvertical.png);

}


