/* On cache ce qui ne doit pas être imprimé */
.menu, .right, #tools, .toolprint, #sequence, .relatedpages, .top_bar, .slogan, .link, .breadcrum, .header img, .logo, .left .infobox { display: none; }
.for_print img {
	display: block;
	float: left;
	margin-right: 20px;
}
.for_print .box {
	display: block;
	border-top: 1px solid #BBBBBB;
	text-align: center;
}
body {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}
.header h1 a {
	text-decoration: none;
	color: #000; 
	font-size: 20px;
	height: 100px;
}
.header h1 {
	padding-top: 35px;
}
.left {
	clear: both;
}
.content {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #BBBBBB;
}
.copyright {
	text-align: center;
	font-size: 11px;
	color: #8D8D8D;
	border-top: 1px solid #BBBBBB;
	padding-top: 10px;
	clear: both;
}
.copyright a {
	text-decoration: none;
	color: #8D8D8D;
}
a img {
	border: none;
}