#outer {
  width: 1003px;
  background: url("/images/bande_cadre.gif") bottom left repeat-y;
  margin: auto;
  position: relative;
}

#top_cadre {
  background: url('/images/top_cadre.gif') 0 0 no-repeat;
  width: 1003px;
  height: 15px;
}

#bottom_cadre {
  background: url('/images/bottom_cadre.gif') 0 0 no-repeat;
  width: 1003px;
  height: 15px;
}

#inner {
  background: url('/images/fond_cadre.gif') top left no-repeat;
  width: 1003px;
}

#contenu {
  width: 940px;
  color: #252424;
  margin: auto;
  background-color: #F2F2F2;
}

#choix_langue a {
  position: absolute;
  background: url(/images/puce_version.gif) 0 4px no-repeat;
  top: 12px;
  right: 30px;
  font: bold 10px Arial, Verdana, sans-serif;
  color: #243a4c;
  padding-left: 5px;
}

a#bandeau {
  height: 250px;
  padding-top: 19px;
  background-position: 0 19px;
  background-color: white;
  display: block;
  text-indent: -5000px;
  overflow: hidden;
}

ul#liens_bas_page {
  list-style-type: none;
  position: absolute;
  bottom: -12px;
  right: 21px;
  color: white;
}

ul#liens_bas_page li {
 display: inline;
}

ul#liens_bas_page li a {
  color: white;
  text-decoration: none;
}

ul#liens_bas_page li a:hover {
  color: white;
  text-decoration: underline;
}

hr.separateur, div.separateur {
  clear: both;
  visibility: hidden;
}
