﻿body {
}
.texte
{
    font-family: Verdana;
    font-size: x-small;
    color: #000000;
    }
.textegras
{
    font-family: Verdana;
    font-size: x-small;
    font-weight: bold;
    color: #000000;
}
.rougecapital
{
    font-family: Verdana;
    font-size: x-small;
    font-weight: bold;
    font-variant: normal;
    color: #FF0000;
    text-transform: capitalize;
}
.lien
{
    font-family: Verdana;
    font-size: x-small;
    color: #0000FF;
    text-decoration: underline;
}
.blancgras
{
    font-family: Verdana;
    font-size: x-small;
    font-weight: bold;
    color: #FFFFFF;
}
.textebleu
{
    font-family: Verdana;
    font-size: x-small;
    color: #6699FF;
}
.textepti
{
    font-family: Verdana;
    font-size: xx-small;
    color: #000000;
}
