/* CSS Document */
#calendar_glob_cont{
	float:left;
	width:232px;
	margin:20px 0px 0px 0px;
}

#calendar_cont{
	background-image:url(../../../IMG/squelettes/type/calendrier/fond_calendar_m_v.jpg);
	background-position:0px 0px;
	background-repeat:repeat-y;
}

#calendar{
	background-image:url(../../../IMG/squelettes/type/calendrier/fond_calendar_m_f.jpg);
	background-position:0px 30px;
	background-repeat:no-repeat;
}

#caption{
	background-image:url(../../../IMG/squelettes/type/calendrier/fond_calendar_h.jpg);
	background-repeat:no-repeat;
	font-weight:bold;
	height:30px;
	line-height:30px;
}

#caption span{
	width:156px;
	float:left;
	text-align:center;
}

#caption a span{
	display:none;
}

#caption a#fleche_g, #caption a#fleche_d {
	width:20px;
	height:20px;
	margin:6px 0px 0px 0px;
	float:left;
}

#caption a#fleche_g{
	margin-left:22px;
	background-image:url(../../../IMG/squelettes/type/calendrier/fond_fleche_g.jpg);
}

#caption a#fleche_d{
	background-image:url(../../../IMG/squelettes/type/calendrier/fond_fleche_d.jpg);
}

#calendar table{
	font-size:13px;
	font-weight:bold;
	text-align:center;
	caption-side:top;
	border-collapse:separate;
	border-spacing:8px;
	width:223px;
	margin-left:8px;
}

#calendar table th{
	width:20px;
}

#calendar table td{
	padding:0;
	font-weight:bold;
	border:1px solid #bf790d;
}

#calendar table tbody td a{
	color:#FFFFFF;
	display:block;
}

#calendar table tbody td a:hover, td.occupe:hover{
	background-color:#c40f1f;
	text-decoration:none;
	color:#FFFFFF;
	cursor:pointer;
}

.occupe{
	background-color:#f39d19;
	color:#FFFFFF;
}

.libre{
	cursor:default;
	color:#FFFFFF;
	background-color:#fcc44d;
}

.horsperiode{
	cursor:default;
	color:#a4a5a6;
	background-color:#FFFFFF;
}

.today, .today a{
	background-color:#c40f1f;
	color:#FFFFFF;
}

#calendar_bas{
	background-image:url(../../../IMG/squelettes/type/calendrier/fond_calendar_b.jpg);
	width:100%;
	height:17px;
	margin:0;
}


/* thematiques */

#thematiques{
	width:100%;
	font-size:12px;
	font-weight:bold;
	margin:18px 0px 0px 0px;
	background-image:url(../../../IMG/squelettes/type/calendrier/fond_thematiques_m_v.jpg);
	background-repeat:repeat-y;
}

#thematiques a{
	color:#000000;
}

#thematiques #titre_thematiques{
	background-image:url(../../../IMG/squelettes/type/calendrier/fond_thematiques_h.jpg);
	font-size:13px;
	text-align:center;
	width:100%;
	height:33px;
	display:block;
	line-height:33px;
}

#thematiques #table_cont{
	width:224px;
	min-height:58px; /* IE6 */
	height:auto !important; /* IE6 */
	height:58px; /* IE6 */
	background-image:url(../../../IMG/squelettes/type/calendrier/fond_thematiques_m_f.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding:7px 0px 0px 8px;
}

#thematiques table{
	width:222px;
}

#thematiques table td{
	padding-left:12px;
}

#thematiques_bas{
	background-image:url(../../../IMG/squelettes/type/calendrier/fond_thematiques_b.jpg);
	width:100%;
	height:17px;
	margin:0;
}


