#debugDecalage {
     height: 30px;
}

#debugBandeau a {
     color: white;
}

#debugBandeau a:hover {
     color: gray;
}

#debugBandeau {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 10px;
     color: #ccc;
     width: 100%;
     top: 0;
     left: 0;
     position: fixed;
}

#debugBandeau #debugLiens {
     background-color: black;
     padding: 3px;
}

#debugBandeau #debugContenu {
     position: absolute;
     font-size: 11px;
     width: 100%;
     background-color: black;
     border-top: 1px solid gray;
}

#debugBandeau #debugContenu div {
     padding: 3px;
}