body {
	margin : 0;
	overflow-x : hidden;
	background-color:black;
	color:white;
}

@font-face {
    font-family: ChangaOne;
    src: url('./assets/eggs/font/ChangaOne.ttf');
}

#banner1 {
	display : block;
	background-color : #7fffbb;
	height : 25px;
	width : 100%;
}

#menu {
	min-width : 850px;
	width : 100%;
	height : 75px;
	position : relative;
	background-color : #27be6e;
}

#menu ul {
	float : left;
	left : 50%;
	position : relative;
	padding-top : 2px;
	margin-left : -60px;
	
}

#menu ul li {
	font-weight : bold;
	margin-left : 20px;
	float : left;
	list-style-type : none;
	position : relative;
	left : -50%;
}

#menu ul li a {
	text-align : center;
	padding-top : 10px;
	display : inline-block;
	background-color : #16854a;
	height : 30px;
	width : 100px;
	color : black;
	text-decoration: none;
}

#menu ul li a:hover {
	color : white;
	background-color : #13703f;
}

#banner2 {
	display : block;
	background-color : #7fffbb;
	height : 25px;
	width : 100%;
}

#Jeu {
	height : 50%;
	width : 75%;
	margin-left : auto;
    margin-right : auto;
}

.fullscreen #Jeu {
    height: 100%; 
    width: 100%; 
}

#titre h1 {
	background-color:green;
	color : #164a29;
	text-align : center;
	margin:20px 0 0 0;
	font-family : Arial, Helvetica, sans-serif;
	display : block;
	font-weight : bold;
	font-size : 100px;
}

#titre h2 {
	background-color:blue;
	display:inline;
	margin:0;
	text-align : center;
	color : #164a29;
	font-family : Arial, Helvetica, sans-serif;
	display : block;
	font-weight : bold;
	font-size : 50px;
}


#titre p {
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	display : block;
	font-weight : bold;
	font-size : 50px;
}


#contenuprincipal {
		display : block;
		width : 90%;
		margin : auto;
}