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

body{
	background: linear-gradient(#922CA0, 35%, #D5BC3E);
	background-size: cover;
}


/*-----------------------CONTENU-----------------------*/

#contenu{
	display: flex;
	margin-top: 150px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 250px;
	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;
}


table{
	width: 90%;
	margin: 90px auto;
	margin-bottom: 200px;
}


td{
	font-size: 16px;
	color: white;
	
}


.titre{
	color: Black;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border: solid 4px;
	border-bottom-color: black;
}


.image{
	width: 50%;
	text-align: center;
}