/* ------------------------------------ *
 CSS
 mardi 3 février 2009 13:56:27
 HAPedit 3.1.11.111
 * ------------------------------------ */

 * {
   margin:0px;
   padding:0px;
 }

 body {
  width:100%;
  height:100%;
 }

#conteneur {
  position:relative;
  margin: auto;
  width:992px;
  height:582px;

 }

 #bg {
  margin-left: 10%;
  overflow:hidden;
  width:88%;
  height:100%;
  background-image: url(bg.png);
  background-repeat: no-repeat;
 }