@charset "utf-8";
body {
	font-size: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#menu {
	position:absolute;
	width:200px;
	height:231px;
	z-index:1;
	left: 15%;
	top: 35%;
	text-align: left;
	text-indent: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
}
#titre {
	z-index:2;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 100%;
	float: left;
	top: 7%;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
}
#texte {
	position:absolute;
	width:40%;
	z-index:3;
	left: 57%;
	top: 35%;
	font-size: 18px;
	font-family: "Comic Sans MS", cursive;
	float: none;
	text-align: left;
	height: auto;
	color: #FF9;
}
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;
	font-family: Tahoma, Geneva, sans-serif;
}
a {
	font-weight: bold;
}
h1 {
	font-size: 18px;
	text-align: justify;
}
.pageLiquide #texte1 {
	position:absolute;
	width:40%;
	z-index:3;
	left: 57%;
	top: 35%;
	font-size: 18px;
	font-family: "Comic Sans MS", cursive;
	float: none;
	text-align: left;
	height: auto;
	color: #FF9;
}

