/* FEUILLE DE STYLES POUR TOUS LES STYLES DE L'APPLICATION 
(Remarque : à plusieurs reprises, l'attribut color:black est précisé bien qu'il 
ne soit pas utile ; ceci permet une validation du W3C sans avertissement. 
Idem pour background-color) */

/* Style de base pour la page (couleur fond : ocre, couleur texte : noir) */
body 
{
   background-color:#eeeeff;
   color:#5555aa;
   font:11px Arial, Helvetica, sans-serif;
   BACKGROUND-IMAGE: url(../fond.gif); 
   background-repeat: repeat;
   background-attachment: fixed;
   background-position: center;
}
a {
	color:#4444dd;
}
a:hover {
	color:#ff9999;
	text-decoration: underline overline;
}
/* Style pour le texte dans les différentes balises citées */
td,tr 
{
   font:11px Arial, Helvetica, sans-serif;
   font-weight: bold;
   margin:20pt;
}
.trbg0
{
   background-color:#eeeeff;
}
.menu {
	background-color:#7777aa;
   
}
.header {
	background-color:#7777aa;
	color:#eeeeff; 
}
.title, header {
	background-color:#7777aa;
	color:#FFFFFF; text-align:center;  
	font:20px Arial, Helvetica, sans-serif; font-weight: bold; 

}