/*-----------------------MISE EN PAGE ELEMENTS-----------------------*/

body{
	background: linear-gradient(#000000, 20%, #4A9134) no-repeat;
	background-size: cover;
}


/*-----------------------PREMIER ONGLET-----------------------*/

#ageRequis{
	float: left;
	text-align: justify;
	width: 53%;
	margin-top: 150px;
	margin-bottom: 150px;
	animation: fadeIn ease 0.5s;
	-webkit-animation: fadeIn ease 0.5s;
	-moz-animation: fadeIn ease 0.5s;
	-o-animation: fadeIn ease 0.5s;
	-ms-animation: fadeIn ease 0.5s;
}


#ageRequis h1{
	margin-left: 10px;
	text-align: left;
	font-weight: bold;
	color: red;
	font-size: 48px;
}


#ageRequis .separation{
	background-color: white;
	margin-bottom: 10px;
	height: 5px;
	width: 100%;
}


#ageRequis p{
	margin-left: 10px;
	font-size: 20px;
	color: white;
}


/*-----------------------ONGLETS GAUCHE-----------------------*/

#gauche{
	float: left;
	text-align: justify;
	width: 53%;
	margin-bottom: 150px;
	animation: fadeIn ease 0.5s;
	-webkit-animation: fadeIn ease 0.5s;
	-moz-animation: fadeIn ease 0.5s;
	-o-animation: fadeIn ease 0.5s;
	-ms-animation: fadeIn ease 0.5s;
}


#gauche h1{
	margin-left: 10px;
	text-align: left;
	font-weight: bold;
	color: red;
	font-size: 48px;
}


#gauche .separation{
	background-color: white;
	margin-bottom: 10px;
	height: 5px;
	width: 100%;
}


#gauche p{
	margin-left: 10px;
	font-size: 20px;
	color: white;
}


#gauche ul{
	margin-left: 50px;
	font-size: 20px;
	color: white;
}


#gauche li{
	margin-left: 50px;
	font-size: 20px;
	color: white;
}


/*-----------------------ONGLETS DROIT-----------------------*/

#droit{
	float: right;
	text-align: justify;
	width: 53%;
	margin-bottom: 150px;
	animation: fadeIn ease 0.5s;
	-webkit-animation: fadeIn ease 0.5s;
	-moz-animation: fadeIn ease 0.5s;
	-o-animation: fadeIn ease 0.5s;
	-ms-animation: fadeIn ease 0.5s;
}


#droit h1{
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	color: red;
	font-size: 48px;
}


#droit .separation{
	background-color: white;
	margin-bottom: 10px;
	height: 5px;
	width: 100%;
}


#droit p{
	margin-right: 10px;
	font-size: 20px;
	color: white;
}