html {
	width:100%;
	font-family:Arial;
	font-size:12px;
	height:100%;
	text-align:center;
}

body {
	text-align:center;
	margin:0px;
	width:100%;
	font-family:Arial;
	font-size:12px;
	color:#ffffff;
	height:100%;
	text-align:left;
	background-color:#000000;
}	

div.backgroundimage {
	position:absolute;
	top:0px;
	left:0px;
	margin:0px;
	width:100%;	
	height:1019px;	
	z-index:20;
	background-image:url(backgroundA.jpg);
	background-repeat:no-repeat;
	background-position:left top;	
}

div.centralcontainer {
	position:absolute;
	top:100px;
	text-align: justify;
	left:120px;
	width:900px;
	z-index:30;
}

div.logo {
	position:absolute;
	width:270px;
	height:50px;
	top:0px;
	left:0px;
	z-index:30;
}

div.topmenu{
	position:absolute;
	z-index:30;
	height:20px;
	left:500px;
	top:0px;
}

div.leftmenu{
	position:absolute;
	z-index:30;
	top:100px;
	left:0px;
}

/*virer les pointilles*/
a:focus, a:hover, a:active { outline:none }
a:link { color: #ffff00 }
a:visited { color: #ffff00 }
a:hover1 { color: #f30 }
a:active1 { color: #ff740a }


