.onglet_centre, .onglet_right,  .onglet_centre_select, .onglet_right_select, .onglet_left, .onglet_left_select{
    width:124px;
    height:50px;
    float:left;
    background-repeat:no-repeat;
    cursor:pointer;
    
}

.onglet_centre a, .onglet_right a,  .onglet_centre_select a, .onglet_right_select a, .onglet_left a, .onglet_left_select a{
    color:#fff;
    font-weight:bold;
    }


.onglet_centre a:hover,
.onglet_right a:hover,
.onglet_centre_select a:hover,
.onglet_right_select a:hover,
.onglet_left a:hover,
.onglet_left_select a:hover {
    text-decoration:underline;
    color:#fff;
    }

.onglet_centre:hover,
.onglet_right:hover,
.onglet_centre_select:hover,
.onglet_right_select:hover,
.onglet_left:hover,
.onglet_left_select:hover {
    text-decoration:underline;
    color:#fff;
    }

.onglet_left, .onglet_left_select {
    width:126px;
}

.onglet_left_select a, .onglet_centre_select a, .onglet_right_select a {
    text-decoration:underline;
    color:#fff;
}
/* onglet gauche */
.onglet_left_select {
    background-image:url(../images/front/onglet-left-select.png);
    
}

 .onglet_left:hover  {
    background-image:url(../images/front/onglet-left-hover.png);
}

.onglet_left {
    background-image:url(../images/front/onglet-left.png);
}



/* onglet millieu */
.onglet_centre_select {
    background-image:url(../images/front/onglet-middle-select.png);
}

 .onglet_centre:hover {
    background-image:url(../images/front/onglet-middle-hover.png);
}

.onglet_centre {
    background-image:url(../images/front/onglet-middle.png);
}



/* onglet droite */
.onglet_right_select {
    background-image:url(../images/front/onglet-right-select.png);
}

.onglet_right_select:hover, .onglet_right:hover {
    background-image:url(../images/front/onglet-right-hover.png);
}

.onglet_right {
    background-image:url(../images/front/onglet-right.png);
}

#menu {
    margin-left:26px;
    margin-top:20px;
    
}

.alignmenu{
    text-align:center;
    margin-top:13px;
}

