a:link
{
	color: rgb(0,255,255); 
	text-decoration: none;
}
a:visited
{
	color: rgb(0,170,255); 
	text-decoration: none;
} 
a:active 
{
	color: rgb(255,0,0);
	text-decoration: none;
}
a:hover
{
    background : rgb(189,255,255);
    color : rgb(255,0,0);
}
body
{
	font-family: Arial, Helvetica;
	background-color: #000060;
	color: #FFD000;
}
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;
}
HR.trois
{
    color: rgb(0,153,153); 
    height: 3;
}


h1, h2, h3, h4, h5, h6, pre
{
	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: 18pt;
           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 
{ 
   text-indent: 0.5cm;
} 
.gras 
{  
  font-family: Arial; 
  font-style: normal; 
  font-color: red; 
  font-weight: bold; 
  font-size: 10pt;
 text-decoration : none;
}
TD
{
	font-size: 12pt;
           color: rgb(153,153,102); 
	font-family: Times New Roman;
  	font-weight: bold; 
}
TD.textered 
{
	font-family:Verdana;
	color: red;
	font-size:'12pt';
	font-weight : bold;
	text-align: center;
	background-color: #3399FF;
}
TD.textebleu0
{
	font-family:Verdana;
	color: #000066;
	font-size:'12pt';
	font-weight : bold;
	text-align: center;
	background-color: #00CCFF;
}



