/* Les boutons d'admin survolent la page (sauf # FORMULAIRE_ADMIN) */
.spip-admin-bloc,
.spip-admin-float { z-index: 1060; position: fixed; right: 20%; top: 0; white-space: nowrap; }

 #spip-debug, #debug-profile {
    /*background: #ebebeb;*/
    position: absolute;
    top:50px;
    bottom: 0;
    width: 90%;
    height: auto;
    left: 0;
    right: 0;
    margin: auto;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    overflow: auto;
    z-index: 1090;
    opacity: 0.90;
 }