body 
	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;
	margin: auto;
	width: 1400px;
	
}

#banniere_2 div {
	margin-top: 50px;
	height: 340px;
	width: 300px;

}
.ois {
	background-color: #4CFF00;
	border: 2px solid #007A0E;
	border-radius: 20px;
	font-size: 18px;
	text-align: justify;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	left: 20px;
}
#img_3 {
	width: 100;
}

.leyme {
	background-color: #4CFF00;
	border: 2px solid #007A0E;
	border-radius: 20px;
	font-size: 18px;
	text-align: justify;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	left: 370px;
	bottom: 390px;

}

#img_4 {
	width: 180px;
}

.ffct {
	background-color: #4CFF00;
	border: 2px solid #007A0E;
	border-radius: 20px;
	font-size: 18px;
	text-align: justify;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	left: 720px;
	bottom: 780px;
	
}	

#img_5{
	width: 160px;
}

.codep {
	background-color: #4CFF00;
	border: 2px solid #007A0E;
	border-radius: 20px;
	font-size: 18px;
	text-align: justify;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	left: 1070px;
	bottom: 1170px;

}
#img_6 {
	bottom: 700px;
	position: relative;
	bottom: 1060px;
}
.bouton {
	width: 150px;
	justify-content: center;
	margin-top: 30px;
	background-color: #7F0000;
	border: none;
	border-radius: 5px;
	color: white;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: flex;
	flex: row;
	font-size: 16px;
	cursor: pointer;
	transition: 0.5s;
}
.bouton:hover{
	background-color: #c90000;
	transform: scale(1.1);
}
.bouton strong {
	font-family: arial;
}