
#fenetre  {
	width: 878px;
	height: 500px;
	overflow: hidden;
	margin: auto;
	position: relative;
}

#sol  {
	background-image: url(../img/course/course-1.jpeg);
	width: 3000px;
	height: 500px;
	position: relative;
}

.piste {
	position: absolute;
	left: 250px;
}

.lapin {
	width: 80px;
	height: 80px;
	position: absolute;
}

.regarderLapin {
	border: 1px solid #b99;
	border-radius: 5px;
	padding: 5px;
	margin-right: 5px;
	cursor: pointer;
}

#feux {
	position: absolute;
	font-size: 250px;
	font-weight: bold;
	left: 380px;
	top: 100px;
	color: white;
}

#feux-mini {
	position: absolute;
	font-size: 200px;
	font-weight: bold;
	left: 150px;
	top: 40px;
	color: white;
}

#feux-landing {
	position: absolute;
	font-size: 200px;
	font-weight: bold;
	left: 400px;
	top: 45px;
	color: white;
}

#masque {
	background-color: black;
	opacity: 0.8;
	display: none;
	width: 878px;
	height: 500px;
	position: absolute;
	font-size: 50px;
	font-weight: bold;
	color: white;
	text-align: center;
	padding-top: 150px;
	cursor: pointer;
	top: 0px;
}

#masque-mini {
	background-color: black;
	opacity: 0.8;
	display: none;
	width: 430px;
	height: 280px;
	position: absolute;
	font-size: 30px;
	font-weight: bold;
	color: white;
	text-align: center;
	padding-top: 100px;
	top: 0px;
}

#masque-landing {
	background-color: black;
	opacity: 0.8;
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	font-size: 30px;
	font-weight: bold;
	color: white;
	text-align: center;
	padding-top: 100px;
	top: 0px;
}

#masque p {
	margin-top: 50px;
	font-size: 20px;
}

.compagnonCourse {
	position: absolute;
	display: none;
	width: 60px;
	height: 60px;
}

.piege-glace-1, .piege-glace-2, .piege-glace-3 {
	position: absolute;
	background-image: url(../img/course/piege/glace-1.png);
	width: 120px;
	height: 120px;
	top: -20px;
	left: -20px;
}

.piege-glace-2, .piege-glace-3 {
	background-image: url(../img/course/piege/glace-2.png);
}

.piege-os-1, .piege-os-2 {
	position: absolute;
	background-image: url(../img/course/piege/os.png);
	background-size: 100%;
	width: 120px;
	height: 120px;
	top: -20px;
	left: -20px;
}

.piege-glue {
	position: absolute;
	background-image: url(../img/course/piege/glue.png);
	width: 120px;
	height: 120px;
	top: -20px;
	left: -20px;
}

.sprite-glue {
	position: absolute;
	background-image: url(../img/course/piege/glue-sprite.png);
	width: 80px;
	height: 80px;
}

.piege-fusee {
	position: absolute;
	background-image: url(../img/course/piege/fusee.png);
	width: 80px;
	height: 30px;
	top: 20px;
	left: -30px;
}

.piege-bombe {
	position: absolute;
	background-image: url(../img/course/piege/bombe.png);
	width: 120px;
	height: 120px;
	top: -20px;
	left: -20px;
}

.piege-electric {
	position: absolute;
	background-image: url(../img/course/piege/electric.png);
	background-size: contain;
	width: 120px;
	height: 120px;
	top: -20px;
	left: -20px;
}

.piege-banane {
	position: absolute;
	background-image: url(../img/course/piege/banane.png);
	width: 80px;
	height: 80px;
	top: -13px;
}

.piege-etoile {
	position: absolute;
	background-image: url(../img/course/piege/etoile.png);
	width: 60px;
	height: 40px;
	top: 10px;
	left: 25px;
}

.piege-bulle-1, .piege-bulle-2 {
	position: relative;
	background-image: url(../img/course/piege/bulle-1.png);
	width: 200px;
	height: 150px;
	top: -75px;
}

.piege-bulle-2 {
	background-image: url(../img/course/piege/bulle-2.png);
	width: 275px;
}

.piege-ressort-1, .piege-ressort-2 {
	position: relative;
	background-image: url(../img/course/piege/ressort-1.png);
	width: 50px;
	height: 40px;
	top: 10px;
	left: -80px;
}

.piege-ressort-2 {
	background-image: url(../img/course/piege/ressort-2.png);
}

.piege-ovni {
	position: absolute;
	background-image: url(../img/course/piege/ovni.png);
	width: 64px;
	height: 50px;
	top: -40px;
	left: 8px;
}

.piege-protection {
	position: absolute;
	background-image: url(../img/course/piege/protection.png);
	width: 120px;
	height: 120px;
	top: -20px;
	left: -20px;
}
