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

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


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

#contenu{
	margin-top: 150px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 250px;
}


/*-----------------------GALERIE PHOTO-----------------------*/

#photos{
	animation: fadeIn ease 3s;
	-webkit-animation: fadeIn ease 3s;
	-moz-animation: fadeIn ease 3s;
	-o-animation: fadeIn ease 3s;
	-ms-animation: fadeIn ease 3s;
	width: 80%;
	margin: auto;
	text-align: center;
}