@charset "utf-8";

/* Calendrier miniature */
#calendar .small_calendar_admin, .small_calendar
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	width: 200px;
	height: 170px;
	border: 1px solid #CCCCCC;
	background-color: #E3EFF9;
}

#calendar .small_calendar_admin caption form, input, select, .small_calendar caption form, input, select
{
	display: inline;
}

#calendar  .small_calendar_admin .empty, .small_calendar .empty
{
	background-color: #DDDDDD;
}

#calendar .small_calendar_admin thead, .small_calendar thead
{
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

#calendar .small_calendar_admin caption, .small_calendar caption
{
	font-size: 14px;
	font-weight: bold;
	background-color: #CCCCCC;
	color: #444444;
}

#calendar .small_calendar_admin a, .small_calendar a
{
	text-decoration: none;
	color: #000000;
}

#calendar .small_calendar_admin a:hover, .small_calendar a:hover
{
	text-decoration: underline;
	color: #555555;
}

#calendar .small_calendar_admin td
{
	padding: 10px;
	padding-right: 15px;
	padding-left: 15px;
	vertical-align: middle;
}

/* Calendrier en semaines */

#calendar .week_calendar
{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

/* Tableaux */
#calendar img { border: none; }

#calendar .event_tab
{
	width: 100%;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

#calendar .event_tab thead
{
	background-color: #DDDDDD;
	line-height: 25px;
	text-align: left;
	text-indent: 20px;
}

#calendar .event_tab td
{
	padding: 10px;
	padding-left: 15px;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
