
    
    /* --- STYLES de POLICES --- */


body {
    font-size: 0.8rem;
    font-family: Helvetica, Arial, sans-serif;
}

/*Gris*/
h10 {
    font-size: 1.3rem;
    font-family: Helvetica, Arial, sans-serif;
    color:#515253;
/*    Retour à la ligne après*/
    display: block;
    font-weight :bold;
}

h11{
    font-size: 1rem;
    font-family: Helvetica, Arial, sans-serif;
    color:#515253;
    font-weight :bold;
    line-height: 2rem;
}

h12{
    font-size: 0.8rem;
    font-family: Helvetica, Arial, sans-serif;
    color:#515253;
    font-weight :bold;
    line-height: 2rem;
}

h13 {
    font-size: 0.8rem;
    color:#515253;
}


/*Rouge*/
h20 {
    font-size: 1rem;
    font-family: Helvetica, Arial, sans-serif;
    color:#CC0000;
    /*    Retour à la ligne après*/
    display: block;
}





    
