
body {
	margin: 0;
	padding: 0;
	
	background-color:#060500;
	background-image: url(fond.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Verdana;
	font-family: sans-serif;
	font-size: 30px;
	color: #4B6A6D;
	background-attachment: fixed;
	
} 

#affiche{
position:absolute; 
left: 50%; 
top: 5%; 
width: 1000px; 
height: 600px;
margin-left:-500px; 
background : #F6B517;
border : 10px solid #F6B517 ;
 }

#video { 
position: absolute;
	top: 295px; 
	left: -150px;
width: 298px; 
height: 298px; 
margin-left: 50%; 
}

/* Liens */ 
a {color : black  }  
a:hover {color : #4B6A6D } 
	