A:link{
  text-decoration : none;
 	color : white;
 	font-weight : bold;
}

A:Visited{
 	color : white;
 	text-decoration : none;
 	font-weight : bold;
}

A:Active  {
 	color : white;
}

A:Hover  {
 	color : #00943C;
}

A.fiche:Hover  {
 	color : #2F3A93;
}

A.black:link{
  text-decoration : none;
 	color : black;
 	font-weight : bold;
}
 
A.black:Visited{
 	color : black;
 	text-decoration : none;
 	font-weight : bold;
}
 
A.black:Active{
 	color : black;
}
 
A.black:Hover{
 	color : black;
	text-decoration : underline;
}

TD{
  font-family : Arial, Helvetica, sans-serif;
  font-size : x-small;
  color : Black;
}

TD.s-font-ok{
  color : Red;
}

BODY{
 	margin-left : 0;
 	margin-right : 0;
 	margin-top : 0;
 	margin-bottom : 0;
}
