/* ==== FOOTER ============ */
.footer {
	/*pied de page*/
	position: absolute;
	clear: both;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 5px;
	/*margin:20px 0px 0px 0px;*/
	font-size: 10px;
	font-family: Verdana;
	padding: 10px 0px 0px 10px;
}

/* ================================ Formatage des elements du pied de page =============================== */

.footer a {
	color: #6262A4;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}
