@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
#header {
	display: none;
}
#navcontainer {
	display: none;
}
#mainContent h1 {
	font-size: 18pt;
	text-transform: uppercase;
	text-align: center;
}
#mainContent h2 {
	font-size: 17pt;
}
#mainContent h3 {
	font-size: 16pt;
}
#mainContent p {
	font-size: 12pt;
	line-height: 14pt;
}
#footer p {
	display: none;
}
#flashcontent {
	display: none;
}

.break {
	page-break-before: always;
}
.hidefromPrint {
	display: none;
}
a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a[href^="http://"]:after {
	content: "Visiter cette page: "attr(href);
}
#mainContent img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.center {
	text-align: center;
}
#sidebar1 {
	display: none;
}