body {
	overflow-x: hidden;
	margin: 0;
}

/*#site {
	width: 1000px;
	margin: auto;
	background-color: lightblue;
}*/

#banier1{
    padding-top: 20px; 
    color: red;
	font-size: 1.7em;
    text-align: center;
    display: block;
    background-color: #7fffbb; 
    height: 50px;
    width: 100%; 
}
#menu {
	min-width: 500px;
	width: 100%;
	height: 100px;
	position: relative;
	background-color: #27be6e;
}

#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;
	font-size: 1.4em;
	padding-top: 10px;
	display: inline-block;
	background-color: #7fffbb;
	height: 30px;
	width: 160px;
	color: black;
	text-decoration: none;
}
#menu ul li a:hover {
	color: white;
	background-color: #13703f;
}
#banier2{
	  display: block;
    padding-top: 7px;
    text-align: center;
	vertical-align:middle;
    background-color: #7fffbb;
    height: 100px;
    width: 100%; 

}
#contenu_principal{
    background-size: auto;
    margin: auto;
}

#footer {
	text-align: center;
	display: block;
	background-color: #7fffbb;
	height: 60px;
}

#footer p {
	color: #164a29;
	font-weight: bold;
	position: relative;
	top: 18px;
}
