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

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


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

table{
	text-align: center;
	width: 85%;
	margin: 0 auto;
	margin-top: 75px;
	margin-bottom: 200px;
	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;
}


h1{
	color: yellow;
}


.imageDrapeau{
	width: 80%;
	height: 160px;
	margin-bottom: 75px;
	transition-duration: 0.2s;
}

.imageDrapeau:hover{
	opacity: 0.5;
}

.imageRapport{
	width: 55%;
	height: 250px;
	transition-duration: 0.2s;
}

.imageRapport:hover{
	opacity: 0.5;
}

.imageSoutenance{
	width: 25%;
	height: 150px;
	transition-duration: 0.2s;
}

.imageSoutenance:hover{
	opacity: 0.5;
}
