/********** Bloc calendrier culture**************/
.container_calendar
{
	background-color: #000000;
	background-image: url(/img/bg_ext_calendar.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 45px;
}


.fleche_calendar
{
	float:left;
	margin-top: 8px;
}
.mois_calendar
{
	float:left;
	width: 218px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 24px;
}

.tab_calendar
{
	border-spacing:1px;
	width: 232px;
	margin-left: 7px;	
}
.tab_calendar td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	vertical-align: bottom;
	line-height: 18px;
}
.tab_calendar a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}


.intitule_mois
{
	width: 28px;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #4A4A4A;
	background-image: url(/img/bg_intitule_day_calendar.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 24px;
	padding-right: 4px;
}

.jour_calendar
{
	width: 28px;
	color: #000000;
	background-color: #F4F4F4;
	background-image: url(/img/bg_jour_calendar_off.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #E0E0E0;
	display: block;

	padding-top: 4px;
	padding-right: 4px;
}
.jour_calendar_vide
{

	color: #000000;
	background-color: #F4F4F4;
	background-image: url(/img/bg_jour_calendar_off.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #FFFFFF;

}

a.jour_calendar:hover, .jour_calendar_on
{
	
	color: #bb0000;
	background-color: #FFFFFF;
	background-image: url(/img/bg_jour_calendar_on.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #bb0000;
	text-decoration: none;
	display: block;
	width: 28px;
	padding-top: 4px;
	padding-right: 4px;
}


.footer_calendar
{
	font-size: 1px;
	background-image: url(/img/bg_footer_calendar.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 22px;
	margin-bottom: 15px;
}
#calendar
{
	background-color: #FFFFFF;
	background-image: url(/img/bg_entete_calendar.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 260px;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
}