@CHARSET "UTF-8";

table.calendar    { 
	border:1px solid #7ca2c1;
	border-collapse: collapse;
}

table.calendar th { 
	font-weight:bold; 
	font-size:15px;
	text-align:center; 
	width:50px; 
	padding:5px; 
	border:1px solid #7ca2c1; 
	
	background-color:#82A9C9;
	background: -webkit-gradient(linear, left top, left bottom, from(#82A9C9), to(#9DBEDB)); /* Saf4+, Chrome */
	background: -webkit-linear-gradient(top, #82A9C9, #9DBEDB 15px); /* Chrome 10+, Saf5.1+ */
	background: -moz-linear-gradient(top, #82A9C9, #9DBEDB 15px); /* FF3.6+ */
	background: -ms-linear-gradient(top, #82A9C9, #9DBEDB 15px); /* IE10 */
	background: -o-linear-gradient(top, #82A9C9, #9DBEDB 15px); /* Opera 11.10+ */
	background: linear-gradient(top, #82A9C9, #9DBEDB 15px); /* W3C */
	color: #ffffff;
}

table.calendar td.active {
	position:relative; 
	height:30px; 
	border:1px solid #7ca2c1;
	padding:5px; 
	padding-top:25px; 
	background: #f6f7f4 url(../images/back-jour-active.png) repeat-x;
}

table.calendar td.active div.evenement {
	padding:5px;
	border:1px solid #7ca2c1;
}

table.calendar td.active:hover  { 
	background: #dfe7f0 url(../images/back-jour-active-hover.png) repeat-x;
}

table.calendar td.active div.numero-jour { 
	position:absolute;
	top:0px;
	right:0px;
	padding:5px; 
	color:#89abd8; 
	font-weight:bold; 
	float:right; 
	font-size:15px; 
	width:20px; 
	text-align:center; 
}

table.calendar td.inactive  { 
	background:#f4f4f4; 
}