body { 
	background-image: url("./images/bg-01_metroid_samus.jpg");
	background-repeat: no-repeat;
	margin: 0 auto;
	width:813px;
	padding-top: 15px;
	text-decoration: none;
}

.titre{
	text-align: center;
}


.img1 {
	text-align: center;
	padding-top: 30px;
}

.img2 {
	text-align: center;
	padding-top: 30px;
}

.img3 {
	text-align: center;
	padding-top: 30px;
}

.img4 {
	text-align: center;
	padding-top: 30px;
}


.imgBonus {
	display: none;
	text-align: center;
}



@media screen and (max-width: 1100px) {
	body { 
	background-image: none;
}

.imgBonus {
	display: block;
	text-align: center;
}

}