/*
Ta vie on s'en fout! http://tavie.onsenfout.com
Feuille de style pour les impressions
François Grange 2009
--------------------------------------------------------------------------------------- */
#header {
	display: block;
	}
	#header h1 {
		font-size: 14pt;
		color: black;
		}
	#header a {
		text-decoration: none;
		}
	#header #description {
		display: none;
		}
#footer {
	display: none;
	}

#sidebar {
	display: none;
	}

#commentform {
	display: none;
	}

#content {
	display: block;
	width: auto;
	border: 0;
	margin: 0 0;
	padding: 0;
	float: none !important;
	}
	#content h2 {
		font-size: 12pt;
		}
	#content a {
		text-decoration: none;
		}
	#content a:link:after, #content a:visited:after {
		content: " (" attr(href) ") ";
		font-size: 90%;
	}
	#content h2 a:link:after, #content h2 a:visited:after {
		content: none;
	}


body {
	background: white;
	font-size: 10pt;
	}

.code	{ 
	font-family : "Courier New",monospace; 
	font-size : 10pt; 
	padding-left: 5mm;
	}
