/***********************************************/
/* Hide everything but content on printer      */
/***********************************************/
html, body { background: white;}
#page, #contenuinterne, #contenant, #contenuaccueil, #contenuarticle {
	width: auto; 
	margin: 0 2%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
	}


#topheader, #footer, #mainnav, #articlefooter, #subheader, #listing_nouvelles, .tramepausecafe, #outilsarticles, #sondage { 
	display: none;
	width: 1px;
}
div#contenuinterne{
   margin-left: 5%;
   padding-top: 1em;
   border-top: 1px solid #930;
   }
div#contenant {
   margin-bottom: -8px;
   }
div#contenant img {
   vertical-align: bottom;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
