/* CSS Document */
/* Fond bleu Texte blanc */
.rubrique {
	font-family: arial ;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
}
.titre {
	font-family: arial ;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	color: #ffff33;
}
.sstitre_semaine {
	font-family: arial ;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	color: #ffff33;
}
.texte_semaine {
	font-family: arial ;
	font-size: 10px;
	text-align: left;
	color: #ffffff;
}

a{
	font-family: arial ;
	font-size: 12px;
}
a:hover{
	font-family: arial ;
	font-size: 12px;
}

A.menulinksemaine {
text-decoration: none;
color: #ffffff;
}
A.menulinksemaine:hover {
text-decoration: underline;
color:#ffffff;
}

/* Main table cell colours and backgrounds */
td.couleur	{ background-color: #225CAE; }

img
{
	border : 0px;
}
