div.module#accueil{
	border: 1px solid #ffcc33;
	background-color: #ffffcc;
}

div.module#accueil ul{
	background-color: #ffcc33
}

div.module#tableau{
	border: 1px solid #339900;
	background-color: #ffffff;
}

div.module#tableau h1{
	background-color: #339900;
}

table.liste{
	width: 100%;
}

table.liste tr.couleur_clair{
	background-color: rgb(232,253,228);
}

table.liste tr.couleur_moyen{
	background-color: rgb(163,249,139);
}

table.liste tr.couleur_fonce{
	background-color: rgb(117,247,70);
}

table.liste tr.couleur_max{
	background-color: rgb(90,192,57);
}

table.liste tr#today{
	font-weight: bold;
}
