/************************************************************************
URL: http://www.tutoweb.be
*************************************************************************/

/* Supprimer les éléments inapropriés à l'impression: navigation, pub, bannière, moteur de recherche... */
#navbar, #l_sidebar, #footer, h3, h4 {
    display: none;
}

/* Afficher les abréviations en toutes lettres à l'impression */
abbr[title]:after,acronym[title]:after {
	content: " (" attr(title) ") ";
 }

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color:#000;
	font: 12pt Georgia, 'Times New Roman', serif;
	text-align: left;
}
