
  body {
    font-family: Arial,sans-serif;
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    width: 100%;
    text-align: justify;
    background-color: #999999;
    color: #333333;
    }

  #bandeau {
    background-color: black;
    }

  .h1 {
    text-align: left;
    color: #FFFFFF;
    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: #FFFFCC;
    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: #000000;
    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: #EEEEEE;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    font-family: Arial,sans-serif;
    font-size: 1.5em;
    margin-top: 20px;
    }

  a {
    text-decoration: none;
    color: white;
    }

  a:hover {
    color: rgb(255, 102, 102);
    }