	
	.QueryDebug { margin:5px 0; padding:5px; background:#333; color:#ccc; font-size:11px; }
	
	/**
	 * 
	 */
	div.AppBox {
		position:absolute; top:17px; left:50%; z-index:10000; display:none;
		margin:0 0 0 -350px; padding:5px;
		background:#fff; 
		border:1px solid #aaa;
		width:700px;
		-moz-box-shadow:2px 2px 15px #333;
		-webkit-box-shadow:2px 2px 15px #333;
		box-shadow:2px 2px 15px #333;
		
	}
	a.AppBoxCloseLink {
		position:absolute; top:3px; right:3px;
		display:block; width:16px; height:16px;
		text-indent:-5000px; overflow:hidden; outline:0;
		background:transparent url(images/app-bench-close-16.png) 0 0 no-repeat;
		cursor:pointer;
		opacity:0.75;
	} a.AppBoxCloseLink:hover {opacity:1; }
	
	dl.ApplicationBenches { margin:0; padding:0; width:700px; overflow:auto; }
	dl.ApplicationBenches dt, dl.ApplicationBenches dd { font-size:11px; border-top:1px dotted #ccc; border-bottom:0; }
	dl.ApplicationBenches dt.first, dl.ApplicationBenches dd.first { border-top:0; }
	dl.ApplicationBenches dd { float:left; clear:left; width:80px; text-align:right; margin:0; padding:2px 5px; }
	dl.ApplicationBenches dt { margin:0; padding:2px 5px; width:600px; }
	
	span.SQLCode { font-family:"Courier New", Courier, monospace; }
	
	.ExecInfo {
		width:640px;
		margin:10px auto; padding:7px;
		background:#FAFAFA; border:1px dashed #A0A0A0;
		font-size:11px;	
	}
		.ExecInfo dd { float:left; clear:left; width:80px; text-align:right; padding-right:10px; }
		.ExecInfo dt {  }
	
	
	/**
	 * Debug bar
	 */
	#DebugBar {
		height:28px; width:100%; z-index:10001; 
		position:fixed; left:0; bottom:0;
		margin:0; padding:0;
		background:transparent url(images/debug-bar.png) 0 0 repeat-x;
		border-top:1px solid #ccc;
		font-size:1.2em;
		
	}
	#DebugBar strong, #DebugBar a { font-size: 16px;}
	
	#DebugBar #ExecInfo { margin:0; padding:0; height:28px; line-height:28px; text-align:center; font-size: 16px; }
	
	#DebugBar #DebugBarLinks { height:28px; line-height:28px; font-size:1.2em; position:absolute; top:0px; left:0; }
	#DebugBar #DebugBarLinks a { float:left; padding:0 5px; height:28px; line-height:28px; cursor:pointer; }
	#DebugBar #DebugBarLinks a:hover { background:#fff; color:#000; opacity:0.5; text-decoration:none; }
	
	#DebugBar #DebugMenuItem-Errors a { color:#e01919; font-weight:bold; text-decoration:none; }
	#DebugBar #DebugMenuItem-Errors a.empty { color:#ccc; }
	
	
	#DebugMenu { margin:0; padding:0; height:28px; position:absolute; bottom:0px; left:0px; }
	#DebugMenu li { margin:0; padding:0 10px; list-style:none; height:28px; line-height:28px; float:left; width:100px; position:relative; cursor:pointer; }
	#DebugMenu li strong { font-weight:normal; }
	#DebugMenu li ul {
		position:absolute; left:0; bottom:28px; opacity:0.9;
		margin:0; padding:0; border:1px solid #ccc; border-bottom:1px solid #f6f6f6;
		-moz-box-shadow:2px -2px 5px #ccc;
		display:none;
		background:#fafafa url(images/submenu.png) 0 50% repeat-x;
	}
	#DebugMenu li ul li {  float:none; width:180px; }
	#DebugMenu li ul li:hover { background:#fafafa; }
	#DebugMenu li ul li a { display:block; height:28px; text-decoration:none; }
	
	
	#DebugBar, #DebugMenu li ul { -moz-box-shadow:2px -2px 5px #ccc;  -webkit-box-shadow:2px -2px 5px #ccc;  box-shadow:2px -2px 5px #ccc; }
	#DebugBar.active, #DebugBar.active #DebugMenu li ul{ -moz-box-shadow:2px -2px 10px #444; -webkit-box-shadow:2px -2px 10px #444; box-shadow:2px -2px 10px #444; }
	#DebugBar.active { color:#fff; }
	
	
	/**
	 * Var dumps
	 */
	#VarDumps { margin:10px; padding:7px; border:1px dashed #A0A0A0; background:#333; }	
	#VarDumps h1 { margin:0; padding:0; font-size:12px; font-weight:bold; letter-spacing:1px; color:#3F3F3F; color:#99c62c; }
	pre.vardump {
		font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#5f5f5f; color:#99c62c;
		background:#1d1d1d;
		padding:2px 5px;
		line-height:1.5;
	}
	
	/**
	 * Erreurs
	 */
	#AppBox-errorWrapper { 
		position:absolute; top:10px; left:10px; z-index:10000;
		margin:0; padding:0;
		width:640px; 
		font-size:1.2em; 
		color:#434343;
	}	
	
	#AppBox-errorWrapper div.error-contener { margin:10px; padding:5px; border:1px solid #999; background:#fafafa; }
	
	#AppBox-errorWrapper div.error h3 { margin:0 !important; padding:0 0 2px 0 !important; font-size:11px; background:transparent !important; color:#5f5f5f !important; }

	#AppBox-errorWrapper div.error { margin:5px; padding:5px; line-height:1.3; font-size:11px; border:1px solid #CCC; background:#FFF; position:relative; }
	
	#AppBox-errorWrapper div.error strong { float:left; width:40px; text-align:left; margin-right:3px; }
	#AppBox-errorWrapper div.error div.context { }
	#AppBox-errorWrapper div.error div.context strong.ShowHideContext { display:block; float:none; width:auto; position:absolute; top:3px; right:3px; cursor:pointer; }
	#AppBox-errorWrapper div.error div.context div { display:none; margin:5px; padding:5px; background:#fff; font-size:1.1em; }
	#AppBox-errorWrapper div.error div.context em { font-weight:bold; }
	#AppBox-errorWrapper div.error div.context div.args { padding:0; }
	#AppBox-errorWrapper div.error div.context div.args pre{ margin:0px; padding:5px; }
	
	/*** CONTENEURS ***/
	#E_WARNING { border:1px solid #FF9000; background:#FFF7ED; }	
	#E_NOTICE { border:1px solid #FF9000; background:#FFF7ED; }	
	#E_USER_ERROR { border:1px solid #ED0000; background:#FFF4F4; }	
	#E_USER_WARNING { border:1px solid #FF9000; background:#FFF7ED; }	
	#E_USER_NOTICE { border:1px solid #66D800; background:#F4FFEA; }
	
	/*** ERREURS ***/
	#AppBox-errorWrapper div.E_WARNING, #AppBox-errorWrapper div.E_USER_WARNING { border:1px solid #ff8900;background:#FFF7ED; }	
	#AppBox-errorWrapper div.E_NOTICE, #AppBox-errorWrapper div.E_USER_NOTICE { border:1px solid #66D800;background:#F4FFEA; }	
	#AppBox-errorWrapper div.ERROR, #AppBox-errorWrapper div.E_USER_ERROR { border:1px solid #FF5757;background:#FFF4F4; }	
	
	
	
	
	