



/**
 * Écriture normale : doit se mettre à la fin !
 */
body, p, li, ol.normal li  {

    font-family :     Arial, Verdana, Helvetica, sans-serif;
    font-size   :     16px; /* medium; */
    font-weight :     normal;
    margin-top  :     1em;
    font-style  :     normal;

    color       :     #663333;

    text-align  :     justify;  /* left; */
}


