html {
	width:100%;
	font-family:Arial;
	font-size:12px;
	height:100%;
	text-align:justify;
	background-image:url(background.jpg);
	background-repeat:repeat-y;
	background-position:center top;
	background-color:#000000;
	color:#ffffff;	
}

body {
	text-align:justify;
	margin:0px;
	width:100%;
	font-family:Arial;
	font-size:12px;
	height:100%;
	background-image:url(background.jpg);
	background-repeat:repeat-y;
	background-position:center top;
	background-color:#000000;
	color:#ffffff;
}	

div.backgroundimage {
	position:absolute;
	top:0px;
	left:0px;
	margin:0px;
	width:100%;	
	height:700px;	
	z-index:10;
	background-image:url(top_background.jpg);	
	background-repeat:no-repeat;
	background-position:center top;	
}

div.centralcontainer {
	position:absolute;
	top:200px;
	right:-470px;
	margin-right:50%;		
	width:720px;
	z-index:30;
}

div.centralcontainer, td {
	color:#000000;
	font-size:14px;
	text-align:justify;
}

div.menu {
	position:absolute;
	top:190px;
	right:258px;
	margin-right:50%;		
	width:220px;
	height:30px;
	z-index:40;
}

div.logo {
	position:absolute;
	top:10px;
	right:-500px;
	margin-right:50%;		
	width:1000px;
	height:100px;
	z-index:40;
}

div.langues {
	position:absolute;
	top:120px;
	right:290px;
	margin-right:50%;		
	width:150px;
	height:47px;
	z-index:40;
}

/*virer les pointilles*/
a {
	outline:none; 
	color:#003654; 
	text-decoration:none; 
	font-weight:bold;
}

a:hover {text-decoration:underline;}

a:focus, a:hover, a:active {outline:none; }

dd {
	margin-left:0px;
}


