body { font-size: 0.8em; color: #000; }

/* Headings
-------------------------------------------------------------- */

/* On utilise h1 pour afficher le logo du site, il ne faut donc pas le paramétrer ici */
h2 { font-size: 16px; font-weight: bold; margin-bottom: 0.6em; font-family: Verdana, Arial, sans-serif; }
h3 { color:#113184; font-size: 16px; font-weight: normal;margin-bottom: 0.6em; font-family: Verdana, Arial, sans-serif; }
h4 { font-size: 1.4em; font-weight: bold; margin-bottom: 0.6em; font-family: Verdana, Arial, sans-serif; }
h5 { font-size: 1.2em; font-weight: bold; margin-bottom: 0.6em; font-family: Verdana, Arial, sans-serif; }
h6 { font-size: 1em; font-weight: normal; margin-bottom: 0.6em; font-family: Verdana, Arial, sans-serif; }

/* Text elements
-------------------------------------------------------------- */

p           { font-size: 1em; margin-bottom: 0.4em; text-align:justify; font-family: Verdana, Arial, sans-serif; }

ul, ol      { margin:0; font-family: Verdana, Arial, sans-serif;  }
li { font-family: Verdana, Arial, sans-serif;}
ul          { list-style-type: none; }
ol          { list-style-type: decimal; }

/* Default links */
a           { color: #036; text-decoration: none; font-weight:bold; }
a:focus, 
a:hover     { color: #000; text-decoration: underline; }
/* */