.menu_footer {
    padding:0px 0 0 35px; 
    margin:0; 
    list-style:none; 
    height:20px; 
    position:relative; 
    background: url(../images/menu_footer/theme-01/fond_top.png) repeat-x left top; 
    font-size:11px;
}
.menu_footer li {
    float:left; 
    height:40px; 
    margin-right:1px;
    margin-top:0px;
}
.menu_footer li a {
    display:block; 
    float:left; 
    height:40px; 
    line-height:30px; 
    color:#4388BD; 
    text-decoration:none; 
    font-family:arial, verdana, sans-serif; 
    font-weight:bold;
    text-align:center; 
    padding:0 0 0 4px; 
    cursor:pointer; 
    background:url(../images/menu_footer/theme-01/passif_gauche.gif) no-repeat;
}
.menu_footer li a b {
    float:left; 
    display:block; 
    padding:9px 9px 5px 5px; 
    background:url(../images/menu_footer/theme-01/passif_droite.gif) no-repeat right top;
}
.menu_footer li.current a {
    line-height:35px; 
    color:#666666; 
    background:url(../images/menu_footer/theme-01/courant_gauche.gif) no-repeat;
}
.menu_footer li.current a b {
    line-height:35px; 
    background:url(../images/menu_footer/theme-01/courant_droite.gif) no-repeat right top;
}
.menu_footer li a:hover {
    line-height:35px; 
    color:#666666; 
    font-family:arial, verdana, sans-serif; 
    font-weight:bold;
    background: url(../images/menu_footer/theme-01/courant_gauche.gif) no-repeat;
}
.menu_footer li a:hover b {
    line-height:35px; 
    font-family:arial, verdana, sans-serif; 
    font-weight:bold;
    background:url(../images/menu_footer/theme-01/courant_droite.gif) no-repeat right top;
}
.menu_footer li.current a:hover {
    line-height:35px; 
    color:#313131; 
    font-family:arial, verdana, sans-serif; 
    font-weight:bold;
    background: url(../images/menu_footer/theme-01/courant_gauche.gif) no-repeat; 
    cursor:default;
}
.menu_footer li.current a:hover b {
    line-height:35px; 
    font-family:arial, verdana, sans-serif; 
    font-weight:bold;
    background:url(../images/menu_footer/theme-01/courant_droite.gif) no-repeat right top;
}
