/* On cache ce qui ne doit pas être imprimé */
.menu,.header, .sidebar, #tools, .toolprint, #sequence, .relatedpages { display: none; }
div.print {
	text-align: center;
	border-bottom: 1px solid #666666;
	padding-bottom: 30px;
}
body, table {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 14px;
}
a img {
	border: none;
}
div#divgmap {
	height: 300px;
	width: 100%;
	border: solid 1px #999;
}
div.container {
	padding: 40px;
	width: 520px;
	margin: 60px auto;
	text-align: left;
	background: #FFF;
	border: 1px solid #666666;
}
div.content h1, div.content h2 {
	color: #666;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 20px;
}
div.content h3 {
	color: #666;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 10px;
}
div.content h4 {
	color: #666;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 10px;
}
div.content p {
	line-height: 1.4em;
	margin-bottom: 10px;
}
div.content li {
	line-height: 1.4em;
}
.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;
}