.titre1{
    font-size: 17px;
    font-weight: 400;
}
.titre2 {
    font-size: 18px;
    font-weight: 600;
}
.titre3{
    font-size: 14px;
    font-weight: 400;
}
.titre4{
    font-size: 16px;
    font-weight: 600;
}
.titre5{
    font-size: 14px;
}
.texte1, .texte2, .texte3, .texte4, .texte5, .texte6{
    font-family: Arial, Helvetica, sans-serif;
}
.texte1 {
    font-size: 14px;
}
.texte2 {
    font-size: 15px;
}
.texte3 {
    font-size: 12px;
}
.texte4 {
    font-size: 16px;
}
.texte5 {
    font-size: 10px;
}
.texte6 {
    font-size: 18px;
}

/* Styles des mots */
.light{
    font-weight: 100;
}
.medium{
    font-weight: 600;
}
.b {
    font-weight: bold;
}
.i{
    font-style: italic;
}
.u{
    text-decoration:underline;
}

/* Alignement des textes */
.text-justify {
    text-align: justify;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}

/* Couleurs des textes */
.red {
    color:#990000;
}
.black {
    color:#000000;
}
.white {
    color:#ffffff;
}
.maroon {
    color:#663300;
}
