a:link
{
	color: rgb(0,102,153); 
}
a:visited
{
	color: rgb(0,153,102); 
} 
a:active 
{
	color: rgb(0,102,102);
}
body
{
	font-family: Arial, Helvetica;
	background-color: black;
	color: rgb(0,51,51);
}

BODY.grenat
{
	font-family: verdana,Tahoma, Helvetica;
	background-color: #6A3200;
	color: rgb(0,51,51);
	SCROLLBAR-BASE-COLOR: #990000;
	SCROLLBAR-ARROW-COLOR: #FF9090;
	margin-top	:  1px;
	margin-left	:  1px;
	margin-right	:  1px;
	margin-bottom	:  0px;
	padding-top	:  0;
	padding-left	:  0;
	padding-right	:  0;
	padding-bottom	:  0;
	border-top	:  0;
	border-left	:  0;
	border-bottom	:  0;
	border-right	:  0;
}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}
HR
{
    color: rgb(0,153,153); 
    height: 8;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Times New Roman, Times;
}
h1
{
	color: rgb(0,153,153);
           font-weight: bold; 
           font-size: 32pt; 
}
h2
{
	font-style: italic;
           font-weight: bold; 
           font-size: 14pt;
           color: yellow; 
}
h3
{
	font-size: 12pt;
           color: rgb(153,153,102); 
}
h4 
{
	font-style: italic;
           color: rgb(0,153,153);
           text-indent: 2cm;
}
h5
{
	color: yellow;
}
h6 {	color: rgb(153,153,102); }
p.gold  
{ 
	font-family: Comic sans MS; 
	font-size: 10pt; 
	color: gold; 
} 
PRE
{
	font-family : Comic sans MS;
	font-size: 12pt;
	font-style: italic;
        color: rgb(0,153,153);
}
PRE10
{
	font-family : Verdana;
	font-size: 10pt;
        color: rgb(0,153,153);
}
PRE.gold
{
	font-family : Comic sans MS;
	font-size: 12pt;
        color: rgb(153,153,102);
}
.gras 
{  
  font-family: Arial; 
  font-style: normal; 
  font-color: red; 
  font-weight: bold; 
  font-size: 10pt;
 text-decoration : none;
}
TD.titre
{
	background : #AABBCC;
	font-family: Verdana; 
	font-size: 10pt; 
	FONT-WEIGHT: bold; 
	color: #3300FF;
}
TD.valeur
{
	background : #CCCCCC;
	font-family: Verdana; 
	font-size: 10pt; 
	FONT-WEIGHT: bold; 
	color: #00CC00;
}


