
  body {
    padding-left: 2em;
    padding-top: 2em;
    }

  #bloc_texte {
    position: absolute;
    top: 130px;
    left: 30%;
    width: 65%;
    text-align: justify;
    color: #666666;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    font-family: Arial,sans-serif;
    font-size: 1em;
    list-style-type: disc;
    list-style-position: inside;
    }

  .h1 {
    text-align: left;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    font-family: Arial,sans-serif;
    font-size: 2.8em;
    margin-top: 20px;
    }

  .h2 {
    text-align: left;
    color: #666666;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    font-family: Arial,sans-serif;
    font-size: 2em;
    margin-top: 20px;
    }

  .h3 {
    text-align: left;
    color: #999999;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    font-family: Arial,sans-serif;
    font-size: 1.5em;
    margin-top: 20px;
    }

  .h4 {
    text-align: left;
    color: #C0C0C0;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    font-family: Arial,sans-serif;
    font-size: 1.2em;
    margin-top: 20px;
    }

  .h5 {
    text-align: right;
    color: #FF6600;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    font-family: Arial,sans-serif;
    font-size: 0.8em;
    margin-top: 20px;
    }

  .h6 {
    text-align: right;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    font-family: Arial,sans-serif;
    font-size: 0.7em;
    margin-top: 20px;
    }

  a { text-decoration: none;
    }

  a:hover { color: rgb(204, 0, 0);
    }

  p {
    text-indent: 25pt;
    }