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

#wrapper
{
  width:1200px;
    margin:2%;/* marge extérieure*/
}
#header
{
  float:none;
  width:96%; /* 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:1200px;
  color: #FFF;
}

}