

document.write('<style type=\"text/css\">');

var Browser=navigator.appName;

if(Browser=="Netscape")
	{
	document.write('.textenoirgras {  font-family: Arial, Helvetica, sans-serif;          font-size: 13px; color: #000000 ; font-weight: bold}');
	document.write('.textenoir     {  font-family: Arial, Helvetica, sans-serif;          font-size: 12px; color: #000000}');
	document.write('.menu          {  font-family: Arial, Helvetica, sans-serif;          font-size: 11px; color: #FFFFFF ; text-decoration: none}');
	document.write('.titreorange   {  font-family: Arial, Helvetica, sans-serif;          font-size: 17px; color: #FFD940 ; text-decoration: none; font-weight: bold}');
	document.write('.texteorange   {  font-family: Arial, Helvetica, sans-serif;          font-size: 12px; color: #FFD940 ; text-decoration: none}');
	document.write('.texteblanc    {  font-family: Arial, Helvetica, sans-serif;          font-size: 12px; color: #FFFFFF ; text-decoration: none}');
	document.write('.lienblanc     {  font-family: Arial, Helvetica, sans-serif;          font-size: 12px; color: #FFFFFF ; text-decoration: underline}');
	document.write('.lienorange    {  font-family: Arial, Helvetica, sans-serif;          font-size: 12px; color: #FFD940 ; text-decoration: none; font-weight: bold}');
	document.write('.lienorange2   {  font-family: Arial, Helvetica, sans-serif;          font-size: 11px; color: #FFD940 ; text-decoration: none; font-weight: bold}');
	document.write('.texteblanc2   {  font-family: Arial, Helvetica, sans-serif;          font-size: 11px; color: #FFFFFF ; text-decoration: none}');
	document.write('.textenoir2    {  font-family: Arial, Helvetica, sans-serif;          font-size: 11px; color: #000000 }');

	}

if(Browser=="Microsoft Internet Explorer")
	{
	document.write('.textenoirgras {  font-family: Arial, Helvetica, sans-serif;          font-size: 12px; color: #000000 ; font-weight: bold}');
	document.write('.textenoir     {  font-family: Arial, Helvetica, sans-serif;          font-size: 11px; color: #000000 }');
	document.write('.menu          {  font-family: Arial, Helvetica, sans-serif;          font-size: 10px;  color: #FFFFFF ; text-decoration: none}');
	document.write('.titreorange   {  font-family: Arial, Helvetica, sans-serif;          font-size: 16px; color: #FFD940 ; text-decoration: none; font-weight: bold}');
	document.write('.texteorange   {  font-family: Arial, Helvetica, sans-serif;          font-size: 11px; color: #FFD940 ; text-decoration: none}');
	document.write('.texteblanc    {  font-family: Arial, Helvetica, sans-serif;          font-size: 11px; color: #FFFFFF ; text-decoration: none}');
	document.write('.lienblanc     {  font-family: Arial, Helvetica, sans-serif;          font-size: 11px; color: #FFFFFF ; text-decoration: underline}');
	document.write('.lienorange    {  font-family: Arial, Helvetica, sans-serif;          font-size: 11px; color: #FFD940 ; text-decoration: none; font-weight: bold}');
	document.write('.lienorange2   {  font-family: Arial, Helvetica, sans-serif;          font-size: 10px; color: #FFD940 ; text-decoration: none; font-weight: bold}');
	document.write('.texteblanc2   {  font-family: Arial, Helvetica, sans-serif;          font-size: 10px; color: #FFFFFF ; text-decoration: none}');
	document.write('.textenoir2    {  font-family: Arial, Helvetica, sans-serif;          font-size: 10px; color: #000000}');
	}

document.write('</style>');