/* entete page avec les options */
#entete-logo-menu{
    background-color: #ad7f07;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

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

}

#logo{
    float: none;
    position: fixed;
    left: 486px;
    top: 2px;
    margin-bottom: 0;
}

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

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

/*page principale*/
#canvas-page{
    width: 100%;
}

#text-nouveaux-articles{
    font-family: Baskerville;
    color: black;
    text-align: center;
}

.images-articles{
    width: 612px;
    height: 513px;
}

#article1{
    float: left;
    margin-right: 10px;
}
.text-article1{
    left: 30px;
}

#article2{
    float: right;
    margin-right: 0px;

}

#collection{
    margin-bottom: 20px;
}

#apropos-image{
    clear: both;
    float: right;
    width: 30%;
}
#description{
    clear: left;
    float: left;
    width: 65%;
    height: 612px;
    margin-left: 10px;
    background-color: #fdf3dc;
    margin-bottom: 150px;
}

#separateur{
    clear: both;
    margin-top: 150px;
}
#ligne-separation{
    text-align: center;
}

*{
    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;
}