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

pre, #presentation table{
	border-color: #000000;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	
	margin: 1em 1em 1em 1em;
}


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

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

}

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