/*
 * Feuille de styles
 * pour l'impression
 * 
 */
html {
	height:auto;
	}
body {
	margin:8px;
	height:auto;
	background:#fff;
	color:#000;
	}
	
a {
	text-decoration:underline;
	}

/* PAGE */
#page {
	height:auto;
	}
	
/* HEADER */	
#header {
	display:none;
	}
	
/* NAVIGATION */	
#navigation {
	display:none;
	}
	
/* CONTENT */	
#content {
	padding:0;
	}
#content .descriptif {
	background:none;
	}
blockquote {
	border:1px dotted #999;
	border-left:3px solid #9A141B;
	background:none;
	}
		
/* FOOTER */	
#footer {
	display:none;
	}