#foot {
	clear:both;
	padding-top:30px;
	background-position:bottom ;
	background-repeat: no-repeat;
	background-color: none;
	height:70px;
	position:relative;
}
#foot ul {
	list-style-type: none;
	text-align: center;
}
#foot ul li {
	display: inline;
}
#foot a{
	text-decoration: none;
	color: #333333;
	margin-right:2px;
}
a#rss{
	background: url(../image/puce_rss.jpg);
	background-position: right;
	background-repeat: no-repeat;
	padding-right:20px;
}
