.ConteneurCentre {
    width: 830px;
    margin: auto;
}

header {
    width: 800px;
    height: 150px;
    background: #093844;
    margin: auto;
}


.menu1 {
    width: 166px;
    height: 39px;
    background: #f9f89b;
    margin: 15px 0px 15px 0px;

}

.menu2 {
    width: 166px;
    height: 39px;
    background: #f1f084;
    margin: 15px 0px 15px 0px;


}

.menu3 {
    width: 166px;
    height: 39px;
    background: #e6e573;
    margin: 15px 0px 15px 0px;


}

.menu4 {
    width: 166px;
    height: 39px;
    background: #dedd5e;
    margin: 15px 0px 15px 0px;


}

.menu5 {
    width: 166px;
    height: 39px;
    background: #d2d155;
    margin: 15px 0px 15px 0px;


}

section {
    display: flex;
    width: 880px;
}

article {
    width: 550px;
    height: 500px;
    background: #80a894;
    margin-right: 30px;
}

aside {
    width: 250px;
    height: 500px;
    background: #52736b;
}

footer {
    width: 700px;
    height: 100px;
    background: #532736;
    margin: 15px auto 0px;
}