/* MENU */
#menu-header-container {
    background:     #FEA101 url(../images/css/bg_menuHeaderContainer.gif) left bottom repeat-x ;
    padding-bottom: 6px;
    position:       relative;
    z-index:        999;
}
#menu-header-container ul {
    padding:    0;
    margin:     0;
    list-style: none;
}
#menu-header li {
    float: left;
    width: 125px;
}
a.mentete {
    display:          block;
    background-image: url(../images/css/btn_menu.png);
    height:           15px;
    padding-top:      15px;
    font-weight:      bold;
    font-size:        9px;
    text-align:       center;
    color:            #fff;
    text-decoration:  none;
    margin-right:     1px;
}
a.mentete:hover {
    /* text-decoration: underline; */
    color: #FFFF00;
}
a.mentete:first-letter {
    font-size: 12px;
}
/* Bouton Connexion*/
a.menteteID {
    display:          block;
    background-image: url(../images/css/btn_login.png);
    height:           15px;
    padding-top:      15px;
    font-weight:      bold;
    font-size:        9px;
    text-align:       center;
    color:            #FEA101;
    text-decoration:  none;
    margin-right:     1px;
}
a.menteteID:hover {
    /* text-decoration: underline; */
    color: #000000;
}
a.menteteID:first-letter {
    font-size: 12px;
}

#menu-header li ul a {
    text-decoration: none;
    color:           #FEA101;
    padding:         5px 0 0 5px;
    font-size:       10px;
    height:          20px;
    display:         block;
}
#menu-header li ul a:hover {
    text-decoration: none;
    color:           #FFFF00;
}
#menu-header li ul {
    position:   absolute;
    background: #000 ;
    border:     1px solid #FFFF00 ;
    width:      125px;
    left:       -999em;
}
#menu-header li:hover ul, #menu-header li.sfhover ul {
    left: auto;
}
#menu-header li ul ul {
    margin: -25px 0 0 125px;
}
#menu-header, #menu-header ul {
    padding:     0;
    margin:      0;
    list-style:  none;
    line-height: 1;
}
#menu-header li:hover ul ul, #menu-header li.sfhover ul ul {
    left: -999em;
}
#menu-header li:hover ul, #menu-header li li:hover ul, #menu-header li.sfhover ul, #menu-header li li.sfhover ul {
    left: auto;
}

