html, body{
	height: 100%;
}
body{
	background: #020202 url('fond.gif') top left;
	color: #AFA389;
	font-family: Arial, Verdana;
	font-size: 10pt;
	line-height: 1.18em;
	padding: 0;
	margin: 0;
	vertical-align: top;
}
table{
	border-collapse:collapse;
	width: auto;
}
h1{
	color: #F7FF8B;
	font-size: 14pt;
}
#entree{
	position:absolute;
	top: 50%;
	left: 50%;
	width: 421px;
	height: 500px;
	margin-top: -250px;
	margin-left: -210px;
	font-family: Arial, Verdana;
	font-size: 9pt;
	text-align: center;
}
a:link{
	text-decoration: none;
	color: #B5A389;
}
a:hover{
	text-decoration: underlined;
	color: #BBBB9F;
}
a:visited{
	text-decoration: none;
	color: #A0A082;
}
a img{
	border: 0;
}
#site{
	background: url('fondtop.jpg') no-repeat top right;
	padding: 60px 50px 15px 30px;
	margin: 0;
}
#menu{
	float: left;
	padding: 0;
	margin: 10px 20px 5px 0;
	clear: both;
}
.rouge{
	color: #C00;
}
.lightred{
	color: #FCC;
}
.green{
	color: #0C0;
}
.green{
	color: #3F9;
}
.jaune{
	color: #0CC;
}
.orange{
	color: #F90;
}
.darkorange{
	color: #FC0;
}
.pink{
	color: #F09;
}
.lime{
	color: #33FF99;
}
.darklime{
	color: #00B0B0;
}
.lightjaune{
	color: #FFFF90;
}
.paleblue{
	color: #A0B0FF;
}
.electricblue{
	color: #09F;
}
ul, li{
	list-style: none;
	list-style-type: disc;
	list-style-image: url("/puce.gif");
	list-style-position: inside;
	margin: 0;
	padding: 0;
	text-indent: 15px;
	line-height: 100%;
}
.hof{
	margin-left: 10px;
}
dl.graph{
	border: 1px #D44 solid;
	text-align: center;
}
dl.graph dt img{
	border: 1px #FFF solid;
	margin: 4px 1px 2px 1px;
}
dl.graph dd.taille{
	font-size: 8pt;
	color: #B5AF89;
}
blockquote{
	margin: 2px 20px;
	padding: 4px;
	background: #AFA270;
	color: #C00;
	width: 400px;
}