* {
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
}
img {
  border: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
ul, ol {
  list-style-type: none;
}
body {
  text-align: center; /* Hack pour IE, permet de centrer le site horizontalement */
  background: #babbbd;
}
#conteneur {
  width: 962px; /* 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 */
}
#content-site {
  float: left;
  margin-top: -6px;
  padding-left: 3px;
  padding-right: 9px;
  background: url(images/bg-site.gif) 0 0 repeat-y;
}
#header {
  float: left;
  position: relative;
  width: 950px;
  height: 203px;
  background: url(images/bg-header.jpg) 0 0 no-repeat;
}
#content {
  clear: both;
  float: left;
  width: 950px;
  margin-top: 23px;
  background: #ececec url(images/bg-content.gif) 0 59px repeat-y;
}
#left {
  float: left;
  width: 181px;
}
#middle {
  float: left;
  display: inline;
  margin-left: 17px;
  width: 528px;
}
#right {
  float: right;
  width: 201px;
  background: url(images/bg-right-col.gif) top left repeat-y;
}
#footer {
  clear: both;
  text-align: center;
  background: url(images/bg-footer.gif) 0 0 repeat-x;
  padding: 13px 0;
  color: #2d2e33;
}