<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	background-color: #ffffff;
  }
.lien_blanc {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
}
.marron {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color:#600;
}
.texte {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color:#000;
}
.gris {
	color:#333;
}
.rouge {
	color:#F00;
}
.titre {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#069;
}
.titreactu {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 28px;
	color:#006;
}
.titre_secondaire {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#069;
}
.table_logo {
	 border-width:0px; 
	 border-style:solid; 
	 width:100%;
 }
.td_logo { 
	 border-width:1px;
	 border-style:solid; 
	 border-color:#CCC;
	 width:50%;
 }

.bleu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color:#0CC;
}
.vert {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color:#0F0;
}
.navigation {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none; 
	font-size: 10px;
	color:#666;
}
a.nav:link, a.nav:visited, a.nav:active
{
	font-size: 10px;
	color:#999; 
	text-decoration: none; 
	background-color: transparent;
}
a.nav:hover 
{ 
	color:#333; 
	text-decoration: none; 
	background-color: transparent 
}

a.actu:link, a.actu:visited, a.actu:active
{
	color: #FFFFFF; 
	text-decoration: none; 
	background-color: transparent;
}
a.actu:hover 
{ 
	color: #CCCCCC; 
	text-decoration: none; 
	background-color: transparent 
}

a.bleu:link, a.bleu:visited, a.bleu:active
{
	color:#036; 
	text-decoration: none; 
	background-color: transparent;
}
a.bleu:hover 
{ 
	color:#069; 
	text-decoration: none; 
	background-color: transparent;
}

a.lien_marron:link, a.lien_marron:visited, a.lien_marron:active
{
	color:#603912; 
	text-decoration: none; 
	background-color: transparent;
}
a.lien_marron:hover 
{ 
	color:#300; 
	text-decoration: none; 
	background-color: transparent;
}
</pre></body></html>