/*
html,body { overflow: hidden; } 
*/
#opaciteVoeux, #containerVoeux, #mouseVoeux {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1024px;
	text-align: left;
	margin: 0px auto;
}

#fondvoeux {
	position: absolute;
	top: 0px;
	left: 0px;	
	background: #5E1B53;
	width: 100%;
	height: 1300px;
	z-index: 199;
}

#opaciteVoeux {
	background-image: url(/anim-intro/FOND-A.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	z-index: 200;
}

#containerVoeux {
	z-index: 201;
}

#mouseVoeux {
	z-index: 202;
	cursor: pointer;
	background: url(/images/transparent.gif);
}

#Voeux {
	position: relative;
	width: 1124px;
	height: 790px;
	text-align: center;
	cursor: pointer;
	background: #5E1B53;
	margin: 0px auto auto;
}