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

.BottomMenu {
        position: relative;
        margin: 0 auto;
        width: 829px;
        background-color: #000000;
}

.MenuBox {
        display: inline;
        position: relative;
        float: left;
        width: 267px;
        height: 100%;
        text-align: center;
        margin-left: 6px;
        color: #000000;
}

.TitleMenu {
        position: relative;
        width: 267px;
        height: 28px;
        background-color: blue;
        background: url('../images/menu_bas/degrade_titre.png');
        background-repeat: repeat-x;
        background-color: #e2e2e2;
}

.TitleMenu h2 {
        position: relative;
        top: 7px;
        margin: 0px;
        padding: 0px;
        font-size: 1.17em;
        line-height: 19px;
        font-weight: bold;
}

.MenuLine {
        position: absolute;
        left: 0px;
        width: 30px;
        height: 12px;
        border-right: 2px solid #e2e2e2;
}

.TextMenuG { 
        background: url('../images/menu_bas/bord_gauche.png');
        background-repeat: no-repeat;
        background-position: bottom center; 
}

.BMenu { 
        margin: 0px;
        padding: 0px;
        padding-top: 10px;
        list-style : none;
}

.BMenu li { 
        margin: 0px;
        padding: 0px;
        line-height : 12px;
}

.BMenu li a { 
        color: #000000;
        font-size: 0.84em;
}

.TextMenuM { 
        background: url('../images/menu_bas/milieu.png');
        background-repeat: repeat-x;
        background-position: bottom center; 
}

.TextMenuD { 
        background: url('../images/menu_bas/bord_droit.png');
        background-repeat: no-repeat;
        background-position: bottom center; 
}

.TextMenuG, .TextMenuM, .TextMenuD {
        position: relative;
        width: 267px;
        height: 115px;
        margin-top: 4px;
        background-color: #cdcdcf;
}
