/* Schema de pied de page (liste horizontale) */
.fin {
	background: #ffffff url("../images/BG_PAGEBAS.png") center no-repeat;
	height: 110px;
	margin-left: auto;
	margin-right: auto;	
}

.fin p{
	margin: 0px;
	padding-top: 1em;
	color: #3e6b76;
}

.img_RSS {
	position: relative;
	text-align: center;
	top: 3px;
	border: 0;
	margin: 0;
	padding: 0;
}
ul.listPied {
	position: relative;
	padding: 0 0 5px 0;
	margin: 0;
	list-style-type: none;
    font: normal 11px arial;
	text-transform: uppercase;
	text-align: center;
	color: #000;
}

ul.listPied li.text_blanc {
	position: abolute;
	display: inline;
}
a.chemin_1Pied:link {
	text-decoration: none;
	color: #000;
}
a.chemin_1Pied:visited {
	color: #000;
	text-decoration: none;
}
a.chemin_1Pied:hover {
	color: #FF0000;
	text-decoration: overline;
}
/* pied de page */
div#pied {
	width:780px !important;
	width:780px;
	background-color: #f6fbfe;
	padding: 0.5em 0em;
	margin: 0px auto;
	color: #000;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	bottom: 0px;
	clear: both;
}

#pied ul {
	margin:0px;
}

#pied ul li {
	list-style-type:none;
	display:inline;
	margin:0px 20px 0px 0px;
}

#pied ul li a {
	color: #000;
	border-bottom: 1px solid #666666;
}

#pied ul li a:hover {
	color: #FF0000;
	border-bottom: 1px solid #ff0000;
}