body {
	background-image: url(menu/fond.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
	width:100%;
	text-align:center;
	color: #ffffff;
	background-color:#004b8c;
}
td img {display: block;}
#Layer1 {
	position: absolute;
	width:100%;
	height:580px;
	z-index:2;
	background-image:url(menu/fond-accueil.png);
	background-repeat:repeat-x;
	left:0;
	top:20px;
}
#texte {
	position: absolute;
	width:800px;
	z-index:1;
	left:50%;
	margin-left:-400px;
	top:50px;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #6DCDF7;
	text-decoration: underline;
}
#facebook {
	position:absolute; top:45px; left:50%; margin-left:420px; z-index:10;
	text-align:left;
}
