body, .post {
	font-family:"DejaVu Serif", "Times New Roman", Times, serif;
	background:none!important;
}
div, h1, h2, h3, h4, h5, h6 {
	border: none !important;
}
h1, h2, h3, h4, h5, h6, .comment, .post, .comment a, .post a, .code, code, pre, q, blockquote {
	background: none!important;
	text-shadow: none!important;
	box-shadow: none!important;
	color: black!important;
}
#sidebar, #menu, #form-commentaire, #footer {
	display: none;
}
h2 a, h3 a {
	text-decoration: none;
}
a[href^='http']:after {
	content:" (" attr(href) ")";
	font-style: italic;
	color: #0000ff;
}
a[href^='http']:before {
	content:"*";
}

*[title]:after {
	content:" (" attr(title) ")";
	font-style: italic;
	color: #0000ff;
}

#midle {
	margin-right: 0px;
}

pre, blockquote {
	border:	1px solid gray;
}

img, pre, blockquote {
	page-break-inside:avoid;
}

p,h2,h3 {
	widows: 3; /* avoids having pages with < 3 lines of text */
	orphans: 3; /* same but avoids that < 3 lines from a same <p> are let alone on prev page */
}
h2, h3, h4 {
	page-break-after:avoid;
}

