@charset "UTF-8";
@import url('reset.css');

#iran {
  width: 100%; 
  height: 100%;
  background-position: center center;
  background-image: url(iran-vie-liberté-texte-1600-x2.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body {
  background-color: #666666;
  background-image: url(iran-background.jpg);
  background-size: cover;
}

