/* CSS Document */
body {
      margin:0px;
      background-image:url(images/fondpage.jpg);
      background-attachment:fixed;
      font-family: Arial, Helvetica, sans-serif;
      font-size:100%;
}
p    {
      font-size: 1em;
     }
ul   {
      list-style-type: disc;
      font-size:1em;
     }
li   {
      font-size: 1em;
     }
h1   {      
      font-size: 2em;
     }
h2   {
      font-size: 1.8em;
     }
h3   {
      font-size: 1.6em;
     }
h4   {
      font-size: 1.4em;
     }
h5   {
      font-size: 1.2em;
     }
h6   {
      font-size: 1.0em;
     }