/*
Copyright (c) 2006, Eric Bourbigot. All rights reserved.
Last edit 27 sept 2006
*/

/* Style de pied de page */
.pied {
	font-size: 0.6em;
	border-top: 1px solid #0099FF;
	text-align: center;
	margin-top: 0.75em;
	padding-top: 0.75em;
	position: relative;
	width: 100%;
	left: 0;
}
.pied ul {
	list-style-type: none;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.pied li {
	margin: 0 0 1em 3px;
	padding: 0 0 0 6px;
	border-left: 1px solid #0099FF;
	display: inline;
}
.pied li:first-child {
	border-left: none;
}

