/*--------------------- Pied de page -----------------*/			
#Pied {
	width: 895px;
	height: 20px;
	float: left;
}
#Pied ul{
	text-align: left;
}

#Pied ul li{
	color: #000000;
	font-family: Trebuchet MS;
	font-size: 10px;
	list-style-type: none;
	display: inline;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}
	
#Pied ul li a, #Pied ul li a:link, #Pied ul li a:visited, #Pied ul li a:active{
	color: #000000;
	text-decoration: none;
} 

#Pied ul li a:hover{
	color: #004988;
	text-decoration: none;
}