/* Feuille CSS spécifique section reve de pierre JLG170116 */

body {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)), url("../images/reve-de-pierre_bg.jpg");
}


@media screen and (max-width: 1280px) {
	#banner {
		background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)), url("../images/reve-de-pierre_bg.jpg");
	}
}


@media screen and (max-width: 1280px) {
	#wrapper > header {
		background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)), url("../images/reve-de-pierre_bg.jpg");
	}
}

@media screen and (max-width: 1280px) {
	#footer {
		background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url("../images/reve-de-pierre_bg.jpg");
	}
}




