body{
	BACKGROUND-COLOR:rgb(0, 92, 138);
}

a.lien1 {
	TEXT-DECORATION: none;
	FONT-SIZE: 8pt;
	FONT-FAMILY: arial;
	COLOR: #FFFFFF;
}

a.lien1:hover {
	
	TEXT-DECORATION: none;
	FONT-SIZE: 8pt;
	FONT-FAMILY: arial;
	COLOR: #FFFFFF;
}


.titre1{
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	FONT-SIZE: 9pt;
	FONT-FAMILY: arial;
	COLOR: #FFFFFF;
}

td.contenu{
	TEXT-DECORATION: none;
	FONT-SIZE: 9pt;
	FONT-FAMILY: Trebuchet MS, arial;
	COLOR:white;
}

td.contenu2{
		TEXT-DECORATION: none;
	FONT-SIZE: 9pt;
	FONT-FAMILY: Trebuchet MS, arial;
	COLOR: black;
}

.scroll {
height: 370px; /* Hauteur de 250 pixel */
width: 580px;  /* Largeur de 700 pixel */
overflow: auto;
background-color: rgb(0, 92, 138);/*rgb(210, 213, 242);*/
}


h1, span {
font: bold 20px arial, sans-serif;
}
h1 {
position: relative; /* on positionne le conteneur H1 pour placer ensuite le SPAN */
color: black;
}
h1 span {
position: absolute; /* on superpose le SPAN sur le titre */
top: -2px; /* on décale le SPAN */
left: -2px;
color:rgb(153,158,227);/*#3428AE;*/
}

h2, label{
	TEXT-DECORATION: none;
	FONT-SIZE: 9pt;
	FONT-FAMILY: arial;
	COLOR: rgb(210,213,242);/*#3428AE;*/

}

h3 {
FONT: bold;
Text-decoration: underline;
Font-size: 9pt;
}

ul{
	list-style-type = none;
}