body {
   font-family: Arial, verdana, sans-serif;
}
.bleu {
   color: #668B7D;
   font-size: 12px;
}
.bleupetit {
   color: #668B7D;
   font-size: 10px;
   text-align: center;
}
.blanc {
   color: #ffffff;
   font-size: 14px;
   text-align: right;
   font-weight: bold;
   margin-right: 15px;
}
.blancgauche {
   color: #ffffff;
   font-size: 14px;
   text-align: left;
   font-weight: bold;
   margin-right: 15px;
}
.noir {
   color: #0000;
   font-size: 12px;
   text-align: left;
  
}
.noirmoyen {
   color: #0000;
   font-size: 11px;
   text-align: left;
  
}
.noirpetit {
   color: #0000;
   font-size: 10px;
   text-align: left;
  
}
.gris {
   color: #668187;
   font-size: 12px;
   text-align: left;
  
}
.fond {
   color: #9AABAF;
   font-size: 10px;
   text-align: center;
}
.PageActive
	{
   color: #668B7D;
   font-size: 14px;
   font-weight: bold;
   text-align: center;
}

a:link 
	{
   color: #668187;
   font-size: 11px;
   text-decoration: none;

}


a:activate
{
	color: #668187;
   font-size: 11px;
   text-decoration: none;

	}


a:visited
	{
	color: #668187;
   font-size: 11px;
   text-decoration: none;

	}


a:hover
	{
   color: #668187;
   font-size: 11px;
   text-decoration: underline;

}