* {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}
img {
  border: 0;
}
ul, ol {
  list-style-type: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
body {
  text-align: center; /* Hack pour IE, permet de centrer le site horizontalement */
}
#conteneur {
  width: 1024px; /* Spécifier la largeur du site, afin de le centrer */
  height: 590px; /* Optionel */
  background: url(/images/fond.jpg) 0 0 no-repeat;
  margin-left: auto; /* Permet de centrer le site horizontalement */
  margin-right: auto; /* Permet de centrer le site horizontalement */
}
#site {
  width: 857px;
  /*height: 500px;*/
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background: url(/images/fond-site.png) 0 0 repeat-y;
}
#content {
  /*float: left;*/
  width: 838px;
  margin-left: 7px;
}
#footer {
  width: 857px;
  margin-left: auto;
  margin-right: auto;
  height: 54px;
  background: url(/images/bg-footer.gif) 0 0 no-repeat;
  text-align: left;
}
#footer p {
  color: #fff;
  text-align: center;
}
#footer a {
  color: #fff;
}
#footer a.lien-contact {
  color: #8b1219;
  font-weight: bold;
}
#content-footer {
  position: absolute;
  width: 857px;
  margin-top: -53px;
  padding-top: 13px;
}
#contenu-site {
  clear: both;
  position: relative;
}
#contenu-site-home {
  clear: both;
  position: relative;
  height: 370px;
}