@charset "utf-8";
/* CSS Document */


/*  ------------------------------------------
/*  PIED PAGE. DIV ET CLASS
/*  ------------------------------------------ */
#pied {
	position:relative;
	width: 100%;
	top:300px;
	left:0px;
	clear: both;
	text-align: center;
	margin-top: 4em;
	border-top: 1px dotted #CCC;
	padding: 2px;
}

#pied img { vertical-align: bottom; }

#pied .pied_text {
	font-family: 'Trebuchet MS';
	font-size:8px ;
}

#pied small { 
	font-size: 0.77em; 
}

#pied .pied_SPIP{
	position:absolute;
	left:15px;
	font-family: 'Trebuchet MS';
	font-size:10px ;
	font-weight: normal;
}

#pied .pied_lien{
	font-weight: bold ;
	font-size:10px ;
}
#pied .spip-admin-float {
	position: absolute;
	left:0px;
	bottom: 0px;	
}

.Style1 {
	color: #3366FF;
}

/* Couleurs et design des boutons d'admin */

a.spip-admin-boutons {
	border: thin solid #999999;
	padding: 3px;
	background: #d0d0d0;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	margin: 0;
	font-size: 10px;
}

a:hover.spip-admin-boutons {
	background-color: #fc3;
	border-bottom: 2px solid #36F;
}

a:active.spip-admin-boutons {
	background-color: #CCC;
	border-bottom: 2px solid #f00;
}


