/* Titre 1 */
.titre_1 {
font-size:16px;
font-weight:bold;
color:#910f00;
}

/* Titre 2 */
.titre_2 {
font-size:14px;
font-weight:bold;
color:#910f00;
}

/* Titre 3 */
.titre_3 {
font-size:12px;
font-weight:bold;
color:#910f00;
}

/* Texte Mis_en_avant */
.texte_mis_en_avant {
font-weight:bold;
color:#FF8000;
}

/* Titre_Futur_Locataire */
.titre_futur_locataire {
font-weight : bold;
font-size : 13px;
color:#811888;
}

/* Titre_Locataire */
.titre_locataire {
font-weight : bold;
font-size : 13px;
color:#D90000;
}

/* Titre_Fournisseur */
.titre_fournisseur {
font-weight : bold;
font-size : 13px;
color:#F8800F;
}

/* Titre_Office */
.titre_office {
font-weight: bold;
font-size: 13px;
color:#4473AD;
}

/* extrait */
.extrait {
color:#D90000;
}

/* Texte_gris_fonce */
.texte_noir_fonce {
color:#333333;
}