#j9gif{
	position:absolute;
  top:2.8%;left:50%;
  width:250px;height:200px;
  object-fit: contain;
    background-image: url(calendrier.gif);
    background-position:center center;
    background-repeat: no-repeat;
    background-size: contain; 
    z-index: 50;
}
#j9stop{
	position:absolute;
  top:2.8%;left:50%; 
  width:250px;height:200px;
  object-fit: contain;
  opacity:0;
    background-image: url(calendarstop.png);
    background-position:center center;
    background-repeat: no-repeat;
    background-size: contain; 
    z-index: 50;
}
#j9fond{
    top:50%;left:50%;
    position:absolute;
    width:800px;height:600px;
    margin-left:-400px;
    margin-top:-300px;
    object-fit: scale-down;
    background-image: url(fenetrejour.jpg);
    background-position:center center;
    background-repeat: no-repeat;
    background-size: cover;  
}