/* http://www.irishtrad.fr/lib/debug.css */

/*
  <link rel="stylesheet" href="http://www.irishtrad.fr/lib/debug.css">
*/
.error, .trace, .trap, .debug, .dump {
   font-family: "lucida console", consolas, monospace;
/*   font-size: 90%; */
	font-style : normal;
	font-weight : normal;
	margin : 1px;
	padding : 2px;
}

.info, .warning, .todo
{
   font-family: verdana, arial, sans-serif;
}

.debug, .dump
{
   background: black;
   color: lightgreen;
}

.dump{
	white-space:pre;
}
.trace{
   background: lightgreen;
   color: black;
}
.info
{
   background: green;
   color: white;
}

.todo
{
   background:blue;
   color:white;
   text-align:left;
   font-size:9pt;
}

.todo:before
{
   content:'A FAIRE : ';
}
.todo:after
{
   content:'';
}

.warning, .en_travaux, .warning_text {
	background : orange;
	color : black;
}

.warning, .en_travaux , .info{
	text-align : center;
}

.error, .trap, .error_text {
	background : red;
	color : white;
}

.warning_text, .error_text {
	display : inline;
}

.error:before
{
   content:'ERR : ';
}
.error:after
{
   content:'';
}
.trap:before
{
   content:'TRAP : ';
}
.trap:after
{
   content:'';
}

.en_travaux {
    text-align: center;
    font-size: 120%;
}

.en_travaux:before {
    content: "EN TRAVAUX";
}

.en_travaux:after {
    content: "";
}

