	
/* Styles pour les annonces de courses */
.PoliceAnnonce , .BlocAnnonce_Jaune , .BlocAnnonce_Vert, .BlocAnnonce_Bleu
	{  
	font-family: "Comic Sans MS"; 
	font-size: .9em; 
	color: #009900;
	border: 1px solid #999999;
	}
	
.BlocAnnonce_Jaune {  
	background-color: #FFFFCC; 
	}
.BlocAnnonce_Vert { 
	background-color: #CCFFCC; 
	}
.BlocAnnonce_Bleu { 
	background-color: #CCFFFF; 
	}
	
.Annonce_Titre 
	{  
	font-size: 1.2em; color: #005500
	}

a.Annonce_Lien
	{  
	font-size: .9em;
/*	font-weight: bold;*/
	}
a.Annonce_Lien:hover { font-weight: normal; color: #00DD00}
/*
a:visited { color: #003300}
a { font-family: "Comic Sans MS"; font-style: normal; color: #006600; font-size: small }
a:hover { font-weight: bold; color: #FF3300}
a:active { color: #3366FF}
*/

table.Tableau
{
	font-size:11px;
}