
div#corps table.tableau {
	font-family: "Comic Sans MS", Arial, "Trebuchet MS", Georgia, Verdana, serif;
	font-size: 100%;	
	font-style: normal;
	font-weight: normal;
	color: rgb(150,0,0);
	text-align: center;
	border-collapse: collapse;
}

div#corps table.tableau hr {
	height: 1px;
	color: rgb(100,0,0);
}

div#corps table.tableau tr th {
	font-size: 80%;
	font-weight: bold;
	border: 1px;
	border-style: solid;
	border-color: rgb(100,0,0);
	padding: 3px;
}

div#corps table.tableau tr td {
	font-size: 75%;
	border: 1px;
	border-style: solid;
	border-color: rgb(100,0,0);
	padding: 3px;	
}

div#corps table.tableau tr td.indisponible {
	color: rgb(250,250,0);
	background-color: rgb(250,60,60);
}

div#corps table.tableau tr th.texte {
	font-size: 80%;
	font-weight: bold;
	text-align: left;
}

div#corps table.tableau tr.filtre {
	font-size: 90%;
	color: rgb(130,0,0);
	text-align: left;
}

div#corps table.tableau tr.total {
	font-size: 110%;
	font-weight: bold;	
	color: rgb(250,50,0);
	text-align: left;
}

div#corps table.tableau tr.couleur1 {
	background-color: rgb(200,250,250);	
}

div#corps table.tableau tr.couleur2 {
	background-color: rgb(250,250,150);
}

div#corps table.tableau tr.couleur3 {
	background-color: rgb(200,200,250);
}

div#corps table.tableau tr.couleur4 {
	background-color: rgb(200,250,200);
}

div#corps table.tableau tr.couleur5 {
	background-color: rgb(200,250,250);
}

div#corps table.tableau tr.couleur6 {
	background-color: rgb(200,200,250);
}

div#corps table.tableau tr.couleur7 {
	background-color: rgb(200,250,250);
}

div#corps table.tableau tr.couleur8 {
	background-color: rgb(200,200,250);
}

div#corps div#gauche {
	float: left;
	width: 60%;
}

div#corps div#droite {
	float: right;
	width: 40%;
	font-size: 80%;
}

div#corps div.bloc-50 {
	float: left;
	width: 50%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
 
div#corps div.bloc-100 {
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

div#corps div#droite div.bloc-50 img {
	border: none;
}