/*
---------------------------------------------------
Plugin "Gestion du squelette
académique" pour Spip 3.0
---------------------------------------------------
(c) 2014
Les services en ligne du pôle numérique
DATSI / DAN - Rectorat d'Aix-Marseille
---------------------------------------------------
Elements CSS pour le Pied de page
---------------------------------------------------
*/

@CHARSET "UTF-8";

#pied_de_page {
	margin: 10px auto 5px auto;
	padding: 0;
	font-size: 1em;
	line-height: 14px;
	clear: both;
}
#liens_pied {
	margin-top: 4px;
}
#pied_de_page img {
	vertical-align: top;
	height: 16px;
}

/* Back to TOP */
.backtotopinstance{
    position: fixed;
	right: 20px;
	bottom: 20px;
	background-position:  0 0;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 10;
}
.backtotopinstance:hover{
	background-position: 0 -40px;
}
