body {
	overflow-x: hidden;
	margin: 0;
	font-family: arial;
	background-color: #FFE97F;
}
li {
	text-transform: uppercase;
}
#banniere_1 {
	display: flex;
	background-color: #009B0E;
	height: 50px;
	width: 100%;
	justify-content: center;
	padding-bottom: 20px;
}
#img1 {
	width: 50px;
	height: 50px;
	margin: 10px;
}		
#banniere_1 h1 {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	top: auto;
	margin: 20px;
}
#img2 {
	width: 50px;
	height: 50px;
	margin: 10px;
}	

#menu {
	width: 100%;
	height: 80px;
	position: relative;
	background-color: #8CFF00;
}

#menu ul {
	float: left;
	left: 50%;
	position: relative;
	padding-top: 5px;
	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: #009B0E;
	height: 30px;
	width: 140px;
	color: white;
	text-decoration: none; 
}

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

#menu #en-cours a{
	background-color: #007A0E;
	font-weight: bold;
	color: white;
}

#banniere_2 {
	background-color: #FFE97F;
	height: auto;
	width: 100%;
	
}
#img3{
	width: 100px;
}	

.cadre_1 {
	margin-top: 50px;
	height: 240px;
	width: 300px;
	text-align: justify;
	position: relative;
	background-color: #FFB270;
    border: 3px solid #000000;
    padding: 20px;
    box-shadow: 10px 10px 0px #aaa;
    margin-left: 50px;
}
.cadre_2{
	margin-top: 50px;
	height: 160px;
	width: 300px;
	text-align: justify;
	position: relative;
	background-color: #9BC1FF;
    border: 3px solid #000000;
    padding: 20px;
    box-shadow: 10px 10px 0px #aaa;
    margin-left: 440px;
    bottom: 300px;
}
.cadre_3{
	margin-top: 50px;
	height: 160px;
	width: 310px;
	text-align: justify;
	position: relative;
	background-color: #ff6d6d;
    border: 3px solid #000000;
    padding: 20px;
    box-shadow: 10px 10px 0px #aaa;
    margin-left: 830px;
    bottom: 480px;
}
.cadre_4{
	margin-top: 50px;
	height: 80px;
	width: 300px;
	text-align: justify;
	position: relative;
	background-color: #C6FF7C;
    border: 3px solid #000000;
    padding: 20px;
    box-shadow: 10px 10px 0px #aaa;
    margin-left: 1220px;
    bottom: 780px;
}    
.cadre_5{
	margin-top: 50px;
	height: 120px;
	width: 300px;
	text-align: justify;
	position: relative;
	background-color: #FFC1C8;
    border: 3px solid #000000;
    padding: 20px;
    box-shadow: 10px 10px 0px #aaa;
    margin-left: 100px;
    bottom: 700px;
}   

.cadre_6{
	margin-top: 50px;
	height: 120px;
	width: 300px;
	text-align: center;
	position: relative;
	background-color: #00B5FF;
    border: 3px solid #000000;
    padding: 20px;
    box-shadow: 10px 10px 0px #aaa;
    margin-left: 480px;
    bottom: 900px;
}  
.bouton {
	width: 180px;
	justify-content: center;
	margin-top: 30px;
	background-color: #004A7F;
	border: none;
	border-radius: 10px;
	color: white;
	padding: 10px 10px;
	text-align: center;
	text-decoration: none;
	display: flex;
	flex: row;
	font-size: 16px;
	cursor: pointer;
	transition: 0.5s;
}

.bouton:hover {
	background-color: #A0A0A0;
	transform: scale(1.1);
}
.bouton strong {
	font-family: arial;
}   
.cadre_7{
	margin-top: 50px;
	height: 80px;
	width: 300px;
	text-align: justify;
	position: relative;
	background-color: #FFD800;
    border: 3px solid #000000;
    padding: 20px;
    box-shadow: 10px 10px 0px #aaa;
    margin-left: 870px;
    bottom: 1050px;
}    
.cadre_8{
	margin-top: 30px;
	height: 140px;
	width: 300px;
	text-align: justify;
	position: relative;
	background-color: #A8FFC2;
    border: 3px solid #000000;
    padding: 20px;
    box-shadow: 10px 10px 0px #aaa;
    margin-left: 1250px;
    bottom: 1200px;
}    