/* CSS Document */
html {
	background: #e3e3e3 url(bg2.jpg) no-repeat center top;
	height: 100%;
}
body {
	background: #000000 url(bg.jpg) no-repeat center top;
	padding: 0px;
	margin: 0px;
	height: 100%;
	min-width: 800px;
}
#header {
	height: 270px;
}
a#adresse {
	background: url(logo_adresse.gif) no-repeat 0px top;
	padding: 0px;
	margin: 0 auto 0 auto;
	height: 146px;
	width: 800px;
	display: block;
	text-decoration: none;
	text-indent: -2000px;
	overflow: hidden;
	outline: none;
}
a#adresse:hover {
	background-position: 0 -145px;
}

