@page {
  size: auto;   /* auto est la valeur initiale */
  margin: 2cm;
}
#conteneur {
	margin: auto;
	padding: 0;
	border: 1px solid #000040;
	background-color: #FFDCB9;
	font-family: Arial;
}
#header {
	height: 80px;
	background-color: transparent;
}
#menu {
	height: 20px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: 1px solid #402000;
	border-top: 1px solid #402000;
	background-color: transparent;
}
#centre {
	background-color: transparent;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
}
#pied {
height: 39px;
background-color: transparent;
}
p {
margin: 0;
text-align: justify;
}
a {
	color: #710000;
	text-decoration: none;
	font-size: 10pt;
}
a:link {
	color: #710000;
	text-decoration: none;
	font-size: 10pt;
}
a:hover {
	color: #000040;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
}
.h2 {
	font-family: Arial;
	color: #000188;
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.h3 {
	font-family: Arial;
	color: #000188;
	font-size: 14pt;
	font-weight: bold;
}
td {
	font-size: 10pt;
}
