html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font: 12px arial, sans-serif;
	background: #000000 url(http://www.labelle.fr/images/fond.jpg) no-repeat fixed center center;
	color: #444;
	font-size: 75%;
}
a{
	color: #27D;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	/*line-height: 1.8em;*/
}
img {
	border:0px;
}
div#page {
	width: 771px;
	background-color: #000;
	margin: 0 auto;
	text-align: left;
}
div#container {
	
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}

