html, body{
  width: 100%;
  height:100%;
  font-size: 12px;
}
body{
  background-color: #D8c9a8;
  margin: 0px;
}
div#banniere{
  width: 100%;
  height: 65px;
}
table, td, tr{
  padding: 0px;
  margin: 0px;
  vertical-align: top;
  text-align: justify;
  font-size: 12px;  
}
td.corps{
  padding-right: 20px;
  padding-bottom: 20px;
}
div#fond_titre{
  background-color: #330000;
  text-align: center;
  padding: 5px;
  font-size: 12px;
}
ul.liste_tarif{
  list-style: none;
}
div.brun{
  background-color: #96826B;
}
div#cadre{
  width: 500px;
  text-align: center;
  padding: 5px;
  border: 1px black dashed;
}
div#contact{
  width: 450px;
  height: 550px;
  background-color: white;
  border: solid black 1px;
}
b.gros{
  font-size: 13px;
}

