body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
}
p{
	text-align: justify;
}
h1{
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
a{
	color: #CCCCCC;
	text-decoration: underline;
}

.tout {
	width: 800px;
	position:absolute;	
	left:50%;
	margin-left:-400px;	
}
.header {
	text-align: center;
}
.menu {
	text-align: center;
}
.content {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 15px;
}
.en  {
	position:relative;
    float:right;
    width:300px;
	right: 75px;
	text-align: left;
}

.fr  {
	position:relative;
    float:left;
    width:300px;
	left:75px;
	text-align: left;
}

.video {	
	padding: 0 10% 0 10%;
	text-align: center;
	overflow:visible;
}


.footer {
	float:left;
	left:100px;
	text-align: left;
	position:absolute;
	bottom:-50px;
}
