A:HOVER.menu {
	font-family : Arial;
	font-size : 14px;
	font-style : normal;
	color : Red;
	text-decoration : none;
}
A:LINK.menu {
	color : Blue;
	font-family : Arial;
	font-size : 14px;
	font-style : normal;
	text-decoration : none;
}
A:VISITED.menu {
	color : Purple;
	font-family : Arial;
	font-size : 14px;
	font-style : normal;
	text-decoration : none;
}

A:HOVER.menu {
	font-family : Arial;
	font-size : 14px;
	font-style : normal;
	color : Red;
	text-decoration : none;
}

P.texte-petit {
	font-family : Arial; 
	font-size : 12px;
	color : Navy;
}


P.texte1 {
	font-family : Arial;
	font-size : 16px;
	color : Black;
}
P.texte2 {
	font-family : Arial;
	font-size : 16px;
	color : Blue;
	font-weight : normal;
	font-weight : bold;
}

P.titretexte {
	font-family : Arial;
	font-size : 22px;
	color : #00008B;
	font-weight: bold;
}

A:LINK {
	color : Blue;
	font-family : Arial;
	font-size : 16px;
	font-style : normal;
	text-decoration : yes;
	font-weight : bold;
}

A:HOVER {
	font-family : Arial;
	font-size : 16px;
	font-style : normal;
	color : Fuchsia;
	text-decoration : yes;
	font-weight : bold;
}

A:VISITED {
	color : Purple;
	font-family : Arial;
	font-size : 16px;
	font-style : normal;
	text-decoration : yes;
	font-weight : bold;
}

A:LINK.bulle {
	font-family : Arial;
	font-size : 16px;
	font-style : normal;
	color : Red;
	text-decoration : none;
}
	
BODY {
	background-attachment : fixed;
	margin-bottom : 5px;
	margin-top : 5px;
	background-image : url(bkgnd1a.jpg);
	background-repeat : repeat;
}

