<!--
body { background-color: #1E1E40; }

.lien:link{color: #D8AD82; text-decoration: none;}
.lien:visited{color: #D8AD82; text-decoration: none;}
.lien:hover{color: white; text-decoration: none;}
.lien_inv:link{color: black; text-decoration: none;}
.lien_inv:visited{color: black; text-decoration: none;}
.lien_inv:hover{color: white; text-decoration: none;}

.filet {border: 1px solid #90CDEF; border-style:solid;}
.titre {background-color: #90CDEF; color: #000000;}
.erreur {background-color: #90CDEF; color: red; }
.presse {border: 1px solid #808080; border-style:dashed;}

input { font-family:Perpetua; font-size:17px}
input {background-color:#FFFFFF; border-width:1;}
input {color:black;}

textarea { font-family:Perpetua; font-size:17px}
textarea {background-color:#FFFFFF; border-width:1;}
textarea {color:black;}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
-->
H2 {
	font-family: Perpetua;
	font-size: 23px;
	color: #D8AD82;
	font-weight: bold;
}
H3 {
	font-family: Perpetua;
	font-size: 25px;
	color: #D8AD82;
	font-weight: normal;
	margin-bottom : 0.0cm ;
	margin-top : 0.0cm ;
	vertical-align: middle;
}
H4 {
	font-family: Perpetua;
	font-size: 17px;
	color: #90CDEF;
	font-weight: normal;
	margin-bottom : 0.0cm ;
	margin-top : 0.0cm ;
}
H5 {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	vertical-align: middle;
	font-style: italic;
}
H6 {
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	margin-bottom : 0.0cm ;
	vertical-align: bottom;
	margin-top : 0.0cm ;
	font-style: italic;
}

H7 {
	font-family: Perpetua;
	font-size: 17px;
	color: red;
	font-weight: normal;
	margin-bottom : 0.0cm ;
	margin-top : 0.0cm ;
}
