.cellule{
	text-align:center;
	padding:2px;
	/*height:25px;*/
	background-color:#FFFFFF;
}
.cellule-modifiable{
	text-align:center;
	padding:2px;
	/*height:25px;*/
	background-color:#B8D2ED;
	cursor:pointer;
}
.cellule-allume{
	text-align:center;
	padding:2px;
	/*height:25px;*/
	background-color:#B8D2ED;
}

.cellule-titre{
	padding:5px;
	/*font-size:larger;*/
	font-weight:bold;
	text-align:center;
	background-color:#CCCCCC;
}
.cellule-titre-date{
	padding:5px;
	/*font-size:larger;*/
	font-weight:bold;
	text-align:center;
	background-color:#CCCCCC;
}
.cellule-titre-date-choisie{
	padding:5px;
	font-weight:bold;
	text-align:center;
	background-color:#B8D2ED;
}
.bandeau{
	background-image:url(fond-bandeau.gif);
	background-repeat:repeat;
	text-align:center;
	width:90%;
	border:solid;
	border-width:1px;
	border-color:#4178B0;
	margin-left:auto;
	margin-right:auto;
	padding-left:10px;
	padding-right:10px;
	height:88px;
	
}
.contenu{
	font-family:Arial, Helvetica, sans-serif;
	width:90%;
	border:solid;
	border-width:1px;
	border-color:#4178B0;
	margin-left:auto;
	margin-right:auto;
	/*background-color:#A9C7E5;*/
	background-color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
}
body {
     margin: 0; /* pour éviter les marges */
     text-align: center; /* pour corriger le bug de centrage IE */
}
td {
	border:solid;
	border-width:1px;
	border-color:#4178B0;
}