body {
	background-color: #000000;
	margin:0px auto;
	width:800px;
	
	color: white;
	font-family: "verdana";
	font-size: 80%;
	text-align:center;
	text-decoration: none;

}
a:link, a:visited {
/*	display:block;*//*par defaut c'est un: inline*/
/*	width:100%;*/
/*	border:2px solid white;*/

	color: #5D6BB2;

	font-family: "verdana";
	font-size: 100%;
	text-decoration: none;
}
a:hover, a:active{
	color: white;
	font-size: 100%;
}

.video{
}

#showreel{
	margin:50px auto 0px auto;
	width:640px;
	height:496px;
	padding:0px;
}
#embed{
	margin:0px;
	padding:0px;
}
#footer{
	display: block;
	margin-top:270px;

	font-family: "verdana";
	font-size: 80%;
	text-align:center;
	text-decoration: none;
}

