#debug{
position:absolute;
top:10px;
right:10px;
width:300px;
background:#FFC;
border:2px solid #AA8;
}

#debugToolBar{
width:280px;
height:30px;
background:#EEB;
border-bottom:1px solid #DDA;
cursor:move;
line-height:30px;
font-variant:small-caps;
color:#CC9;
font-size:21px;
padding-left:20px;
}

#debug_close{
width:16px;
height:16px;
position:absolute;
top:7px;
right:6px;
background:url(../img/debug/fermer.gif);
cursor:pointer;
font-size:0;
}

#debug_resize{
width:16px;
height:16px;
position:absolute;
top:7px;
right:26px;
background:url(../img/debug/reduire.gif);
cursor:pointer;
font-size:0;
}

#debug_content{
width:300px;
}

#debug_content_texte{
width:280px;
padding:10px;
font-size:12px;
color:#000;
}

#debug_content_texte table{
width:280px;
}

#debug_content_texte .debugData{
text-align:right;
}

#debug_content_texte p{
border-top:1px solid #DDA;
margin:5px 0;
padding:5px 0;
}