#header,	
#topnav,
#breadcrumb,
#footer,
.left,	
.right,
#footer_logo,
#footer_text

{display: none;}

/* make all fonts black on print outs */
	* {
		color:#000 !important;
		background: transparent !important;
		font-family: Verdana,Arial,sans-serif;
		font-size: 100%;
		text-align: left;
		width: 95%;
		word-wrap: break-word;
	}
	
	
	
	a {
		text-decoration: underline;
		word-wrap: break-word;
	}
	
	/* insert URLs after links, when the browser supports it */
	a:link:after,
	a:visited:after {
	  content: " (" attr(href) ") ";
	  font-size: 90%;
	  word-wrap: break-word;
	}
	.addresse,
	.tel {
	   font-size: 12px;
	   font-weight: bold;
	
	}
