/* Les boutons d'admin survolent la page (sauf #FORMULAIRE_ADMIN) */
.spip-admin-bloc {
	top: -17px;
	right: 10px;
	position: absolute;
	z-index: 98;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background-color: transparent;
	font-size: 10px;
}

/* special IE */
* html .spip-admin-bloc {
	top: 0px;
	left: 0px;
	right: auto;
	position: static;
	width: 100%;
}

/* Couleurs et design des boutons d'admin */

a.spip-admin-boutons {
	border-top: 1px solid #cecece;
	border-bottom: 2px solid #4a4a4a;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 1px .5em;
	font-family: helvetica,arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #fff;
	color: #000;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	opacity: 0.2;
}

a:hover.spip-admin-boutons {
	background-color: #fc3;
	border-bottom: 2px solid #36f;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
}

a:active.spip-admin-boutons {
	background-color: #ccc;
	border-bottom: 2px solid #f00;
}
