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, article, .code, code, pre, q, blockquote, .blog-comment-body {
	background: none!important;
	text-shadow: none!important;
	box-shadow: none!important;
	color: black!important;
}
#page-header, #sidebar, #page-footer, #scr, #links-prev-next,
.blog-post-footer, .blog-comment-footer, #postcom {
	display: none;
}
h2 a, h3 a {
	text-decoration: none;
}
a[href^='http']:not([href^='http://lehollandaisvolant.net']):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;
}

.blog-post-meta, .blog-post-meta > * {
	display: block!important;
}

