/* Main Style Sheet for jQuery Calendar */
#calendar_div, .calendar_inline {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	padding   : 0px 10px 0px 10px;
	margin    : 0;
	border: 1px solid #000;
	width:179px;
	background:#ff0000 url(../images/fond_agenda.gif) repeat-x;
	overflow:hidden;
	height:141px;
}
#calendar_div {
	display: none;
	border: 1px solid #ADC7D3;
	z-index: 10; /*must have*/
}
#calendar_div, .calendar_control, .calendar_links, .calendar_header, .calendar {
	width: 179px;
}
.calendar_inline {
	display: block;
	border: 0;
}
.calendar_dialog {
	padding: 5px !important;
	border: 4px ridge #ddd !important;
}
button.calendar_trigger {
	width: 25px;
}
img.calendar_trigger {
	margin: 2px;
	vertical-align: middle;
}
.calendar_prompt {
	float: left;
	width: 181px;
	padding: 2px;
	/*background: #ddd;*/
	color: #000;
}
* html .calendar_prompt {
	/*width: 185px;*/
}
.calendar_control, .calendar_links, .calendar_header, .calendar {
	/*clear: both;
	float: left;*/
	color: #000;
}
.calendar_control {
	/*background: #400;*/
}
.calendar_links {
	/*background: #DEE7EC;*/
	/*font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-size:9px;
	text-align:center;
	padding: 8px 0px 8px 0px;
	color:#647884;
}
.calendar_control, .calendar_links {
	/*font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;*/
}
.calendar_links label { /* disabled links */
	/*padding: 2px 5px;*/
	color: #647884;
}
.calendar_clear, .calendar_prev {
	/*  float: left;*/
}
.calendar_current {
	/*float: left;*/
	/*width: 35%;*/
	text-align: center;
}
/*.calendar_close, .calendar_next {
	float: right;
}*/
.calendar_header {
	/*background: #DEE7EC;*/
	text-align: center;
	font-weight: bold;
}
.calendar_header select {
	/*background: #DEE7EC;*/
	color: #000;
	border: 0px;
}
.calendar {
	/*background: #fff;*/
	text-align: center;
	font-size: 10px;
}
.calendar a {
	display: block;
	/*width: 100%;*/
}
.calendar .calendar_titleRow {
	/*background: #DFE8ED;*/
	color : #cc071e;
	font-family : Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 13px;
}
.display_days{
	color : #cc071e;
	font-family : Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 13px;
}
.calendar .calendar_daysRow {
	/*background: #F6F8EB;*/
	color: #003663;
	font-size           : 11px !important;
}
.calendar .calendar_daysCell {
	color: #003663;
	/*border: 1px solid #fff;*/
	font-size           : 11px !important;
	padding : 2px;
}
#calendar .calendar_daysCell a{
	display: block;
}
.calendar .calendar_weekEndCell {
	/*background: #DEE7EC;*/
}
.calendar .calendar_daysCellOver {
	background: #fff;
	/*border: 1px solid #777;*/
}
.calendar .calendar_unselectable {
	color: #003663;
}
.calendar_today {
	background: #fcc !important;
    /*border          : 1px solid #f00 !important;*/
}
.calendar_currentDay {
	background      : #ad0c1b !important;
	color           : #fff !important;
}

/* ________ CALENDAR LINKS _______

** Reset link properties and then override them with !important */
#calendar_div a, .calendar_inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	color: #000;
}
.calendar_inline .calendar_links a {
	padding: 0 5px !important;
}
.calendar_control a, .calendar_links a {
	padding: 2px 5px !important;
	color: #000 !important;
	font-size           : 12px !important;
}
.calendar_titleRow a {
	color               : #000 !important;
	font-size           : 12px !important;
}
.calendar_control a:hover {
	background: #fdd !important;
	color: #000 !important;
	font-size           : 12px !important;
}
.calendar_links a:hover, .calendar_titleRow a:hover {
	background: #ddd !important;
	color: #000 !important;
	font-size           : 12px !important;
}

/* ___________ IE6 IFRAME FIX ________ */

.calendar_cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 193px; /*must have to match width and borders*/
    height: 200px; /*must have to match maximum height*/
}

/* -----------------------------------------------------------------------*/
/* ---------->>> Format de la cellule s'il y a un événement <<<-----------*/
/* -----------------------------------------------------------------------*/

.evenement {
    color               : #000 !important;
    background-color    : #71c0e1 !important;
}

/* ----------------------------------- */
/* ---------->>> AGENDA <<<----------- */
/* ----------------------------------- */

div.date, div.ficheevenement div.titre {
    color               : #304E70;
    font-weight         : bold;
    font-size           : 18px;
    margin-bottom       : 0px;
}

div.unevenement {
    margin-bottom       : 0px;
}

div.unevenement div.titre {
    font-size           : 12px;
    font-weight         : bold;
}

div.ficheevenement {
    font-size           : 12px;
}

div.ficheevenement div.date, div.ficheevenement div.lieu {
    font-size           : 12px;
    font-weight         : normal;
    color               : #000;
    margin-bottom       : 3px;
}

div.ficheevenement div.retour {
    font-weight         : bold;
    text-align          : right;
}
