.rougecentre {
	text-align: center; 
	color: #FF0000;
	font-weight: bold;
}

.rouge {
	color: #FF0000;
	font-weight: bold;
}

.noircentre {
	text-align: center;
	color: #000000;
	font-weight: bold;
}

.noir {
	color: #000000;
	font-weight: bold;
}

.orange {
	color: #FF5C00;
	font-weight: bold;
}

.textegros {
	font-size : 1.2em;
	text-align: center;
	color: #FF5C00;
	font-weight: bold;
}

.textenormal {
	text-align : justify;
}

.rougeitalique {
       color: #FF0000;
       font-style: italic;
}