


A:link
{
	color: Teal;
	text-decoration : none;
}
A:VISITED
{
	color: Teal;
	text-decoration : none;
}
 A:ACTIVE {
	color : #FFFFCC;
text-decoration : none;
}
A:HOVER {
	color : #990000;
	text-decoration : none;
}

.uk {
	font-style : italic;
}

.sous {
	
	text-decoration : underline;
}

.titre {
	font-family : "Matura MT Script Capitals";
	font-size : 20mm;
	color : #990000;
}

.lien {
	
	text-decoration : underline;
}

.tit {
	font-style : italic;
	font-size : medium;
	text-decoration : underline;
}

.tel {
	font-family : "Wingdings 2";
}
BODY {
	background-color : #97CDFF;
	scrollbar-track-color: #97CDFF;
	scrollbar-arrow-color : #008080;
	scrollbar-shadow-color : #008080;
	scrollbar-face-color : #97CDFF;
	scrollbar-base-color : #97CDFF;
	font-family : "Times New Roman", Times, serif,Arial;
}
H1 {
	color : Black;
	font-size : large;
	font-weight : bolder;
}
H2 {
	color : #5A5A5A;
	text-decoration : none;
	font-size :large;
	font-weight : bold;
	text-align : center;
}

H3 {
	font-family : "Matura MT Script Capitals";
	font-size :10mm;
	color : #990000;
}
H4 {
	color : #994d20;
	text-align : right;
	font-size : medium;
}
H5 {
	text-align : center;
	color : #994d20;
}
H6 {
	font-family : "Matura MT Script Capitals";
	text-decoration : none;
	font-size :large;
	font-weight : bold;
}
P {
	color : #5A5A72;
	text-align : justify;
}

