body {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
    font: 10pt serif;
    margin: 0;
}
#prelude, #sidebar, .pagination, #comment-form {
    display: none;
}
p {
    line-height: 1.3em;
    margin: 0.2em 0 0.8em;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin: 1em 0 0.2em;
}
h1 {
    font-size: 160%;
}
h2 {
    font-size: 140%;
}
h3 {
    font-size: 120%;
}
h4 {
    font-size: 100%;
}
h5 {
    font-size: 90%;
}
h6 {
    font-size: 80%;
}
a {
    border-bottom: 1px solid #999999;
    color: #0000FF;
    text-decoration: none;
}
.post-content a[href^="http"]:after, #comments a[href^="http"]:after, #trackbacks a[href^="http"]:after {
    color: #333333;
    content: " (" attr(href) ") ";
}

.w-block-menu, .print, .blognavartiste { display:none; }