a:link
{
	color: rgb(6,50,132);
	text-decoration: none;
}
a:visited
{
	color: rgb(6,50,132);
	text-decoration: none;	
} 
a:active 
{
	color: rgb(6,50,132);
	text-decoration: none;	
}
a:hover 
{
	color: rgb(225,0,0);
	text-decoration: underline;	
}

body
{
	font-family: Verdana, Tahoma, Arial;
	font-size  : 8pt;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	margin:0;
}

p
{
	line-height: 150%;
	align: justify;
}

table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153);
	font-family: Verdana, Tahoma, Arial;
	font-size  : 8pt;
	color: rgb(0,0,0);	
}
.th
{
    background-color:rgb(206,0,38);
	font-family: Arial;
	font-size  : 10pt;
	font-weight : bold;
	color: rgb(255,255,255)
}
.tch
{
    background-color:rgb(75,126,183);
	font-family: Verdana, Tahoma, Arial;
	font-size  : 8pt;
	font-type: bold;
	color: rgb(255,255,255)
}
.tc
{
    background-color:rgb(230,230,230);
	font-family: Verdana, Tahoma, Arial;
	font-size  : 8pt;
	font-type: normal;
	color: rgb(0,0,0)
}

.hd
{
	font-family: Arial;
	font-size  : 12pt;
	font-weight : bold;
	font-type: normal;
	color: rgb(200,0,0)
}

ul
{
   font-family: Verdana, Tahoma, Arial;
   font-size  : 8pt;
   font-style: normal;
   color: rgb(0,0,0);
   list-style: square;
   list-style-image:url('images/bulle.jpg');