/* Titre 1 */
.titre_1 {
font-size:16px;
font-weight:bold;
color:#000000;
}
/* Titre 2 */
.titre_2 {
font-size:14px;
font-weight:bold;
color:#000000;
}
/* Titre 3 */
.titre_3 {
font-size:11px;
font-weight:bold;
color:#000000;
}
/* Texte courant gras */
.texte_courant_gras {
font-weight:bold;
font-size:11px;
line-height:13pt;
color:#4C4C4C;
}
