@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#centre {
	margin-left:-400px;
	left:50%;
	width:800px;
	position:absolute;
}

#titre {
	color: #561785;
	font-size: 18px;
}

#soustitre {
	color: #561785;
	font-size: 14px;
}
.attribut {
	font-weight: bold;
	height: 30px;
	width: 200px;
	float: left;
}
.sous_attribut {
	margin-left:50px;
	height: 30px;
	width: 200px;
	float: left;
}

