<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a:link
{
	color: rgb(255,255,153); 
}
a:visited
{
	color: rgb(255,255,153); 
} 
a:active 
{
	color: rgb(255,51,0);
}
a:hover
{
	font-weight:bold; color:red;
}
body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
}
table
{
	table-border-color-light: rgb(255,255,102);
	table-border-color-dark: rgb(0,0,0); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	font-size: 22px;
	color: #ff6600;
}
h2
{
	font-size: 20px;
	margin-bottom: 20px;
	color: #ff9933;
}
h3
{
	margin-top: 20px;
	font-size: 16px;
	color: #ffcc33;
}
h4
{
	color: rgb(255,255,153);font-size:12
}
h5
{
	color: rgb(255,255,153);font-size:10
}
h6
{
	color: rgb(255,255,153);font-size:8
}
.texteH2
{
	vertical-align: baseline;
	color: fuchsia;
	direction: ltr;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica;
	letter-spacing: normal;
	background-color: transparent;
	text-align: left;
	font-size: 28
}
menu_haut    
{ 	font-family: Verdana, Arial, Helvetica; 
	font-size: 10 pt ; 
	font-weight: bold; 
	text-align: left; 
	text-indent: 0; 
	word-spacing: 0; 
	line-height: 100%; 
	margin: 0
}
.TexteNormal
{
	vertical-align: baseline;
	color: yellow;
	direction: ltr;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica;
	letter-spacing: normal;
	background-color: transparent;
	text-align: left;
	font-size: 12
}
</pre></body></html>