
/* Alignement des textes */
.text-justify {
    margin: 0;
    text-align: justify;
}
.text-left {
    margin: 0;
    text-align: left;
}
.text-right {
    margin: 0;
    text-align: right;
}
.text-center {
    margin: 0;
    text-align: center;
}
.Fleft{
    float: left;
}
.Fright{
    float: right;
}

/* Styles des mots */
.b{
    font-weight: bold;
}
.i{
    font-style: italic;
}
.u{
    text-decoration:underline;
}
.white{
    color: #ffffff;
}
.black{
    color: #000000;
}
.red{
    color: #FF0000;
}
.times_10{
    font-family: "Times New Roman", Times, Arial, Helvetica;
    font-size: 10px;
    line-height: 15px;
}
.times_12{
    font-family: "Times New Roman", Times, Arial, Helvetica;
    font-size: 12px;
    line-height: 18px;
}
.times_14{
    font-family: "Times New Roman", Times, Arial, Helvetica;
    font-size: 14px;
    line-height: 21px;
}
.times_16{
    font-family: "Times New Roman", Times, Arial, Helvetica;
    font-size: 16px;
    line-height: 24px;
}
.times_18{
    font-family: "Times New Roman", Times, Arial, Helvetica;
    font-size: 18px;
    line-height: 27px;
}
.times_20{
    font-family: "Times New Roman", Times, Arial, Helvetica;
    font-size: 20px;
    line-height: 30px;
}
.arial_8{
    font-family: Arial, Helvetica;
    font-size: 8px;
    line-height: 12px;
}
.arial_10{
    font-family: Arial, Helvetica;
    font-size: 10px;
    line-height: 15px;
}
.arial_12{
    font-family: Arial, Helvetica;
    font-size: 12px;
    line-height: 18px;
}
.arial_14{
    font-family: Arial, Helvetica;
    font-size: 14px;
    line-height: 21px;
}
.arial_16{
    font-family: Arial, Helvetica;
    font-size: 16px;
    line-height: 24px;
}
.arial_18{
    font-family: Arial, Helvetica;
    font-size: 18px;
    line-height: 27px;
}
.arial_20{
    font-family: Arial, Helvetica;
    font-size: 20px;
    line-height: 30px;
}