/* Pied de page */

#Footer {
	clear:both;
	font-family: "Arial narrow", Times, Sans-Serif;
	font-size:70%;
	color:rgb(194,194,194);
	margin-top:150px;
	text-align:center;
	border-top: dotted thin rgb(194,194,194);
	background-color:rgb(250,250,250);
}

#Footer ul {
	list-style-type : none;
}

#Footer ul li {
	display: inline;
}