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

@font-face {
    font-family: "PoliceTitre";
    src: url("Gameplay.ttf");
}

@font-face {
    font-family: "Titre1";
    src: url("Digital Play St.ttf");
}

li
{
    font-family: PoliceTitre;
	font-size: 19;
}

p
{
    font-family: Calibri;
	font-size: 30;
	color: white;
}


/*#site {
	width: 1000px;
	margin: auto;
	background-color: lightblue;
}*/

#banner1 {
	display: block;
	background-image: url(menu.gif);
	height: 75px;
	width: 100%;
	text-align: center;
}

#banner1 p {
	position: relative;
	font-weight: bold;
	font-size: 35px;
	top: 7px;
	margin: 0;
	text-align: center;
	font-family: Titre1;
}

#menu {
	min-width: 500px;
	width: 100%;
	height: 105px;
	position: relative;
	background-color: #258527;
}

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

#menu ul li {
	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: #FFFFFF;
	height: 30px;
	width: 170px;
	color: black;
	text-decoration: none;
}

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

#banner2 {
	display: block;
	background-image: url(menu.gif);
	height: 75px;
	width: 100%;
}

#contenuprincipal {
	display: block;
	width: 1200px;
    background-color: #000000;
	margin: auto;
	text-align: justify;
}

#footer {
	text-align: center;
	display: block;
	background-color: #258527;
	height: 60px;
	margin-top: 50px;
}

#footer p {
	color: white;
	font-weight: bold;
	position: relative;
	top: 18px;
}