#boutons-admin {
	background-color: #252525;
	padding: 0;
	position: fixed;
	top: 50px;
	right: 0;
	border-radius: 0.3em;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	z-index: 10;
}

#spip-admin{
	right:0;
	display: none;
	margin-top: 12px;
}
.spip-admin-bloc{
	right:0 !important;
	position: static !important;
	margin: 1% 2% 2% 1%;
}
#spip-admin a{
	display:block;
	margin: 5px;
	border-radius: 0.3em;
}
#spip-admin a:hover, #spip-admin a:active, #spip-admin a:focus { color: white; }
#spip-admin #ecrire {
	margin-bottom: 3%;
}
#spip-admin #var_mode {
	margin-top: 3%;
}

#boutons-admin-img {
	margin: 0;
	width: 40px;
	height: 40px;
	float:left;
}
#boutons-admin-img img {
	width : 32px;
	display:block;
	margin: 4px;
}

#boutons-admin-titre {
	display: none;
	width: auto;
	margin: 5% 5% 2% 20%;
	line-height: 1em;
	font-size: 1.5em;
	color: white;
}

#debug-nav { width: auto !important; z-index: 9 !important; }