#gauche,#droite,#logo,#toolbar,.hidden {
display: none;
}

@page {
  size: auto;   /* auto est la valeur initiale */
  margin: 2cm;
}


#header {
	height: 120px;
	padding: 5px;
	margin-right: 1px;	
	border-bottom: 1pt solid #00017B;
}
#conteneur {
	border-top: #B3B3B3 4px solid;
	border-bottom: 1pt solid #00017B;
	background-color: #FFFFFF;
}
#centre {
	padding: 10px;
}
#pied {
	height: 15px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	background-color: #00008B;
	color: #FFFFFF;
	font-size: 8pt;
	font-family: "Courier New", Courier, monospace;
	text-align: center;
	border-top: #B3B3B3 1px solid;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
	color: #242424;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #EC0000;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #D28900;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #EC0000;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #00017B;
	text-align: right;
	border-bottom: 4px;
	border-bottom-color: Gray;
	border-bottom-style: outset;	
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	color: #00017B;
	text-align: left;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #00017B;
	text-align: left;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #242424;
}
table {
	width: 90%;
}
li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #242424;
	list-style-type: square;
}
hr {
	width: 85%;
	color: #242424;
	size: 1pt;
}
.headertitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-style: italic;
	color: #00017B;
	text-align: left;
}
.headersubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #00017B;
	text-align: left;
}
.photo {
	float: left;
	margin-right: 5 px;
}
.fin_photo {
	clear: both;
}
.actu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: justify;
	color: #242424;
	padding-bottom: 15px;
	border-bottom: 1px dotted #118AFF;
}
.actu:first-line {
	color: #118AFF;
	font-weight: bold;
	font-style: italic;
}
.actu a {
	color: #118AFF;
	text-decoration: none;
}
.actu a:hover {
	color: #118AFF;
	text-decoration: none;
}
.actu a:visited {
	color: #118AFF;
	text-decoration: none;
}



