body{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	background: white;
	color: black;
	border: none;
	font-size: 10pt;
	margin: 10px;
	padding: 0px;
}

h1{
	font-size: 20px;
	text-decoration: underline;
}

h2{
	font-size: 17px;
}

h3{
	font-size: 15px;
}

pre, #presentation table{
	border-color: #8aacd1;
	background-color: #e4ebf5;
	width: auto;
	font-size: 90%;
	border-style: solid;
	border-width: 1px 1px 1px 10px;
	padding: 0.5em 1em 0.5em 1em;
	margin: 1em 10px 1em 10px;
}

#presentation, #debug{
	margin-left: 2em;
}


#presentation table td, #presentation table th{
	padding: 0.3em 1em;
}

#presentation table{
	border-style: solid;
	border-width: 1px 1px 1px 10px;
	border-collapse: collapse;
}

#presentation table th{
	text-align: left;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #8aacd1;

}

#presentation table.serveur th{
	text-align: right;
	border-style: none;
}