.conteneur{
    width:830px;
    margin: auto;
}
.bleu{
    width:800px;
    height:150px;
    background:#093844;
    margin-left:auto;
    margin-right:auto;
}
.spacer1{
    display:flex;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:15px;
    margin-top:15px
}
.jaune1{
    width:166px;
    height:39px;
    background:#f9f89b;
}
.jaune2{
    width:166px;
    height:39px;
    background:#f1f084;
}
.jaune3{
    width:166px;
    height:39px;
    background:#e6e573;
}
.jaune4{
    width:166px;
    height:39px;
    background:#dedd5e;
}
.jaune5{
    width:166px;
    height:39px;
    background:#d2d155;
}
.spacer2{
    display:flex;
    width:830px;
    justify-content:space-between;
}
.vert1{
    width:550px;
    height:500px;
    background:#80a894;
}
.vert2{
    width:250px;
    height:500px;
    background:#52736b;
}
.footer{
    width:700px;
    height:100px;
    background:#532736;
    margin-left:auto;
    margin-right:auto;
    margin-top:15px;
}
