H6 {
	color : Darkgreen;
	font : normal;
}
H3 {
	color: Blue;
	font-size : 13px;
	font-style : normal;
	font-weight : normal;
}

H2 {
	color: Navy;
	font-weight : bold;
	font-family : Arial;
	font : 20 Comic Sans MS;
}

BODY 
{
	color: Blue;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	background : url(../images/papier_wit1.jpg) fixed;
}
H4
{
	color : Green;
	font-size : 16px;
	font-family : Arial, Helvetica, sans-serif;
}

A {
	font-size : 13px;
}

A:LINK {
	color: Navy;
	text-decoration : underline;
	}

A:VISITED {
	color: Purple;
	text-decoration : underline;
}

A:ACTIVE {
	color: Red;
}

.dot         { position: absolute; width: 7; height: 7; visibility: hidden; background-color: red; font-size: 1px; cursor: pointer; cursor: hand; z-index: 100 }
.dotoff      { position: absolute; width: 6; height: 6; visibility: hidden; background-color: gray; font-size: 1px; cursor:default; z-index: 100}
.dotempty    { position: absolute; width: 6; height: 6; visibility: hidden; background-color: orange; font-size: 1px; cursor: pointer; cursor: hand; zindex: 100 }
.caption     { position: absolute; visibility: hidden; font-family: Tahoma; color: black; 
               font-size: 11px; text-align: Center; cursor: default; z-index: 
               1 }





