body {
	font-family: Arial, Helvetica, sans-serif;
}

#header h1 { 
	font-size: 16pt;
	text-align: center;
}

#header p { 
	display: none;
}

#contenu {
	width: 100%;
}

#contenu h2 { 
	font-size: 14pt;
	margin: 10pt 0 3pt 0;
	text-indent: 1cm;
}

#contenu h3 { 
	font-size: 12pt;
	margin: 5pt 0 3pt 0;
	text-indent: 0.5cm;
}

#contenu p { 
	line-height: 14pt;
	font-size: 12pt;
	margin: 0;
	text-align: justify;
}

#contenu ul, li { 
	margin: 0 5pt 5pt 5pt;
	padding: 0;
	line-height: 14pt;
	font-size: 12pt;
	text-align: justify;
}

#contenu a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#contenu a:after {
	content: " (" attr(href) ") ";
	font-weight: normal;
}

#contenu div.champs {
	display: none;
}

#footer {
	display: none;
}