.background {
	background-attachment: fixed;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.adresse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	color: #000000;
}
.adresse a:link {
    color: #e1e1e1;
	text-decoration: none;
}
.adresse a:hover {
    color: #FFFFFF;
	text-decoration: underline;
}
.adresse a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.adresse a:visited {
    color: #e1e1e1;
}

