body{
    font-family: 'Comfortaa','Roboto', arial, sans-serif;
    font-size: 15px;
    background: url('../img/crayons.png') no-repeat right top;
}

#header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    line-height: 70px;
    padding: 0 20px;
    background-color: #990000;
    color: #fff;
    font-size: 48px;
    z-index: 1;
    opacity: 0.7;
}

#header ul.menu_gauche{
    float: left;
}

#header li[data-action="mon_compte"]{
    position: relative;
}

#header #menu_compte{
    position: absolute;
    font-size: 16px;
    right: -1px;
    line-height: 25px;
    width: 150px;
    top: 45px;
    background-color: #fff;
    padding: 5px;
    color: #990000;
    opacity: 1;
    border: solid 1px;
    display: none;
}

#header #menu_compte li:hover{
    text-decoration: underline;
}

#header ul.menu_droite{
    float: right;
    font-size: 30px;
}

#header ul.menu_droite i.badge{
    position: absolute;
    top: 10px;
    right: -10px;
    font-size: 15px;
}

#header ul.menu_droite i.menu{
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 15px;
}

#header li{
    cursor: pointer;
}

#contenu{
    margin-top: 120px;
    padding: 20px;
}