#haut,#gauche,#droite {
	display: none;
}

page {
	size: auto;   /* auto est la valeur initiale */
   margin: 2cm;
}

#header {
height: 100px;
background-color: #FFFFFF;
}
#conteneur {
	background-color: #FFFFFF;
}

#centre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-left: 10pt;
	padding-right: 10pt;
	padding-bottom: 20pt;
	padding-top: 10pt;
}

#pied {
	text-align: center;
	border-top: ridge #91CCFF;
	padding-top: 5pt;
	padding-bottom: 5pt;
	background-color: White;
}

p {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;text-align: justify;
}
h1 {
	font-family: Arial;
	font-size: 18pt;
	font-weight: bold;
	color: #00396A;
}
h2 {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #00396A;
}
h3 {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #00396A;
}

.quote{
	padding-left: 20pt;
	padding-right: 20pt;
}
a {
	color: #5E0000;
	text-decoration: none;
	font-size: 9pt;
}
a:hover {
	color: #FF3535;
	text-decoration: none;
	font-size: 9pt;
}
.top {
	text-align: center;
}
.top a {
	color: #00018A;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
}

