* {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}
img {
  border: 0;
}
body, html {
  height: 100%;
}
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 */
  background: url(/images/bg-body.gif) top left no-repeat;
}
#conteneur {
  width: 945px; /* Spécifier la largeur du site, afin de le centrer */
  margin-left: auto; /* Permet de centrer le site horizontalement */
  margin-right: auto; /* Permet de centrer le site horizontalement */
  text-align: left; /* Rétabli le texte aligné à gauche */
}
#header {
  clear: both;
  float: left;
  background: url(/images/bg-header.jpg) 0 0 no-repeat;
  width: 945px;
  height: 100px;
  margin-top: 0;
  position: relative;
}
#site {
  clear: both;
  float: left;
  width: 945px;
  min-height: 490px;
  padding-top: 10px;
  background: url(/images/bg-site.png) 0 0 repeat-y;
}
#left-col {
  float: left;
  width: 231px;
}
#principal-col {
  float: left;
  margin-left: 7px;
  width: 692px;
}
#footer-home {
  clear: both;
  float: left;
  margin: 0px 0 0 15px;
  width: 915px;
  text-align: center;
  color: #fff;
  background: #ff7d01;
  height: 17px;
  line-height: 17px;
}
#footer {
  clear: both;
  float: left;
  margin: 0 0 0 15px;
  width: 915px;
  text-align: center;
  color: #fff;
  background: #ff7d01;
  height: 17px;
  line-height: 17px;
}
#footer-home a, #footer a {
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
}