@charset "utf-8";
/* CSS Document */
.total {
	background-repeat: repeat-x;
	width:100%;
	height:600px;
	background-image: url(../images/back.jpg);
	background-color: #111214;
	margin: 0px;
}
.back {
	width:870px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
}
.gauche {
	float: left;
	height: 600px;
	width: 247px;
}
.center {
	height: 300px;
	width: 350px;
	margin-top: 151px;
	float: left;
	color: #FFF;
	text-align: justify;
	overflow: auto;
	padding-right: 10px;
	padding-left: 10px;
}

.droite {
	float: right;
	height: 600px;
	width: 247px;
	color: #FFF;
}

