@charset "utf-8";
/* CSS Document : pied.css */

/*Pied de page avec menu, identique pour toutes les pages*/

#pied {
	background-color:#eee; /*Couleur du block pied de page*/
	line-height: 20px; /*Interligne minimum*/
	text-align: center;
	margin-top: 5em;
}

.menupied {
	list-style-type: none;
	margin: 0;
	padding: 2px;
	text-align: center;
	font-size: 1.1em;
	font-weight: normal;
}

.menupied li {
	display: inline;
	margin-right: 0.5em;
	padding-right: 0.5em;
	border-right: 1px solid #888;
	color: #aaa;
}

.menupied li.last {
	border-right: 0;
}

.menupiedplan li { /* Page Plan du site : suppression de la barre verticale après le copyright*/
	border-right: 0;
	font-size: 1.1em;
	color: #aaa;
	}
	
.menupied a {
	margin: 0 4px;
	color: #aaa;
	text-decoration: none;
}

.menupied li a:hover {
	text-decoration: underline;
	color: #777;
}
