body, html{
	background-image: url(img/fond-var.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	font-family: "lucida Grande", Verdana, Arial, Sans-serif;
	font-weight: bold;
}
#principal {
	height: 415px;
	width: 500px;
	margin-left: -200px;
	position: absolute;
	left: 556px;
	top: -5px;
}
#milieu {
	height: 280px;
	width: 500px;
	margin-top: 110px;
}
#bas {
	height: 15px;
	width: 500px;
	background-color: #FFFFFF;
	text-align: center;
	margin-bottom: 5px;
}
a:link {
	color: #99cc00;
	text-decoration: none;
	font-size: 9px;
}

a:visited {
	color: #99cc00;
	text-decoration: none;
	font-size: 9px;
}
a:hover {
	color: #666666;
	text-decoration: none;
	font-size: 9px;
}
a:active {
	color: #99cc00;
	text-decoration: none;
	font-size: 9px;
}

