h1 {
	font-size:18px;
	color:#FF3300;
	font-weight:bold;
	text-align: center;
}
h2 {
	font-size:16px;
	color:#660000;
	font-weight:bold;
	text-align: center;
}
h3 {
	font-size:14px;
	color:#660000;
	font-weight:bold;
	text-align: center;
}
.corps_justifie {
	font-size:14px;
	color: #000000;
	text-align: justify;
}
.corps_droite {
	font-size:14px;
	color: #000000;
	text-align: right;
}
.corps_gauche {
	font-size:14px;
	color: #000000;
	text-align: left;
	padding:0;
	margin:0;
}
.corps_centre {
	font-size:14px;
	color: #000000;
	text-align: center;
}