body{
	margin: 0px;
	padding: 0px;
}

canvas{
	background-color: #7f8c8d;
}
#menu{
	width: 600px;
	height: 500px;
	border: 1px solid black;
	position: relative;
	background-color: #34495e;
	display: block;
}

#menu h1{
	font-family: Oswald;
	text-align: center;
}

#play{
	width: 300px;
	height: 30px;
	border-radius: 5px;
	background-color: #e74c3c;
	position: absolute;
	top: 100px;
	left: 150px;
	font-family: Oswald;
	text-align: center;
}
#play_{
	width: 300px;
	height: 30px;
	border-radius: 5px;
	background-color: #e74c3c;
	position: absolute;
	top: 100px;
	left: 150px;
	font-family: Oswald;
	text-align: center;
}
#play_:hover{
	background-color: #c0392b;
	transition: background 0.5s;
}
#play:hover{
	background-color: #c0392b;
	transition: background 0.5s;
}
#regle{
	width: 300px;
	height: 30px;
	border-radius: 5px;
	background-color: #e74c3c;
	position: absolute;
	top: 140px;
	left: 150px;
	font-family: Oswald;
	text-align: center;
}
#regle:hover{
	background-color: #c0392b;
	transition: background 0.5s;
}
#quitter{
	width: 300px;
	height: 30px;
	border-radius: 5px;
	background-color: #e74c3c;
	position: absolute;
	top: 180px;
	left: 150px;
	font-family: Oswald;
	text-align: center;
}
#quitter:hover{
	background-color: #c0392b;
	transition: background 0.5s;
}

#fenetre_regle{
	width: 600px;
	height: 500px;
	border: 1px solid black;
	position: relative;
	background-color: #34495e;
	display: none;
	font-family: Oswald;
	text-align: center;
}

#window_game{
	width: 600px;
	height: 500px;
	border: 1px solid black;
	display: none;
}

#nombre_rubis{
	width: 100px;
	height: 50px;
	border-radius: 0px 0px 5px 5px;
	background-color: #9b59b6;
	font-family: Oswald;
	text-align: center;
	display: none;
}
#game_over{
	width: 600px;
	height: 500px;
	display: none;
	border: 1px solid black;
	position: relative;
	background-color: #34495e;
}

#game_over h1{
	font-family: Oswald;
	text-align: center;
}

#map_parcouru{
	width: 200px;
	height: 50px;
	border-radius: 5px;
	margin: auto;
	margin-bottom: 5px;
	background-color: #e74c3c;
	font-family: Oswald;
	text-align: center;
}

#total_rubis{
	width: 200px;
	height: 50px;
	border-radius: 5px;
	margin: auto;
	background-color: #e74c3c;
	font-family: Oswald;
	text-align: center;
}

#win_lose{
	width: 200px;
	height: 50px;
	border-radius: 5px;
	margin: auto;
	margin-top: 10px;
	background-color: #e74c3c;
	font-family: Oswald;
	text-align: center;
}
