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

#wrapper
{
  width:96%;
  margin:2%;/* marge extérieure*/
  background-image:none;
 /* background-color:black; */
}

#header, #main
{
  padding:2%;/* marge inté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
{
	float:none;
	width:96%;
	color: #FFF;
}

#content img
{
  max-width:100%; /*96%;*/
 /* background-color:black; */
}

}
