  /* feuille de style  */

body {
  background-image: url(papier2.png); 
  background-repeat: repeat; 
  background-position: center;
}
img { 
	border: 0; 
}
#imz1 {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
}
#imz2 {
  position: absolute;
  left: 580px;
  top: 250px;
  z-index: 2;
}
