body {
	background-image : url("http://78.media.tumblr.com/02f0bbcb994f785f2e43d977d1faa2f7/tumblr_p0f0gfNMsj1rnbw6mo1_1280.gif");	
	background-size : 90%;
	background-repeat : no-repeat;
	background-position : center;
	background-color : black;
}
.entete {
	width: 500px;
	padding: 20px;
	background-color : white;
	color: #B22376;
	margin: auto;
	box-shadow: 10px 10px 25px #FF99FF;
}
.page01 {
	width: 95%;
	height : 700px;
}
h1 {
	color : #F70070;
	text-decoration: underline;
}
div {
	margin: 20px auto;
	width: 85%;
	padding: 5px;
}
p {
	color: #E600E6;
	font-size: 20px;
}
a { 
	color: blue;
	font-weight: bold;
}
.photo01{
	float: right;
}
.entree {
position : absolute;
}
.entree01 {
	margin-left : 50px;
	width : 350px;
	height : 150px;
	background-color : #FE0188;
}
.entree02 {
	margin-left : 300px;
	width : 350px;
	height : 100px;
	background-color : #9D00F7;
}
.entree03 {
	margin-right : 300px;
	width : 350px;
	height : 90px;
	background-color : #1D4F3C;
}
.entree04 {
	margin-right : 150px;
	width : 350px;
	height : 60px;
	background-color : green;
}