* {
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
}
img {
  border: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
}
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: url(/images/bg-body.gif) 0 0;
  margin-top: 10px;
}
#conteneur {
  width: 910px; /* 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 */
}
#decor-fond {
  background: url(/images/decor-fond.gif) 0 200px no-repeat;
}
#decor-noel {
  background: url(/images/decor-noel.gif) 0 200px no-repeat;
}
#top-site, #bottom-site 
{
  clear: both;
  margin-left: 48px;
}
#site {
  float: left;
  display: inline;
  width: 810px;
  margin-left: 48px;
  background: url(/images/bg-site.png) 0 0 repeat-y;
}
#header {
  float: left;
  display: inline;
  margin-left: 16px;
  width: 774px;
  height: 153px;
  background: url(/images/bg-header.jpg) 0 0 no-repeat;
}
#content {
  clear: both;
  float: left;
  display: inline;
  position: relative;
  margin-left: 16px;
  width: 780px;
  height: 100%;
}
#left-col {
  float: left;
  display: inline;
  margin-left: 12px;
  background: url(/images/bg-left-col-bas.gif) bottom left no-repeat;
  width: 160px;
  min-height: 411px;
}
#content-col {
  float: left;
  display: inline;
  margin-left: 5px;
  width: 587px;
}
#footer {
  margin-left: 48px;
}