/* CSS Document */

#footer {
	clear:both;
	border:solid #87040d;
	border-width:5px 0 0 0;
	}
.imgfooter {
	clear:both;
	padding-top:20px;
	}
#footer ul {
	margin:0;
	padding:6px 0 0 0;
	list-style:none;
	height:50px;
	}
#footer li {
	display:block;
	float:left;
	padding-right:5px;
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	}
#footer li a {
	color:#87040d;
	text-decoration:none;
	}
#footer li a:hover {
	text-decoration:underline;
	color:#87040d;
	}
#footer .real {
	float:right;
	padding:0;
	}
#footer .real a {
	color:#87040d;
	font-weight:bold;
	}
#footer .copyright {
	clear:both;
	width:100%;
	text-align:center;
	font-size:12px;
	padding-top:10px;
	font-weight:bold;
	}
#footer .adresse {
	clear:both;
	width:100%;
	text-align:center;
	font-size:11px;
	padding-top:10px;
	}
