
	.lampe-conteneur {

	}

	#lampe1-off {
	left:69px;
	top:220px;
	width:286px;
	height:296px;
    background-image: url(lampe01eteinte.png);
	}

	#lampe1-on {
	left:0px;
	top:10px;
	width:515px;
	height:500px;
    background-image: url(lampe01allumee.png);
    }

	#lampe2-off {
	left:337px;
	top:277px;
	width:115px;
	height:240px;
	z-index:100;
    background-image: url(lampe02eteinte.png);
	}

	#lampe2-on {
	left:233px;
	top:163px;
	width:317px;
	height:356.12px;
    background-image: url(lampe02allumee.png);
	}
	#lampe3-off {
	left:417px;
	top:115px;
	width:159px;
	height:405px;
    background-image: url(lampe03eteinte.png);
	}
	#lampe3-on {
	left:320px;
	top:11px;
	width:362px;
	height:495px;
    background-image: url(lampe03allumee.png);
	}
	#lampe4-off {
	left:548px;
	top:283px;
	width:178px;
	height:253px;
    background-image: url(lampe04eteinte.png);
	}
	#lampe4-on {
	left:463px;
	top:183px;
	width:333px;
	height:349px;
    background-image: url(lampe04allumee.png);
	}

.lampe-on{
	position:absolute;
    background-position:center center;
    background-repeat: no-repeat;
    background-size: contain;  
	display:none;
	}

.lampe-off{
	position:absolute;
    background-position:center center;
    background-repeat: no-repeat;
    background-size: contain;  
	}

#fond{
    top:50%;left:50%;
    position:absolute;
    width:800px;height:600px;
    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: cover;  
}
