
  body {
    padding-left: 2em;
    padding-top: 3em;
    font-family: Arial,sans-serif;
    font-size: 1em;
    }

  #bloc_texte {
    padding: 20px 30px;
    position: absolute;
    left: 25%;
    top: 200px;
    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;
    }

  .lettrine:first-letter {
    float: left;
    margin-right: 3px;
    font-family: Times, Verdana, Arial,sans-serif;
    font-size: 3em;
    }

  .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: 3em;
    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: #666666;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    font-family: Arial,sans-serif;
    font-size: 1.8em;
    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.5em;
    margin-top: 20px;
    }

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

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

  a {
    text-decoration: none;
    color: #999999;
    }

  a:hover {
    color: #FF6600;
    }

  #navigation {
    position: absolute;
    top: 300px;
    width: 200px;
    text-align: left;
    }

  #navigation a {
    text-decoration: none;
    background-color: white;
    color: #666666;
    font-family: Arial;
    display: block;
    width: 120px;
    height: 20px;
    font-size: 1em;
    margin: 5px;
    }

  #navigation a:hover {
    text-decoration: none;
    background-color: white;
    color: #FF6600;
    font-family: Arial;
    display: block;
    width: 120px;
    height: 20px;
    font-size: 1em;
    border-right: 5px solid #FF6600;
    margin: 5px;
    }
