#accueil {
	background:url(images/background-accueil.png);
	background-position:top center;
	background-repeat:no-repeat;
	position:absolute;
	width:100%;
	height:570px;
	top:50%;
    margin-top:-285px;
}
#boutiques {
	background:url(images/background-boutiques.png);
	background-position:top center;
	background-repeat:no-repeat;
	position:absolute;
	width:100%;
	height:570px;
	top:50%;
    margin-top:-285px;
}