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

#content img
{
  /*float:none;*/
  /*width:96%;*/
  /*max-width:100% /*none; /* largeur maxi image par rapport à taille img originale*/
  /*height: auto;*/
  margin:2%; /* marge extérieure*/
}

}