/* CSS Document */
body{
	margin:0px;
	height:100%;
	width:100%;
	text-align:center;
	background:url(../img/bg_site.jpg) no-repeat top;
	background-color:#9acccd;
}
a{
	outline:none;
}
a img{
	border:0;
	outline:none;
}
#top{
	width:796px;
	margin:auto;
}
#header{
	width:796px;
	padding-top:35px;
	margin:auto;
	text-align:left;
}
#logo{
	display:block;	
	margin-left:5px;
	width:91px;
}
#page{
	width:796px;
	margin:auto;
	text-align:center;
}
#contenu{
	width:796px;
	min-height:
	text-align:left;
	margin:auto;
	margin-bottom:30px;
}
#bottom{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#626060;
	margin-bottom:30px;
}
#bottom a{
	color:#626060;
	text-decoration:none;
}
#bottom a:hover{
	text-decoration:underline;
}
#bottom img{
	vertical-align:middle;
}
#adresse{
	margin-top:5px;
	font-size:11px;
	color:#626060;
	font-weight:normal;
}
.spacer{
	clear:both;
	padding:0px;
	margin:0px;
}
.spacer0{
	clear:both;
	height:0px;
	width:0px;
}
