@charset "utf-8";
@import url("destinations.css");
body {
	font-size: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#menu {
	position:absolute;
	left:15%;
	top:35%;
	width:250px;
	height:250px;
	z-index:1;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
}
#titre {
	top:7%;
	width:100%;
	z-index:2;
	margin: 0px;
	padding: 0px;
	position: absolute;
	float: left;
}
#texte {
	position:absolute;
	left:55%;
	top:30%;
	width:375px;
	height:375px;
	z-index:0;
	color: #FFFF99;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
a:link {
	color: #FFFF99;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFF99;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
a {
	font-weight: bold;
}
.texteJustifie {
	text-align: justify;
}

