/* PRINT CSS BEGINS | DEBUT DU CSS POUR L'IMPRESSION */
		
	body {
	font-family: Arial, Helvetica, sans-serif;
	font-stretch : narrower;
	background-color: #FFF; 
}	
	div.crest, div.leftBar, div.footerBar {
	display: none;
}
	div.content {
	margin-left : 0px;
	margin-right : 0px;
	padding-left : 0px;
	padding-right : 0px;
	width : 600px;
	float : left;
}
	h1, h2, h3, h4, h5, h6, p, blockquote, table, td, th, li, a, ul, ol, dd, dl, dt {
	font-family: Arial, Helvetica, sans-serif;
	font-stretch : narrower;
}

/* PRINT CSS ENDS | FIN DU CSS POUR L'IMPRESSION */
