#debug-zone {
	position:fixed;
	_position:absolute; /* IE <7 */
	top:1em;
	right:1em;
	width:40em;
	height:50em;
	overflow:auto;
	border:1px solid #ccc;
	padding:1em;
	margin:1em;
	font: 10px "lucida console",courier,system;
	background:#f6f6f6;
	opacity:0.9;
	color:#333;
	z-index: 1000;
	padding-top: 10px;
}
#debug-zone-button {
	position:fixed;
	_position:absolute; /* IE <7 */
	top:-1em;
    height:1em;
	right:-1em;
    width:1em;
	padding:1em;
	margin:1em;
	font: 10px "lucida console",courier,system;
	z-index: 1000;
	padding-top: 10px;
}
#debug-zone-button button {
	position: fixed;
	_position:absolute; /* IE <7 */
	top: 0;
	width: 20px;
	height: 20px;
	font-size: 8px;
	border: 1px dotted grey;
	cursor: pointer;
}
#debug-zone div.page {
	text-align: center;
	border: 1px dotted indigo;
	border-width: 1px 0;
	margin:0.5em 0;
	color: indigo;
	font-weight: bold;
}
#debug-zone div .minilog {
	font-size: 0.9em;
	font-style: italic;
	color: steelblue;
}
#debug-zone-button #bouton_eteindre {
	background: url(/images/layout/console/bug.png) no-repeat center center;
	right: 20px;
}
#debug-zone-button #bouton_allumer {
	background: url(/images/layout/console/bug_off.png) no-repeat center center;
	right: 20px;
}
#debug-zone-button #bouton_cacher {
	background: url(/images/layout/console/supprimer.gif) no-repeat center center;
	right: 45px;
}
#debug-zone-button #bouton_ouvrir {
	background: url(/images/layout/console/layout.png) no-repeat center center;
	right: 45px;
}
#debug-zone-button #bouton_agrandir {
	background: url(/images/layout/console/arrow_out_longer.png) no-repeat center center;
	right: 70px;
}
#debug-zone-button #bouton_vider {
	background: url(/images/layout/console/bin_closed.png) no-repeat center center;
	right: 95px;
}
#debug-zone-button #bouton_rafraichir {
	background: url(/images/layout/console/arrow_refresh_small.png) no-repeat center center;
	right: 120px;
}
#debug-zone-button #bouton_descendre {
	background: url(/images/layout/console/arrow_down.png) no-repeat center center;
	right: 145px;
}
#debug-zone-button #bouton_detacher {
	background: url(/images/layout/console/external.png) no-repeat center center;
	right: 170px;
}
/* Options */
#debug-zone-button #bouton_activer_params {
	background: url(/images/layout/console/log.png) no-repeat center center;
	right: 195px;
}
#debug-zone-button #bouton_desactiver_params {
	background: url(/images/layout/console/log.png) no-repeat center center #EDE6DE;
	right: 195px;
}
#debug-zone-button #bouton_activer_sql {
	background: url(/images/layout/console/sql.png) no-repeat center center;
	right: 220px;
}
#debug-zone-button #bouton_desactiver_sql {
	background: url(/images/layout/console/sql.png) no-repeat center center #EDE6DE;
	right: 220px;
}
#debug-zone-button #bouton_activer_contenu {
	background: url(/images/layout/console/setting.png) no-repeat center center;
	right: 245px;
}
#debug-zone-button #bouton_desactiver_contenu {
	background: url(/images/layout/console/setting.png) no-repeat center center #EDE6DE;
	right: 245px;
}
#debug-zone-button #bouton_activer_erreur {
	background: url(/images/layout/console/warning.png) no-repeat center center;
	right: 270px;
}
#debug-zone-button #bouton_desactiver_erreur {
	background: url(/images/layout/console/warning.png) no-repeat center center #EDE6DE;
	right: 270px;
}
#debug-zone-button #bouton_activer_stats {
	background: url(/images/layout/console/statistics.png) no-repeat center center;
	right: 295px;
}
#debug-zone-button #bouton_desactiver_stats {
	background: url(/images/layout/console/statistics.png) no-repeat center center #EDE6DE;
	right: 295px;
}