body {
	font-size: 10pt;	
	text-align: justify;
	font-family: arial;
}

#page {
	background-color: white;
}

.bloc {
	margin-left: 4px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #dddddd;
	padding-left: 7px;
	margin-bottom: 15px;		
	/*line-height: 15pt;*/
}

.quote {
	font-style: italic;
}

img {
	border-style: none;
}

tt {
	font-size: 11px;
	color: #555555;
}

pre {
	font-size: 11px;
	border-left: 1px solid #dddddd;
	border-top: 1px dashed #dddddd;
	border-right: 1px dashed #dddddd;
	border-bottom: 1px dashed #dddddd;
	margin: 0ex;
	padding-left: 2ex;
	padding-top: 1ex;
	padding-right: 0;
	padding-bottom: 1ex;
}