/*entete page*/
#entete-logo-menu{
    background-color: #ad7f07;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    margin-bottom: 120px;
}

#menu{
    float: left;
    position: relative;
    top: 17px;

}

#logo{
    float: none;
    position: relative;
    left: 485px;
    top: 3px;
    margin-bottom: 0;
}

#options{
    float: right;
    position: relative;
    top: 17px;
}

.options-principales{
    color: white;
    background-color: #020242;
    border-radius: 10px;
}

/*gestion plaintes*/
.entete-plainte{
    text-align: center;
}

#soummission-plainte{
    margin-top: 80px;
    margin-left: 30%;
}

#section-envoyer{
    margin-top: 100px;
text-align: center;
}

#button-envoyer{
    border-radius: 10px;
    width: 100px;
    height: 40px;
    font-family: Baskerville;
    color: white;
    background-color: #020242;
}

*{
    font-family: Baskerville;
}


/*charte bas de page*/
.about-chart{
    margin-top: 150px;
    clear: both;
    text-align: center;
    font-weight: lighter;
    background-color: #ffdda4;
    color: white;
}