body { 
 position: relative;
 margin-top:-3px;
/*   background-image: url('fonds/chemisgrc.jpg');   */
overflow: auto;
	SCROLLBAR-FACE-COLOR: #FFEABC;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #D5F2F0;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
/* margin:0; ------ 0 donne sans marges tout le tour, la page sera collée aux bords */
margin-left:20px;
margin-right:20px;
font-family: arial; /* "times new", "Trebuchet MS",  verdana, "Lucida Grande", Tahoma, Helvetica, arial, sans-serif; */ /* on définit la police de base dans la page */
font-size: 12pt; /* on définit la taille de police de base dans la page */

}

h1 {       /* POUR TITRE AVEC OMBRE  */
	color: black
}
h1 span { /* margin : en y   0   0   en x  */
	position: absolute;
	color: #f8d400;
	margin: -2px 0 0 -2px
}
