
@charset "iso-8859-1";

<style type="text/css">

H1 {color: #000080; font: italic; font-family: times new roman; font-size: 20pt; font-weight: bold; line-height: normal}
H2 {color: 000080; font:italic; font-family: Times New Roman; font-size: 18pt; font-variant: normal; font-weight: bold; margin: 0%; margin-bottom: 0%; margin-top: 3pt; text-align: center}
H3 {color: e40e44; font-family: Times New Roman; font-size: 22pt; font-weight: bold; margin: 0%; margin-top: 0pt; text-align: center}
H4 {font: italic; font-family: News Gothic MT; font-size: 22pt; color:009999; font-weight: bold; line-height: 38pt; margin: 0% 0%; margin-bottom: 0%; margin-top: 6pt; text-align: left}
H5 {color: #000066; font-family: arial; font-size: 16pt; font-weight: bold; margin-top: 6pt}
H6 {color: #000000; font: italic; font-family: times new roman; font-size: 10pt; font-weight: normal; margin-bottom: 3pt; margin-top: 6pt; text-align: center}
P {text-align:justify; font-family:arial; font-size:12pt; color:000080; margin-left: 1em; margin-right: 1em}
TH {text-align:center; font-family:arial; font-size:12pt; color:000080; font-style:bold; margin-left: 2em; margin-right: 1em}
TD {text-align:center; font-family:arial; font-size:12pt; color:000080; vertical-align:center; margin-left: 2em; margin-right: 1em}
OL {text-align:justify; font-family:arial; font-size:13pt; font-weight:bold; margin-left: 1em; margin-right: 1em}
UL {text-align:justify; font-family:arial; font-size:12pt;list-style-type:circle; margin-left: 1em; margin-right: 1em}
LI {text-align:justify; font-family:arial; font-size:12pt; margin-left: 1em; margin-right: 1em}
A {font-family: arial; font-size: 12pt; color: 000080; margin-left: 1em; margin-right: 1em; text-decoration: none}
Table	{width:auto}


body {
margin: 0;
padding:0;
right:0;
position: absolute;
width: 100%;
height: 100%;
background-color: #708099;
}

.haut {
position: absolute;
top: 0px;
left: 0px;
width: auto;
max-height: 72px;
height: 8%;
padding: 0px;
background-color: #ccddff;
}

.gauche {
position: absolute;
left: 0px;
top: 10%;
width: 100px;
height: 90%;
border-right: 1px;
background-color: #ccddff;
}

.droit {
	position: absolute;
	left: 99%;
	top: 10%;
	width: auto;
	max-width: 10px;
	height: auto;
	min-width: 89%;
	max-height: 90%;
	border-left: visible;
	background-color: #708099;
	border-width: 1px;
	border-style: none;
}

.compteur {
position: absolute;
left: 0;
top:95%;
width: 100px;
height: 5%;
max-height: 30px;
padding: 0px;
background-color: #ccddff;
}

.bas {
position: absolute;
left: 100px;
top:95%;
width: auto;
max-width: 90%;
height: 5%;
min-height: 10px;
max-height: 20px;
padding: 1px;
background-color: #708099;
}

.corps {
position: absolute;
left: 100px;
top:10%;
width: 89%;
min-width: 569px;
height: 85%;
min-height: 408px;
overflow: auto;
background-color: #bbddff;
border-width: 0px;
border-style: none;
}


@media print {
.haut {visibility:hidden; display: none}
.gauche {width:0; visibility: hidden; display: none}
.compteur {visibility: hidden; display: none}
.bas {visibility: hidden; display: none}
.corps {position: absolute; left:0px; top:0px; width:100%; overflow: visible}
}
</style>