#module_cal { /* DIV contenant le module */
	margin-right: 15px;
	margin-top:25px;
	width: 295px;
	background-color: #ffffff;
	float: right;
}

* html body div#module_cal { /* DIV contenant le module */
	margin-right: 0px;
	margin-top:25px;
	width: 295px;
	background-color: #ffffff;
	float: right;
}
#slctDate { /* menu Select déroulant */
	margin: 10px 10px 0 10px;
	width: 275px;
}
table.calendrier { /* le TABLE */
	font: normal .90em arial, verdana, sans-serif;
	background-color: #ffffff;
	border: 1px solid #cac9c5;
	margin: 10px 10px 0 10px;
	width: 275px;
}
table.calendrier th { /* TH Lundi à Dimanche */
	background-color: #cbe1ec;
	height: 16px;
	width: 33px;
	padding: 2px;
	margin: 0;
	text-align: center;
	color: #606968;
	font-weight: normal;
	font-family: verdana, arial;
	font-size: 1.2em;
}
table.calendrier td { /* Une cellule du calendrier */
	background-color: #f0efe8;
	height: 34px;
	width: 33px;
	padding: 2px;
	margin: 0;
	background-image:url(/images/bg_small_calendar.jpg);
	vertical-align: top;
}
table.calendrier td:hover { /* Hover d'une cellule */
	background-color: #cbe1ec;
	background-image: none;
}
table.calendrier td:hover div a { /* Lien sur hover de cellule */
	font: normal 1.5em arial, verdana, sans-serif;
	color: #6a6559;
	font-weight: bold;
}
table.calendrier td div.cal_jourNum a:hover, table.calendrier td.cal_jourSelect a { /* Une cellule du calendrier -ET- Cellule du calendrier actif  */
	font: normal 1.5em arial, verdana, sans-serif;
	color: #6a6559;
	font-weight: bold;
	text-decoration: none;
}
table.calendrier td.cal_jourVide { /* Une cellule du calendrier */
	background-color: #f8f7f4;
	background-image: none;
}
table.calendrier  div.cal_jourNum { /* Nombre de la date des jours (1-31) */
	font: normal 1em arial, verdana, sans-serif;
	color: #dc2703;
	font-weight: bold;
	float: right;
	height: 34px;
	width: 33px;
	text-align: right;
}
#bgBtmCal { /* bas du calendrier */
	padding: 0;
	width: 275px;
	margin: 0 10px 0 10px;
}
#voirTousEven { /* bouton Voir tous les événements du mois */
	width: 277px;
	margin: 5px 8px 5px 8px;
}
.clearFix { /* Pour IE6 */
	clear: both;
}