/* Menu----------------------*/


#menu {
    background: #1d446b;;
    position: absolute;
    top: 40px;
    z-index: 100;
    padding-right:50px;
    border-radius: 0px!important;
}

.fixed {
    position: fixed;
    top: 0;
    right: 0px;
    width: 100%;
}

.onglet {
    position: relative;
    float: right;
}

.onglet a {
    display: block;
    padding: 10px 15px 0;
    height: 40px;
    color: #fff;
    cursor: pointer;
}

.onglet a:hover,
.active a {
    background: #1d446b;
    color: #ceb67f;
    font
}

.active a {
    cursor: default;
}

.deroul {
    position: absolute;
    top: 40px;
    width: 200px;
    background: #1d446b;
    display: none;
}

.deroul a {
    display: block;
    width: 200px;
    color: #fff;
    padding: 10px 15px;
}