head { display: block; content: "Journal 4D"; }
title { display: block; font-size: 100%; font-weight: bold; content: " NEW!"; }


verifylog[operation] {
      background: #fff; 
      text-align: left;
      font-family: Verdana, Helvetica, sans-serif; 
      margin: 0px; 
      padding: 0px; 
	  white-space: pre;
	  display: block;
	  padding: 1em;
	  color: #036;
      margin: 5px auto;
}

verifylog.hidden { font-size: 0; }

verifylog:before
{
	content: "Nom : " attr(name) "\A" "Opération : " attr(operation) "\A" "Structure : " attr(structure) "\A" "Données : " attr(data) "\A" "Système d'exploitation : " attr(os);
}



start_timer {
      background: #fff; 
      text-align: left;
      font-family: Verdana, Helvetica, sans-serif; 
      margin: 0px; 
      padding: 0px; 
	  white-space: pre;
	  display: block;
	  padding: 1em;
	  color: #036;
      margin: 5px auto;
}

start_timer:after
{
	content: "Démarré à : " attr(time)
}



stop_timer {
      background: #fff; 
      text-align: left;
      font-family: Verdana, Helvetica, sans-serif; 
      margin: 0px; 
      padding: 0px; 
	  white-space: pre;
	  display: block;
	  padding: 1em;
	  color: #036;
      margin: 5px auto;
}

stop_timer:after
{
	content: "Fini à : " attr(time)
}

stop_timer[user_canceled="true"]:after
{
	content: "Fini à : opération annulée par l'utilisateur"
}

step {
	text-align: left;
    border: 1px solid #036;
    width: 95%;
	padding: 0.7em;
	background-color: #eee;
    color: #036;
    clear: left;
	white-space: normal;
	list-style: decimal;
	display: list-item;
	padding-left:20px;
	margin-left:40px;
	font-size: 16px;
}

step:before
{
	content: attr(title)
}

step > step  {
	border: 0px solid #036;
	padding-top: 0em;
	padding-bottom: 0em;
	padding-left: 2em;
	width: 90%;
	font-size: 14px;
    font-weight: normal;
	color: #000;
	display: list-item;
    list-style: square;
	clear: left;
}

step > step > step {
	font-style: italic;
	border: 0px solid #036;
	list-style: circle;
	font-size: 12px;
}

info {
	border: 0px solid #036;
	padding-top: 0em;
	padding-bottom: 0em;
	padding-left: 2em;
	width: 90%;
	color: #000;
	font-size: 12px;
	border: 0px solid #036;
	display: list-item;
	list-style: none;
}

warning {
	border: 0px solid #036;
	padding-top: 0em;
	padding-bottom: 0em;
	padding-left: 2em;
	width: 90%;
	color: #000;
	font-size: 12px;
	border: 0px solid #036;
	display: list-item;
	list-style: none;
}

error {
	border: 0px solid #036;
	padding-top: 0em;
	padding-bottom: 0em;
	padding-left: 2em;
	width: 90%;
	color: #000;
	font-size: 12px;
	border: 0px solid #036;
	display: list-item;
	list-style: none;
}


info:before {
	color: #036;
	white-space: normal;
	content: "\A Information :"
}

warning:before {
	color: #f4ae36;
	white-space: normal;
	content: "\A Avertissement : "
}

error:before {
	color: #f00;
	white-space: normal;
	content: "\A Erreur : "
}

info:after {
	color: #036;
	white-space: normal;
}

warning:after {
	color: #f4ae36;
	white-space: pre;
	content: "(" attr(warning_type) ";" attr(warning_num) ")"
}

error:after {
	color: #f00;
	white-space: pre;
	content: "(" attr(error_type) ";" attr(error_num) ")"
}