body {
	background-color : #42fffc;
}

#entete {
	background-color : #005500;
	border : 4px dashed #FF80B0;
	padding : 2px;
	width: 509px;
	margin : auto;
	text-align: center;
}

#titre {
	color : white;
	background-color : #990000;
	font-size : 33px;
	width: 300px;
	height: 80px;
}

#image {
	float:right;
	position: relative;
	top: -80px;
	right: 0px;
	border : 3px solid green;
}

.col {
	display : block;
	color : white;
	font-size: 20px;
	font-family: Helvetica;
	background-color : blue;
	width : 300px;
}

#corps {
	border : 4px dashed red;
	padding : 2px;
	background-color : white;
	width: 900px;
	height: 508px;
	margin: auto;
}

#conseils {
	display: inline-block;
	position: relative;
	left : 30%;
	top: -648px;
	height: 500px;
	border : 2px solid #990000;
	margin: auto;
	background-color : #D0FF42;
	font-family: "Helvetica";
	font-size: 12px;
	text-align: center;
	width: 30%;
}

.chap {
	color : white;
	background-color : black;
	border : 2px solid red;
	font-size: 15px;
	text-align: center;
	padding : 2px;
}

.list:before {
	content : url(puce.gif);
}

#ingredients {
	display: inline-block;
	position: relative;
	background-color : #D0FF42;
	font-family: "Helvetica";
	font-size: 12px;
	width: 28%;
	height: 500px;
	border : 2px solid #990000;
	text-align: center;
}

#phases {
	display: inline-block;
	position: relative;
	left: 29.5%;
	top: -504px;
	height: 500px;
	background-color : #D0FF42;
	font-family: "Helvetica";
	font-size: 10px;
	width: 38%;
	text-align: center;
	border : 2px solid #990000;
}

a:hover {
	color: red;
}
