/* CSS pour impression */

body {
	font-family: georgia, "Times New Roman", Times, serif;
}

#prelude, #sidebar, #pieddepage {
	display: none;
}

#main a:after {
	content: " (" attr(href) ") ";
}

acronym {
	border: none;
}

acronym[title]:after {
	content: " (" attr(title) ") ";
	font-style: italic;
}
