#i01 {
  position: absolute;
  top: 460px;
  left: 614px;
  width: 134px;
  height: 87px;
  z-index:200;
  background-image: url(redcup.png);
  background-position:center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor:pointer;
}

#i02 {
  position: absolute;
  top: 336px;
  left: 113px;
  width: 124px;
  height: 157px;
  z-index:200;
  background-image: url(beer.png);
  background-position:center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor:pointer;
  display:none;
}

#i03 {
  position: absolute;
  top: 419px;
  left: 563px;
  width: 206px;
  height: 51px;
  z-index:200;
  background-image: url(plate.png);
  background-position:center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor:pointer;
  display:none;
}

#i04 {
  position: absolute;
  top: 171px;
  left: 255px;
  width: 121px;
  height: 314px;
  z-index:200;
  background-image: url(red.png);
  background-position:center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor:pointer;
  display:none;
}

#i05 {
  position: absolute;
  top: 250px;
  left: 428px;
  width: 103px;
  height: 228px;
  z-index:200;
  background-image: url(brown.png);
  background-position:center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor:pointer;
  display:none;
}

#i06 {
  position: absolute;
  top: 460px;
  left: 97px;
  width: 144px;
  height: 102px;
  z-index:200;
  background-image: url(whitecup.png);
  background-position:center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor:pointer;
  display:none;
}

#i07 {
  position: absolute;
  top: 423px;
  left: 446px;
  width: 171px;
  height: 62px;
  z-index:200;
  background-image: url(sunnies.png);
  background-position:center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor:pointer;
  display:none;
}

#i08 {
  position: absolute;
  top: 407px;
  left: 260px;
  width: 172px;
  height: 101px;
  z-index:200;
  background-image: url(green.png);
  background-position:center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor:pointer;
  display:none;
}


#fond{
	top:50%;left:50%;
    position:absolute;
    width:800px;height:600px;
    z-index:100;
    margin-left:-400px;
    margin-top:-300px;
    object-fit: scale-down;
    background-image: url(fondnuit_int.png);
    background-position:center center;
    background-repeat: no-repeat;
    background-size: contain;  
}