.RightMenu {
        margin: 0px auto;
        width: 202px;
        height: 42px;
        line-height: 42px;
        background: url('../images/menu_droite/fond_menu.png');
        background-repeat: no-repeat;
        overflow: hidden;
}

.RightMenu a {
        position: relative;
        display: block;
        width: 202px;
        height: 42px;
        color: #233030;
        font-weight: bold;
}

.RightMenu a:hover {
        text-decoration: none;
        color: #e2e2e2;
}

.RightMenu a span {
        position: absolute;
        display: inline;
        width: 202px;
        line-height: 21px;
        left: 0px;
        bottom: 0px;
}

.SMContainer {
        margin: 0px auto;
        width: 202px;
        overflow: hidden;
}

.SMenu {
        width: 202px;
        height: 21px;
        background: url('../images/menu_droite/smenu.png');
        background-repeat: repeat-x;
        overflow: hidden;
}

.SMenu a {
        display: block;
        width: 202px;
        height: 21px;
        color: #000000;
        line-height: 21px;
        font-size: 0.9em;
        background: url('../images/menu_droite/smenu_a.png') no-repeat 0 -21px;
}

.SMenu a:hover {
        background: url('../images/menu_droite/smenu_a.png') no-repeat 0 0;
        text-decoration: none;
}
