HTML { overflow-x: hidden; overflow-y: hidden;}

body {

	margin: 0;
	padding: 0;
	background-color:#000000;

}

a:link {
	color:#FFFFFF;
	text-decoration: none;
	}
a:visited {
	color:#FFFFFF;
	text-decoration: none;
	}
a:hover {
	color:#FFFFFF;
	text-decoration: underline;
	}
a:active {
	color:#FFFFFF;
	text-decoration: none;
	}



.conteneur {
	position:absolute;
	left:50%;
	top:50%;
	width:1920px;
	height:1080px;
	margin:-540px 0 0 -960px;
	
	
}

.fond{
	position:relative;
	top:20px;
}
