/*****************************************************************************
*                                Menu du haut                                *
*    -------------------------------------------------------------------     *
*         Copyright - MBI Connexion - http://www.mbi-connexion.com           *
*            Copyright - ThinkAndGo - http://www.thinkandgo.fr               *
*****************************************************************************/

.Menu {
        position: relative;
        margin: 0 auto;
        width: 879px;
        height: 60px;
}

.PtMBI {
        position: relative;
        float: left;
        width: 91px;
        height: 60px;
        background: url('../images/menu_haut/point_connexion.png');
        background-repeat: no-repeat;
        background-position: 0px 18px;
}


.MenuHr {
        background-color: #e2e2e2;
        width: 829px;
        height: 2px;
        margin: 0 auto;
        overflow: hidden;
}

.MenuG, .MenuD {
        position: relative;
        width: 369px;
        height: 33px;
        background: url('../images/menu_haut/fond_degrade.png');
        background-repeat: repeat-x;
        background-color: #6bc5d8;
}

.MenuG {
        float: left;
        left: 0px; 
}

.MenuD {
        float: right;
        right: 0px; 
}

.MenuG ul, .MenuD ul {
        margin: 0px;
        padding: 0px;
        list-style : none;
        height: 33px;
}

.MenuG ul li, .MenuD ul li { 
        margin: 0px;
        padding: 0px;
        float: left;
        width: 123px;
        height: 33px;
        display: block;
        overflow: hidden;
        line-height : 41px;
}

.MenuG ul li a, .MenuD ul li a { 
        color: #ffffff;
        font-size: 1.08em;
        font-weight: bold;
        width: 123px;
        display: block;
}

.MenuG ul li a:hover, .MenuD ul li a:hover { 
        text-decoration: none;
}

.MenuG a:hover, .MenuD a:hover {
        background: url('../images/menu_haut/bouton_v3.png');
        background-repeat: no-repeat;
}

.MenuGauche {
        float: left;
        bottom: 0px;
        width: 25px;
        height: 44px;
        background: url('../images/menu_haut/menu_gauche3.png');
        background-repeat: no-repeat;
}

.MenuDroit {
        float: right;
        bottom: 0px;
        width: 25px;
        height: 44px;
        background: url('../images/menu_haut/menu_droit3.png');
        background-repeat: no-repeat;
}

