
body
{
	font-family: Arial;
}

header
{
	width: 100%;
	background-color: #33CC00;
	position: fixed;
	right: 0%;
	font-weight: bold;
}
tbody tr:hover, tbody tr:hover a
{
	color: white;
	background-color: black;
}

footer
{
	font-family: Arial;
	margin-right: 1%;
	margin-bottom: 1%;
	font-size: 1em;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.servnom, a
{
	font-weight: bold;
	text-align: left;
	color: blue;
	text-decoration: none;
}

.servnomalerte, b
{
	color: white;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	background-color: #F80000;
}

.titreheader
{
	color: white;
	font-size:2em;
	padding-left: 5%;
}

.soustitreheader
{
	padding-left: 5%;
	color: grey;
}

.soustitre
{
	text-decoration: underline;
}

.encours
{
	background-color: #FF8D00;
	font-weight: bold;
}

.termine
{
	background-color: #78BB01;
}

.alerte
{
	background-color: #F80000;
}
table
{
	width: 100%;
	text-align: center;
	color: black;
}

th
{
	border-bottom: 1px solid black;
}
