body {
	background-image: url(bg-mousse.jpg);
}

article h1 {
	text-align: center;
	color: maroon;
}

article h2 {
	text-align: center;
	padding-right: 3%;
	color: darkgreen;
	font-size: 30px;
}

article h3 {
	text-align: center;
	color: orangered;
}

