.rouge {
	color: #c1022c;
}
.rouge-gras {
	color: #c1022c;
	font-weight: bold;
	text-transform: none;
}
.gris {
	color: #626262;
}
.gris-maj {
	color: #626262;
	text-transform: uppercase;
}
.gris-gras {
	color: #626262;
	font-weight: bold;
	text-transform: none;
}
.bleu {
color: #5a7e92;
}
.bleu-gras {
	color: #5a7e92;
	font-weight: bold;
	text-transform: none;
}