body {
	background-image : url("https://i.pinimg.com/564x/f3/8b/9e/f38b9ed02604b7550e593e9b0028b36c.jpg");	
	background-size : 42%;
	background-repeat : no-repeat;
	background-position : center;
	background-color : black;
	font-family : Apple Chancery, cursive;
}
.page {
	width: 90%;
	margin: auto;
	text-align: left;
}
.entete {
	width: 1200px;
	padding: 20px;
	background-color : white;
	color: #B22376;
	margin: auto;
}
.contenu {
	padding: 10px;
	color: black;
	overflow: auto;
	padding-bottom: 190px;
}
h1 {
	color : #F70070;
	text-decoration: underline;
}
p {
	color: #E600E6;
	font-size: 20px;
}
a { 
	color: blue;
	font-weight: bold;
}
mark {
	background-color: #FF9DC6;
	color : black
}
.entree {
position : absolute;
border : 10px solid white;
}
.entree01 {
	left : 200px;
	top : 300px;
	width : 350px;
	height : 150px;
	background-color : #FE0188;
}
.entree02 {
	right : 150px;
	top : 600px;
	width : 350px;
	height : 150px;
	background-color : #9D00F7;
}