@media screen and (max-width: 1240px)
{

#wrapper
{
  width:960px;
   margin:2%;/* marge extérieure*/
}
#header
{
  float:none;
   width:100%; /* indique largeur par rapport à largeur total de la page (du wrapper)
  background-color:black; /*couleur du fond du header pour les tailles < 1000px */
}
#main
{
  width:960px;
  color: #FFF;
}

}