body {
 background-image: url("fond_bande.jpg");
 background-repeat: repeat-x ;
 background-attachment: fixed ;
 text-align: center;
 min-width: 962px;
 margin:0;
 padding:0;
 vertical-align:top;
}

#page {
  position:relative;
  top: 0px;
  text-align: left;
  width: 962px;
  margin-left: auto;
  margin-right: auto;
}


