@charset "UTF-8";
#affiche1{
background-image: url(../img/affiche_plage.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
width:100%;
height: 1060px;
text-align: center;
color: #fff;
margin-bottom: 50px;
}
#affiche2{
background-image: url(../img/affiche_ciel.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
width:100%;
height: 1060px;
text-align: center;
color: #fff;
}