.gras {
    font-weight: bold;
}

.italique {
    font-style: italic;
}

.text_center {
    text-align: center;
}

.souligne {
    text-decoration: underline;
}

.souligne_surligne {
    text-decoration: overline underline;
}

.noir {
	color: #000000;
}

.bleu {
	color: #0080ff;
}