/* CSS Document */
/*********************** BODY ************************/
html,body {background-color: #FFFFFF; color:#000000;} 
a:link { color:#0066FF; text-decoration:underline; font-weight:normal; font-size:12px; font-family:Arial;}
a:hover { color:#0099FF; text-decoration:underline; font-weight:normal; font-size:12px; font-family:Arial;}
a:visited { color:#999999; text-decoration:underline; font-weight:normal; font-size:12px; font-family:Arial;}
a:active { color:#0099FF; text-decoration:underline; font-weight:normal; font-size:12px; font-family:Arial;}

a:link.couleur1 { color:#FFFFFF; text-decoration:underline; font-weight:normal; }
a:hover.couleur1 { color:#000000; text-decoration:underline; font-weight:normal; }
a:visited.couleur1 { color:#FFFFFF; text-decoration:underline; font-weight:normal;}
a:active.couleur1 { color:#000000; text-decoration:underline; font-weight:normal; }

h1 { font-family:Arial; font-size:18px; color:#c4131b; text-decoration:none; font-weight:bold; text-transform: uppercase;}
h2 { font-family:Arial; font-size:12px; color:#c4131b; text-decoration:none; font-weight:bold;}
h3 { font-family:Arial; font-size:12px; color:#000000; text-decoration:none; font-weight:bold; font-style:italic;}
h4 { font-family:Arial; font-size:12px; color:#000000; text-decoration:none; font-weight:normal;}

*{margin:0;padding:0;}