@charset "iso-8859-1";
/* CSS Document */

/* ///// CALENDRIER //////////////////////////////////////////////////////////////////////////////////////////////  */

div#calendrier {
	position: relative;
	clear: both;
	width: 597px;
	height: 425px;
	background: url(/images/bgCalSection.png) center bottom no-repeat;
}

img#ico_calendrier {
	position: absolute;
	left: 0;
	top: 13px;
}

img#t_calendrier {
	position: absolute;
	right: 72px;
	top: 75px;
}

div#nav_cal {
	position: absolute;
	right: 72px;
	top: 141px;
}

#nav_cal a {
	float: left;
	display: block;
	width: 45px;
	height: 34px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

a#btn_rew {
	background-image: url(/images/btn_cal_back.png);
}

a#btn_rew:hover {
	background-image: url(/images/btn_cal_back_o.png);
}

a#btn_fwd {
	background-image: url(/images/btn_cal_fwd.png);
}

a#btn_fwd:hover {
	background-image: url(/images/btn_cal_fwd_o.png);
}

div#bg_nav_cal {
	float: left;
	width: 363px;
	height: 34px;
	background: #404041;
}

span.t_event {
	display: block;
	width: 153px;
	height: 25px;
	display: block;
	clear: both;
	font-family: "Arial Black", Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #808080;
	text-transform: uppercase;
	padding: 5px 0 0 12px;
}

span.txt_event {
	display: block;
	width: 153px;
	height: 82px;
	display: block;
	clear: both;
	background: url(/images/bg_cal_plus.gif) repeat-x left bottom;
	font-size: 13px;
	color: #808080;
	line-height: 14px;
	padding: 10px 0 0 12px;
}

a.link_event {
	display: block;
	width: 165px;
	height: 30px;
	clear: both;
	background: url(/images/bg_cal_plus.gif) repeat-x left bottom;
	text-decoration: none;
}

a.link_event span {
	display: block;
	width: 143px;
	height: 24px;
	font-size: 13px;
	font-weight: bold;
	color: #808080;
	padding: 6px 0 0 22px;
	background-repeat: no-repeat;
	background-position: 3px 8px;
	background-image: url(/images/btn_cal_plus.gif);
}

a.link_event:hover span {
	color: #00aeef;
	background-image: url(/images/btn_cal_plus_o.gif);
}

div#bg_calendrier {
	display: block;
	z-index: 100;
}

div.panel {
	z-index: 100;
	/*width: 303px !important;*/
	/*background: #fff;*/
	/*border: 1px solid #000;
	border: 1px solid #b8b9b5;*/
	/*-moz-border-radius: 8px;
	border-radius: 8px;*/
}
