.right
{
    text-align: right;
}
.green
{
    color: green;
}
.grey
{
    color: grey;
}
.dashed
{
    text-decoration: underline dashed;
}
.italique
{
    font-style: italic;
}
.center
{
    text-align: center;
}
.gras
{
    font-weight: 700;
}
.blue
{
    color: blue;
}
.Rdashed
{
    text-decoration: underline dashed;
    text-decoration-color: red;
}
.contour
{
    outline-style: double;
    outline-offset: 10px;
}
.small
{
    font-weight: 100;
}
.caps
{
    text-transform: uppercase;
}