@charset "UTF-8";
/* Initialisation du document et des éléments */
*{
	margin: 0;
	padding: 0;
}

body{
	overflow: hidden;
}

#container #surbrillance img{
	top: 20px;
}

/* Image de devant - Il s'agit du fond général */
#devant img{
	position:absolute;
	z-index:0;
	width: 100%;
	max-height: 1062px; 
}

/* Dégradé de blanc à transparent qui permet de donner un effet de surbrillance*/
#imgSurbrillance{
	position:absolute;
	z-index:-1;
	width: 30%;
}

/* Base pour le titre */
#titre img{
	position:absolute;
	z-index:-2;
	width: 100%;
	max-height: 1062px;
}

/* Ce qui permet d'afficher ce qui se trouve derrière le titre */
#derriere_titre img{
	position:absolute;
	z-index:-3;
	width: 100%;
	max-height: 1062px;
}
.text {
	position: absolute;
	bottom: 10px;
	color: black;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	font-size: 30px;

}