/* CSS Document */

#calendrier {
	font-family:arial;
	width:250px;
	padding:10px;
	border:2px solid #003e00;
}
#calendrier a{
	text-decoration:underline;
	color:#0033FF;
	cursor:pointer;
}
#calendrier table{
	border-collapse:separate;
	width:100%;
}
#calendrier th{
	font-size:13px;
	border-top:1px solid;
	border-bottom:1px solid #66c151;
}
#calendrier th.mois{
	color:#0033FF;
	text-align:center;
	font-size:14px;
	padding:3px;
}
#calendrier th.semaine{
	color:#901704;
	width:20px;
	border-bottom:1px solid;
}
#calendrier th.jour{
	color:#901704;
	width:20px;
}

#calendrier td{
	font-size:12px;
	text-align:center;
	border-top:1px solid #66c151;
	border-bottom:1px solid #66c151;
	width:25px;
	padding:2px;
	font-weight:bold;
}
#calendrier td.today{
	background-color:#66c151;
}
#calendrier td.inactif{
	font-style:italic;
	color:#999999;
}
#calendrier td.actif{
}
#calendrier td.event{
	background-color:#f3f3f3;
}
#calendrier_events{
	font-size:12px;
	background-color:#507eb2;
}
#calendrier_events .event{
	margin:2px;
	padding:2px;
}

b{
	font-size:12px;
	color:#FFFFCC;
}
