@charset "utf-8";
body {
	text-align: center;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
}
#titre {
	width:100%;
	height:80px;
	z-index:1;
	position:relative;
}
#carte {
	left:0px;
	top:auto;
	width:100%;
	z-index:2;
	position: absolute;
	height: 100%;
	background-color: #000000;
}
#menu {
	position:absolute;
	width:23%;
	height:57px;
	z-index:3;
	left: 5%;
	top: 2%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-decoration: none;
}
#livre {
	position:absolute;
	width:24%;
	right:5%;
	top:2%;
	height:59px;
	z-index:4;
}
a:link {
	color: #FFFF99;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFF99;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
}
.Style1 {
	color: #FFFF99;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

