body {
	background-color: lightseagreen;
	color: beige;
	font-size: 20px;
	font-family: sans-serif;
}
h1 {
	background-color: black;
	text-align: center;
	padding: 20px;
	font-family: arial;
	background-image: url("images/drapeau_normand.jpg");
	background-size: contain;
	background-repeat: no-repeat;
}
.monsuperstyle {
	background-color: goldenrod;
	padding: 10px;
	border: solid 5px blue;
	margin: 50px;
}
