
.spip-admin-bloc, .spip-admin-float {
    left: 0;
    position: fixed;
    top: 0;
    white-space: nowrap;
    z-index: 100;
}

H1{
	margin: 0 0 0 0px;
	position: relative;
	top: 25px;
}

H1 SPAN{
	text-indent: -50000px;
	display: none;
}

#outils{
	position: absolute;
	float: right;
	right: 0;
	top: 8px;
}

#outils LI{
	float: left;
	margin: 0 1px;
	line-height: 23px;
	padding: 0 10px 0 0;
	height: 23px;
}

#outils LI.texte{

	margin: 0 15px;
	padding: 0 10px 0 0;
	background : url(../img/fleche.png) right center no-repeat;
}

#outils LI A{
	color: #FFF; 
}

/* google plus */
#outils li.gplus{
    padding: 0 5px;
    width: 70px;
}

/* RECHERCHE */
#entete #search{position:relative;}
#entete #search .formulaire_recherche
{   display:none; position:absolute;
    top: 23px;
    border: 6px solid #807267;
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    behavior:url('border-radius.htc'); /* ie */
    width: 181px; height: 31px;
}
#entete #search .formulaire_recherche label{display:none;}
#entete #search:hover .formulaire_recherche,
#entete #search a:hover .formulaire_recherche{display: block;}

#entete #search input#recherche{   
    color: #A6A6A6;
    font-family: ArialMt,Arial;
    height: 31px;
    margin-right: 1px;
    text-indent: 5px;
    width: 147px;
    position: relative;
    top: 0;
}
#entete #search input#recherche:focus{border: none;}
#entete #search .formulaire_recherche #btn_search
{   background: url("../img/btn_search.gif") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: right;
    height: 31px;
    position: relative;
    top: -31px;
    width: 33px;    
}
/* LANGUES */
#entete #langue{position:relative;}
#entete #langue ul
{   background-color: #807267;
    display:none;
    left: -8px;
    padding: 0 7px 5px;
    position: absolute;
    z-index: 100;
    top: 20px;
}
#entete #langue ul li{float: left; width: 100%;}
#entete #langue:hover ul{display: block;}

#entete #langue ul a:hover{color: #edde98; text-decoration: underline;}

#navigation .btn-menu{
    background: none repeat scroll 0 0 #FFFFFF;
    color: #7F7166;
    cursor: pointer;
    display: none;
    font: 14px "Roboto",arial;
    height: 19px;
    padding: 8px 15px;
    position: relative;
    top: 0;
    right: 0;
    border: 3px solid #009EE0;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}