@font-face {
      font-family: 'Pecita';
      src: url('../f/Pecita.otf') format('opentype');
    }
body { 
      background-color: #fdf5e6;
      color: black;
      font-family: 'Bitstream Vera Sans',Arial,sans-serif;
      height: 100%;
}
* {
      margin: 0;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 5px;
      padding-bottom: 5px;
}
h1, h2 {
      text-align: center;
}
h3, h4 {
      text-align: left;
      font-weight:normal;
}
h1 {
      font-size: 1.2em;
    }
h2 {
      font-size: 1.1em;
    }
h3 {
      font-size: 1em;
      text-decoration: underline;
    }
h4 {
      font-size: 1em;
      text-decoration: none;
    }
p {
      font-size: 1em;
      text-align: justify;
    }
ul {
      margin-left: 15px;
      font-size: 1em;
      text-align: justify;
      list-style-image: url(../i/circle_Pecita.png);
    }
a {
      font-weight: bold;
      margin: 0;
      padding: 0;
      color : #405060;
      text-decoration : none;
}
a img {
      border: 0;
      padding: 0;
      margin: 0;
    }
#GAUCHE {
      position: absolute;
      top: 20px;
      left: 20px;
      min-height: 600px;
      height: auto;
      width: 360px;
    }
#ENCADRE-1 {
      position: relative;
      background-image: url(../i/filettu.png);
      background-repeat: no-repeat;
      background-position: center center;
      padding: 0;
      margin: 0;
      width: 100%;
      height: 480px;
    }
#ENCADRE-2 {
      position: relative;
      padding: 18px;
      font-family: Pecita,'Bitstream Vera Sans',sans-serif;
    }
#MENU {
      padding: 0;
      margin: 0;
      width: 100%;
      text-align: center;
      position: absolute;
      bottom: 18px;
}
#CONTACT {
      padding: 0;
    }
#CONTACT h1, #CONTACT h2 {
      padding-top: 18px;
      font-family: Pecita,'Bitstream Vera Sans',sans-serif;
    }
#CONTACT p {
      text-align: center;
      font-family: Pecita,'Bitstream Vera Sans',sans-serif;
    }
#CONTACT input, #CONTACT select, #CONTACT textarea {
      border: outset 1px Black;
    }
#CONTACT input, #CONTACT select, #CONTACT option, #CONTACT textarea {
      font-family: 'Bitstream Vera Sans',Arial,sans-serif;
      font-size:0.8em;
      padding: 2px;
      margin: 0;
    }
#DROITE {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 400px;
      right: 0;
      min-height: 600px;
      height: auto;
      width: auto;
      text-align: center;
    }
