@charset "utf-8";
/* CSS Document */
#parallax {
	background: url(../images/reference/1.png) no-repeat 50% 0;
	position:absolute;
	top:0;
	overflow:hidden;
	width:1200px;
	margin-left:-600px;
	left:50%;
	height:326px;
	z-index:2;
}
#parallax #layer1 { 
	background:url(../images/reference/2.png) center top no-repeat;
	width:1100px;
	height:326px;
	position: absolute;
	left: 50%;
	margin-left: -550px;
}
#parallax #layer2 { 
	background:url(../images/reference/3.png) center top no-repeat;
	width:1180px;
	height:326px;
	position: absolute;
	left: 60%;
	margin-left: -800px;
}
#parallax #layer3 { 
	background:url(../images/reference/4.png) center top no-repeat;
	width:1520px;
	height:326px;
	position: absolute;
	left: 50%;
	margin-left: -4900px;
}
#parallax #layer4 { 
	background:url(../images/reference/5.png) center top no-repeat;
	width:1100px;
	height:326px;
	position: absolute;
	left: 50%;
	margin-left: -2000px;
}


.contenue .citation {
	font-style:italic;
	color:#FFF;
	margin-left:110px;
}