*{
	margin:0; 
	padding:0;
}
body{
	margin:0; 
	padding:0;
	font-family: Univers; 
	font-size:14px; 
	color:black; 
	overflow:hidden;
	background-color:rgb(0, 0, 0);
}
h1 {
	font-size:22px;
	color:rgb(255,255,255);
	text-align:center;
	letter-spacing:1px;
	font-family:"UniversBlack";
}
@font-face {
    font-family: "Univers";
	src: url('../typo/univers.otf');
    src: url('../typo/univers.eot');
    src: url('../typo/univers.eot?#iefix') format('embedded-opentype'),
         url('../typo/univers.woff') format('woff'),
         url('../typo/univers.ttf') format('truetype'),
         url('../typo/univers.svg#Univers') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "UniversBlack";
	src: url('../typo/universblack.otf');
    src: url('../typo/universblack.eot');
    src: url('../typo/universblack.eot?#iefix') format('embedded-opentype'),
         url('../typo/universblack.woff') format('woff'),
         url('../typo/universblack.ttf') format('truetype'),
         url('../typo/universblack.svg#UniversBlack') format('svg');
    font-weight: normal;
    font-style: normal;
}

header, footer, nav, section, article, aside{
	display:block; 
	width: auto; 
	height: auto; 
}
ul,li,h1,h2,h3,h4,h5,h6,span,p{
	padding: 0; 
	margin: 0;
}
#conteneur{
	position:absolute;
	width:1000px;  
	height:590px; 
	left:50%; 
	top:50%; 
	margin-left:-500px; 
	margin-top:-295px;
	background-color:rgb(0, 0, 0);
	overflow:hidden;
}
#titre {
	position:absolute;
	width:500px;
	text-align:center;
	margin-left:250px;
	padding-top:230px;
	color:rgb(255, 255, 255);
	z-index:3;
}
#zone {
	float:left;
	width:850px; 
	height:302px;
	padding:130px 75px 130px 75px;
	font-size:16px;
	color:rgb(255,255,255);
}
#col {
	position:absolute;
	margin-left:175px;
	width:360px; 
	height:590px;
	font-size:16px;
	background-color:rgb(39,39,39);
	text-align:justify;
	z-index:1;
}
#txt {
	font-size:15px;
	color:rgb(255, 255, 255);
	text-align:justify;
	padding:40px 25px 30px 25px;
}
#browsers {
	font-size:13px;
	color:rgb(255, 255, 255);
	text-align:center;
	padding:40px 25px 30px 25px;
}
#lancer {
	background-color:rgb(128,188,0); 
	color:rgb(0,0,0); 
	width:360px; 
	height:75px;
	line-height:75px;
	text-align:center; 
	font-size:20px; 
	letter-spacing:1px;
	font-weight:bolder;
}
#lancer a {
    text-decoration:none;
	height: 100%;
	width: 100%;
	color:rgb(0,0,0); 
}
#barre{
	position:absolute;
	width:990px; 
	bottom:0px; 
	left:0px; 
	height:28px; 
	background-color:rgb(47, 47, 47); 
	z-index:2;
	color:rgb(255,255,255);
	line-height:28px;
	padding-left:10px;
}
#barre a{
	color:rgb(255,255,255);
	text-decoration:none;
}
#myVideo{
	position:absolute;
	width:1000px; 
	top:0; 
	left:0; 
	padding:0; 
	z-index:0;
}