/* Normal=normal;Titre1=Titre1;Titre2=Titre2;Titre3=Titre3 */
/* 
  Doc :
  - en 1er ligne (à laisser avec la mise en commentaire) liste les classes avec leurs titres
  - en dessous les styles correspondants (par leur attribut de classe) avec la balise P pour le style par defaut et une ligne pour le BODY
*/
BODY       { }
P, .normal { color:#000;font-size:12px;font-family:Arial;font-weight:normal;margin:0;padding:0 }
H1, .Titre1 { color:#0A2A70;font-size:14px;font-family:Arial;font-weight:bold;margin:0px;padding:0px }
H2, .Titre2 { color:#ED9D00;font-size:14px;font-family:Arial;font-weight:bold;margin:0px;padding:0px }
H3, .Titre3 { color:#00A0C6;font-size:14px;font-family:Arial;font-weight:bold;margin:0px;padding:0px }
