* {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #44356c;
}
img {
  border: 0;
  *behavior: url(/png.htc);
}
body {
  text-align: center;
}

/*#conteneur {
  width: 995px;
  height: 628px;
  min-height: 628px;
  _height: 628px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  border: 1px solid blue;
  background: url(/images/bg_footer.jpg) bottom left no-repeat;
}*/
#table_general {
  height: 628px;
  min-height: 628px;
  _height: 628px;
  width: 100%;
}
.td_cotes {
  background: url(/images/bg_mauve.gif) bottom left repeat-x;
}
#contenu {
  /*width: 790px;*/ /* Largeur de 995 moins les paddings */
  width: 995px;
  height: 628px;
  min-height: 628px;
  _height: 628px;
  background: url(/images/bg_footer.jpg) bottom left no-repeat;
  /*padding: 0 40px 0 165px;*/
  vertical-align: top;
}
#header {
  background: url(/images/bg_header.jpg) 0 0 no-repeat;
  height: 112px;
}
#centre {
  clear: both;
  background: url(/images/bg_centre.png) 0 0 repeat-y !important;
  *background: none;
  *filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg_centre_ie.png', sizingMethod='scale');
  width:982px;
  *height: 500px;
  margin-bottom: 10px;
}
#contenu_centre {
  margin: 0 31px 0 166px;
  min-height: 520px;
  *height: 470px;
}
#footer {
  padding-bottom: 50px;
  text-align: right;
  padding-right: 30px;
}
#footer ul {
  list-style-type: none;
}
#footer li {
  display: inline;
  color: #443369;
}
#footer a {
  text-decoration: none;
  color: #443369;
}
#footer a:hover {
  text-decoration: underline;
}
#menu {
  float: left;
}
#content {
  float: left;
  margin-left: 10px;
  margin-top: 15px;
  width: 619px;
}
