.titre0{
    font-size: 10px;
    font-weight: 400;
}
.titre1{
    font-size: 14px;
    font-weight: 400;
}
.titre2 {
    font-size: 16px;
    font-weight: 600;
}
.titre3{
    font-size: 18px;
    font-weight: 400;
}
.titre4{
    font-size: 20px;
    font-weight: 600;
}
.titre41{
    font-size: 24px;
    font-weight: 600;
}
.titre5{
    font-size: 36px;
    font-weight: 600;
}
.titre6{
    font-size: 24px;
    font-weight: 600;
}
.texte0 {
    font-size: 9px;
}
.texte1 {
    font-size: 10px;
}
.texte11 {
    font-size: 11px;
}
.texte2 {
    font-size: 14px;
}
.texte21 {
    font-size: 13px;
}
.texte3 {
    font-size: 16px;
}
.texte4 {
    font-size: 18px;
}
.texte5 {
    font-size: 20px;
}
.texte6 {
    font-size: 22px;
}

/* 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;
}
.vert{
    color:#99cc00;
}
.bleu{
    color:#6699cc;
}
