
@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: 16pt; color:009999; font-weight: bold; margin: 0% 0%; margin-bottom: 0%; margin-top: 3pt; text-align: left}
H5 {color: #000066; font-family: arial; font-size: 16pt; font-weight: bold; margin-top: 3pt; margin-bottom: 3pt}
H6 {color: #000000; font: italic; font-family: arial; font-size: 10pt; font-weight: normal; margin-bottom: 3pt; margin-top: 3pt; text-align: center}
P {text-align:justify; font-family:arial; font-size:10pt; 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: 10pt;
	vertical-align: center;
	margin-left: 2em;
	margin-right: 1em;
	border-width: 1;
	border-style: outset;
	border-color: #B0C4DE #B0C4DE #B0C4DE #B0C4DE;
}

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:10pt; margin-left: 1em; margin-right: 1em}
Table	{
	width: 100%;
	border-width: 1;
}

#legende {
	 text-align:center;
	 font-style: italic;
	 font-size: 8pt
}

A:hover {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	border: thin;
	font-style:none;
	font-size:10pt;
	font-weight:normal;
	Color: #2067E5;
	
} 

A:link {
	color:#000080;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-style:none;
	font-size:10pt;
	font-weight:normal;
	cursor:hand;
}

A:visited {
	color: #aa0000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: none;
	font-size: 10pt;
	font-weight: normal;
	cursor: hand;
}


body {
	margin: 0;
	padding: 0;
	right: 0;
	position: absolute;
	width: 100%;
	height: 99%;
	background-color: #ccddff;
}

.haut {
	position: absolute;
	top: 0px;
	left: 0px;
	width: auto;
	height: 50px;
	padding: 0px;
	background-color: #ccddff;
}

.menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: auto;
	height: auto;
	}

.gauche {
	position: absolute;
	left: 0px;
	top: 10%;
	width: 300px;
	height: 80%;
	border-right: 1px;
	background-color: #ccddff;
}

#bouton {
	font-family:Verdana;
	font-size:8pt;
	background-color: #ddddff;
}

#bouton2{
	width:100px;
	background-color:#eeeeee;
	border-style:outset
}
	
.droit {
	position: absolute;
	left: 99%;
	top: 10%;
	width: 1%;
	max-width: 10px;
	height: auto;
	min-width: 89%;
	max-height: 90%;
	border-width: 0px;
	border-style: none;
	background-color: #ccddff;
	float: left;

}

.compteur {
position: absolute;
left: 0;
top:95%;
width: 100px;
height: 5%;
max-height: 30px;
padding: 5px;
color: #bbddff;
background-color: #ccddff;
}

.bas {
position: absolute;
left: 0px;
top:92%;
width: 100px;
max-height: 20px;
padding: 5px;
background-color: #ccddff;
}

.corps {
	position: absolute;
	left: 100px;
	top: 10%;
	width: 90%;
	min-width: 569px;
	height: 89%;
	min-height: 408px;
	overflow: scroll;
	background-color: #DEE6F1;
	border-width: 2px;
	border-style: inset;
	border-color: Silver;
}

@page impression {
	size: portrait;
	background-color: White;
	margin: 1.5cm;
	background: White;
}

@media print {

.body {
	background-color: White;
}
.haut {
	display: none;
	width: 0px;
	height: 0px;
}
.menu  {	
	display: none;
	width: 0px;
	height: 0px
	}
.gauche {	
	display: none;
	width: 0px;
	height: 0px
	}
.compteur {	
	display: none;
	width: 0px;
	height: 0px
	}
.bas {	
	display: none;
	width: 0px;
	height: 0px;
	}
.corps {
	page: impression;
	left: 0;
	width: auto;
	height: auto;
	background-color: White;
	border-style: none;
}

}
</style>
