body{
	margin:0px;
	background-color:#22120c;
	background-image:url(images/background-image.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:100%;
	top:0px;
	width:100%;
}
.adresse{
	font-family:Arial, sans serif;
	font-size : 11px;
	color:#ffffff;
	line-height:16px;
}
a.lien:link {
	font-family:Arial, sans serif;
	font-size : 11px;
	color:#ffffff;
	text-decoration: none;
}
a.lien:visited {
	font-family:Arial, sans serif;
	font-size : 11px;
	color:#ffffff;
	text-decoration: none;
}
a.lien:hover {
	font-family:Arial, sans serif;
	font-size : 11px;
	color:#ffffff;
	text-decoration: underline;
}

