@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/back_accueil.jpg);
}
#menu {
	position: absolute;
	left: 39px;
	top: 298px;
}
#logo {
	position: absolute;
	left: 50px;
	top: 40px;
}
#footer {
	position: absolute;
	left: 12px;
	top: 578px;
	font-size: 10px;
	color: #FFFFFF;
}
#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: none;
	color: #000000;
}