#f01 {
    background-image: url(bud.png);
    background-position:center center;
    background-repeat: no-repeat;
    background-size: cover;  
      position: absolute;
  top: 83px;
  left: 426px;
  width: 173px;
  height: 218px;
  z-index:300;
  cursor:pointer;
}

#f02 {
    background-image: url(opening.png);
    background-position:center center;
    background-repeat: no-repeat;
    background-size: cover;  
      position: absolute;
  top: 82px;  left: 417px;
  width: 173px;
  height: 218px;
  z-index:250;
  display:none;
  cursor:pointer;
}

#f03 {
    background-image: url(open.png);
    background-position:center center;
    background-repeat: no-repeat;
    background-size: cover;  
      position: absolute;
  top: 83px;  left: 417px;
  width: 173px;
  height: 218px;
  z-index:250;
  display:none;
  cursor:pointer;
}


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