body	{
	font-family: 'WaltographRegular'; 
	font-size: 25px;
	background-image:url(./img/poulpe2.jpg);
	background-size: cover;
}

H1 {
	color: purple;
	font-family: sherif;
	font-size: 50px;
	text-align: center;
}
h2 {
	color: black;
	font-size: 20px;
}
h3, h4, h5, h6 {
	color: black;
	font-size: 16px;
	font-family: sherif;
}
.asterisque {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.page {
	width: 50%;
	margin: auto;
}
a {
	color: purple;
	text-decoration: purple;
}
a:visited {
	color: purple;
	text-decoration: purple;
}