body { 
  margin: 0; /* pour éviter les marges */ 
  text-align: center; /* pour corriger le bug de centrage IE */ 
  background-color:#fff6c7;
}
#global { 
  position: relative; /* on positionne le conteneur */ 
  margin-left: auto; 
  margin-right: auto; 
  width: 1024; 
  text-align: left; 
}
div#bandeau{
          width: 1024px;
		  height:205px;
		  background-image: url(./images/MM-base_01.jpg);
		  background-repeat:no-repeat; 
}
