
#menu, .noprint {
    display: none;
    width: 0;
    height: 0;
}
#main {
    border-left-width: 0;
}
a[href] :after {
    content: " <"attr(href)"> ";
    color: #888;
    background-color: inherit;
    font-style: italic;
    font-size: 80%;
}
/* 
    Dans la propriété content, on peur imposer un saut de ligne par les deux
    caractères : <backslash>A 
*/
*[name] :after {
    content: " [#"attr(name)"] ";
    color: #888;
    background-color: inherit;
    font-style: italic;
    font-size: 80%;
}
h1[id] :after, h2[id] :after, h3[id] :after {
    content: " [#"attr(name)"] ";
    color: #888;
    background-color: inherit;
    font-style: italic;
    font-size: 80%;
}

*[title] :after {
    content: " ("attr(title)") ";
    color: #888;
    background-color: inherit;
    font-style: italic;
    font-size: 80%;
}
