BODY {
  background: #f4fff6;
  margin: 0px;
  padding: 0px;
}

.conteneur {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}
#marge {
  background: #1b2714;
}

/* MISE EN PAGE */

#menu {
  background: url("images/texture-pierre.jpg") bottom left repeat-y;
  width: 250px;
  vertical-align: top;
}
#copyright {
  position: absolute;
  top : 10px;
  left : 0px;
}
.bouton {
  background: url("images/bouton.jpg") no-repeat;
  width: 207px;
  height: 31px;
  text-align: center;
  margin-left: 20px;
  padding-bottom: 10px;
}
.bouton A {
  text-decoration: none;
  color: #000000;
}
.bouton A:hover {
  color: #FF0000;
}
H1 {
  font-family: Comic sans MS, Arial, Verdana, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding-top: 5px;
}
H2 {
  font-family: Comic sans MS, Arial, Verdana, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding-top: 5px;  
  text-align: center;
}
IMG {
  border: 0px;
}
#corps {
  vertical-align: top;
  width: 750px;
  padding-right: 20px;
}
.contenu {
  width: 100%;
}
#titre {
  margin-top: 20px;
  margin-left: 110px;
  margin-bottom: 15px;
  border: 0px;
}
#pied {
  background: url("images/pied.jpg") bottom left no-repeat;
  width: 1022px;
  height: 205px;
}

/* TEXTES */

P {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  text-align: justify;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
A {
  text-decoration: none;
  font-weight: bold
}
A:hover {
  color: #FF0000;
}

.tarifs {
  border: 1px solid #000000;
  border-collapse: collapse;
}
.tarifs TD {
  border: 1px solid #000000;
  padding: 5px;
}
.tarifs P {
  text-align: center;
}

