body {
	margin: 0; /* On définit des marges à 0 */
	padding: 0; /* On définit un remplissage à 0 */
	background-image: url('images/fond.jpg'); /* Couleur du fond de la page */
	font-family: Verdana, Sans-serif; /* Classes de polices */
	font-size: 0.8em; /* Taille des polices */
	text-align: left;
	width: 1px;
 }
a:link {
	color: #009999;
	text-decoration: none;
}
a:visited {
	color: #009999;
	text-decoration: none;
}
a:hover {
	color: #009999;
	text-decoration: none;
}
a:active {
	color: #009999;
	text-decoration: none;
}
.total {
	background-color: #3c3c3c;
	height: auto;
	width: 1061px;
	margin: auto;
	background-position: left top;
}
.haut {
	background-image: url(images/int_01.jpg);
	padding: 0;
	margin: auto;
	height: 523px;
	width: 1061px;
	background-position: left top;
}
.centre {
	background-image: url('images/int_06.jpg');
	padding: 0;
	margin: 0 0 0 0;
	padding: 0px 35px 0 20px;
	height: 355px;
	width: 575px;
	position: absolute;
	top: 523px;
	left: 431px;
	color: #666;
}
.bas {
	/background-image: url('images/bas_15.jpg');
	padding: 0;
	margin: auto;
	height: auto;
	width: 1061px;
	color: #666;
	text-align: justify;
}
.tittreeee {
	font-weight: normal;
}
#test .centre p {
	text-align: justify;
}

