body {
	background-color: #A80036;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.contener {
	background-color: #82002B;
	height: 800px;
	width: 800px;
	margin: auto;
	padding: 10px;
}
.gauche {
	background-image: url(img/illust1.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 500px;
	float: left;
	margin-top: 10px;
}
.droite {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #A80036;
	width: 250px;
	padding: 10px;
	float: right;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 10px;
	height: 350px;
}
.comments {
	font-size: 11px;
}

.pied {
	background-color: #A80036;
	clear: both;
	padding: 5px;
	text-align: center;
	font-size: 9px;
	color: #999933;
}
.entete {
	background-color: #A80036;
	height: 100px;
	width: 750px;
	margin: auto;
	padding: 5px;
	font-size: 50px;
	color: #57FFC9;
	text-align: center;
	font-weight: bolder;
	font-family: "Courier New", Courier, monospace;
}
