.titre_calendrier
{
	float:left; 
	width:146px;
	height:20px;
	background: url(../images/fon_titre_gris.jpg) no-repeat;
	padding: 20px 0 0 22px;
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
}


.calendrier
{
	float: left;
	display:inline;
	width:168px;
	margin-top:4px;
	padding: 15px 0 25px 0;
	background-color: #fafafa;
	font-size:12px;
	color:#000;
}


.selected_month
{
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin: 0 0 20px 20px;
}

#calendar_table td
{
	width: 20px;
}

#calendar_table td a
{
	text-decoration: none;
}

#calendar_table .entete
{
	font-weight: bold;
	background: #ddd;
	font-size: 11px;
	text-align: center;
}

#calendar_table .entete .samedi
{
	color: #0001c8;
}

#calendar_table .entete .dimanche
{
	color: #c70001;
}

#calendar_table .ligne
{
	font-size: 10px;
	height: 16px;
}

#calendar_table .ligne .samedi
{
	background: #ebe9f7;
	color: #0001c8;
}

#calendar_table .ligne .dimanche
{
	background: #f5e9e9;
	color: #c70001;
}

#calendar_table .event
{
	background-color: #ff9900;
}


#calendar_table .event a
{
	color: white;
	font-weight: bold;
}

#calendar_table .old_event
{
	background-color: #dde;
}

#calendar_table .old_event a
{
	color: #666;
	font-weight: bold;
}