/* CSS Document */

.moisNom{
	color:#FFA80B;
}
.event a{
	color:white!important;
}
#calendrier {
	font-family:arial;
	width:250px;
	padding:10px;
}
#calendrier a{
	text-decoration:underline;
	color:#FFA80B;
	cursor:pointer;
}
#calendrier table{
	border-collapse:collapse;
	width:100%;
}
#calendrier th{
	font-size:13px;
}
#calendrier th.mois{
	font-size:14px;
	padding:3px;
}
#calendrier th.semaine{
	width:20px;
	border-bottom:1px solid;
}
#calendrier th.jour{
	width:20px;
}

#calendrier td{
	font-size:12px;
	text-align:center;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	width:25px;
	padding:2px;
	font-weight:bold;
}
#calendrier td.today{
	border: 2px solid white;
}
#calendrier td.inactif{
	font-style:italic;
	color:#999999;
}
#calendrier td.actif{
}
#calendrier td.event{
	background-color:#f3f3f3;
}
#calendrier_events{
	font-size:12px;
	background-color:#FFFF99;
}
#calendrier_events .event{
	margin:2px;
	padding:2px;
}


