
/* Classe pour le div d'infobulle */
.infoOver {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
	visibility: hidden;
	border:1px solid #000000;
	background-color: #660000;	
	width: 400px;
	text-align:left;
	cursor: default;
}

.infoOver hr {
	padding: 0px;
	margin: 0px;
	border-color: #CCCCCC;
}
.infoOver .titre {
	font-weight: bold;
	text-align: center;	
	margin:0px;
	padding:0px;
}

.celluleCentre {
	text-align: center;
}

.cellulePaire {
	background-image: url('../img/fond_titre.gif');
	background-repeat: both;
}

.celluleImpaire {
	background-image: url('../img/fond_titre_fonce.gif');
	background-repeat: both;
}

/* Le calendrier */
#calendrierSemaine TABLE {
	width:100%;
	border-collapse: collapse;
}

#calendrierSemaine TABLE TR TD {
	border:1px solid #C08D2A;
	font-size:0.8em;
	width:14.2%;
	vertical-align:top;
	padding:5px;	
}

/* Le calendrier */
#calendrierMois TABLE {
	width:100%;
	border-collapse: collapse;
}

#calendrierMois TABLE TR TD {
	border:1px solid #C08D2A;
	height:50px;
	width:14.2%;
	font-size:0.8em;
	vertical-align:top;
}

.calendrierDetailTexte {
	color:#999999;
}

.celluleGrise {
	background-color:#222222;
}

/*
#calendrier table, #calendrier tr, #calendrier td  {
	background-color:660000;	
	vertical-align:top;
	text-align:center;
}

#calendrier table {
	width:100%;	
	height:90px;
	
}

#calendrier td {
	border:1px solid #F00;
	width:14%;
}

*/
