@charset "UTF-8";
h1 {
	font-size: 18px;
}
.titre {
	font-size: 14px;
	color: #FF0;
	text-decoration: none;
}
body,td,th {
	color: #F99;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 15px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
a:link {
	text-decoration: none;
	color: #F99;
}
a:visited {
	color: #F99;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.baspage {
	font-size: 10px;
	font-family: "Lucida Console", Monaco, monospace;
}
.contenu {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 15px;
	color: #FFF;
}
