#debug_panel {
	position: fixed;
	top: 32px;
	right: 5px;
	padding: 5px;
	height: 400px;
	width:400px;
	z-index: 500;
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	font-family: "Courier New";
	font-size: 8pt;
	color: #000000;
	overflow: auto;
	display : none;
	clear:both;
}

#debug_panel .titres{
	background-color:#EEEEEE;
	padding:2px;
	border:1px solid #CCCCCC;
}

#debug_panel .separateur {
	height:10px;
}

#debug_panel .k {
	color:blue;
}

#debug_panel .e {
	color:red;
}

#debug_panel .v {
	color:#398EE2;
}

#debug_panel .p {
	color:#555555;
	font-weight:bold;
	background-color:#EEEEEE;
}

#debug_panel .i {
	font-style:italic;
}

#debug_bouton {
	position: fixed;	
	top: 5px;
	right: 5px;
	z-index: 499;
	cursor: pointer;
	clear:both;
}

#debug_bouton_bordure_div {
	position: fixed;	
	top: 5px;
	right: 30px;
	z-index: 498;
	cursor: pointer;
	clear:both;
}

#debug_bouton_bordure_td {
	position: fixed;	
	top: 5px;
	right: 55px;
	z-index: 498;
	cursor: pointer;
	clear:both;
}

.debug_bordure_div {
	outline-color:#0000FF !important;
	outline-style:solid !important;
	outline-width:1px !important;
}

.debug_bordure_td {
	outline-color:#FF0000 !important;
	outline-style:solid !important;
	outline-width:1px !important;
}


