*{
	margin: 0;
	padding: 0;

}

html,body{
	height:100%;
}

body {overflow: hidden;}

#conteneur{
	width: 1404px;
	height: 799px;
	background: url(../sources/capture.png)no-repeat;
	margin: 0 auto;
}

#noir{
position: absolute;
z-index:10;
width: 100%;
height: 100%;
background-color:rgba(0,0,0,0.8); 

}

#pub{
	position: absolute;
	width: 1280px;
	height: 800px;
z-index: 20;
left: 50%;
top: 2.5%;
margin-left: -640px;

}