#meter, #footer, #header, .menu_g, .no_print, .menu{display: none;}
#contenu {
    width:auto; 
    background-color:#fff;
	color:#000;
	font-family:"Times New Roman",Times,serif; 
	font-size:1em;
    margin:0 2%;
	text-align:justify;
    padding:0;
    border:0;
	float:none;
}

/* pour imprimer les urls dans le corps du texte (merci Karl!) */
a:after {
  content: " (" attr(href) ") ";
}

/* pour eviter le saut de page d'une partie de texte*/
section {
page-break-inside:avoid;
}

hr{
display:none;
}

h1,h2,h3,h4,h5,caption,thead{
font-family:Arial,Helvetica,sans-serif;
}

.illustration { border-style:none; float:right; margin:1em 2em 0 1em; }

h1.titre { font-size:16pt; text-align:center; font-family:"Times New Roman",Times,serif;}
h1.bis { font-size:14pt; font-family:"Times New Roman",Times,serif;}

