BODY {
	color : black;
	font-family : "verdana";
	text-align: center;
	background-image : url("images/fond_terres.jpg");
	background-attachment: fixed; 
	font : 9pt;
	margin-left : 10px;
	margin-right : 10px;

}
TD{
	vertical-align : middle;
	color : black;
	font-family : "verdana";
	text-align: center;
	font : 9pt;
}
.case{
	border : thin dotted;
	background-color : #999966;
	color:#f5e3d0;
}
h1{
	font-size: 18pt;
	color: Maroon;
	text-transform : uppercase;

}
h2 {
	font-size: 14pt;
	color: Maroon;
}

h3 {
	font-size: 13pt;
	color: Teal;
}

h4 {
    font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : white;
	}
h5{
	letter-spacing : 10px;
	margin-top : 50px;
}
li {
	text-align= left;
	margin-left=15px;
}
A{
	text-decoration : none;
	color:black;
	font-weight: bold;
	}

A:Hover {
	text-decoration : overline underline;
	color: BLACK;
}
A:active {
	text-decoration : overline underline;
	color: WHITE;
}

HR {
	color: blue;
	height: 1pt;
}


