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;
	margin: auto;
	width: 1000px;
	height: 450px;
	
	
}

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

.hebdo {
	background-color: #FFD800;
	border: 2px solid #009B0E;
	border-radius: 20px;
	font-size: 18px;
	text-align: justify;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	left: 20px;
}

#img3 {
	width: 180px;
	margin: auto;
	box-shadow: 10px 10px 0px #404040;
}
.sem_1 {
	background-color: #FFD800;
	border: 2px solid #009B0E;
	border-radius: 20px;
	font-size: 18px;
	text-align: justify;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	left: 350px;
	bottom: 412px;
}

.sem_2 {
	background-color: #FFD800;
	border: 2px solid #009B0E;
	border-radius: 20px;
	font-size: 18px;
	text-align: justify;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	left: 680px;
	bottom: 826px;
}

.bouton {
	width: 180px;
	justify-content: center;
	margin-top: 30px;
	background-color: #004A7F;
	border: none;
	border-radius: 10px;
	color: white;
	padding: 20px 20px;
	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;
}
#banniere_3{
	background-color: #FFE97F;
	margin: auto;
	justify-content: center;
	width: 1200px;
	bottom: 800px;
}
#banniere_3 div {
	width: 1250px;
	
}
#button_modal{
	height: 50px;
	width: 220px;
	justify-content: center;
	background-color: #004A7F;
	margin-left: 50px;
	padding: 10px 10px;
	border-radius: 10px;
	font-size: 20px;
	border: none;
	color: white;
	cursor: pointer;
	transition: 0.5s;

}
#button_modal:hover{
	background-color: #A0A0A0;
	transform: scale(1.05);
}

#modal {
	margin-top: 10px;
	width: 450px;
	text-align: left;
	background-color: #A0A0A0;
	border-radius: 10px;
	box-shadow: 10px 10px #000;
	padding: 5px 30px;
	visibility: hidden;
}
#button_close{
	height: 50px;
	width: 220px;
	justify-content: center;
	background-color: #004A7F;
	padding: 10px 10px;
	border-radius: 10px;
	font-size: 18px;
	border: none;
	color: white;
	cursor: pointer;
	transition: 0.5s;
}
#button_close:hover{
	background-color: #A0A0A0;
	transform: scale(1.05);
}	