table {
	margin:5px auto;
	font-size:12px;
}

td, th {
	position:relative;
	width:24px;
	height:24px;
	text-align:center;
	vertical-align:middle;
	background:url(../images/cells.png);
	color:#fff;
	font-weight:bold;
}

td:hover, th:hover {
	background-position:0px -24px;
	cursor:pointer;
}

td.date_has_event {
	background-position:48px 0px;
	color:#fff;
}

td.date_has_event:hover {
	background-position:48px -24px;
}

td.padding {
	background:url(../images/calpad.jpg);
	background-repeat:no-repeat;
}

td.today {
	background-position:24px 0px;
	color:#103486;
}

td.today:hover {
	background-position:24px -24px;
}

.events {
	position:relative;
	left:-120px;
}

.events ul {
	position:absolute;
	display:none;
	z-index:1000;
	padding:10px;
	background:#e7ecf2 url(../images/popup.png) no-repeat;
	color:white;
	border:1px solid white;
	font-size:15px;
	width:210px;
	text-align:left;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	-border-radius:3px;
	list-style:none;
	color:#444444;
	-webkit-box-shadow:0px 8px 8px #333;
}

.events li {
	padding-bottom:5px;
	margin:0 0 5px 0;
}

.events li span {
	display:block;
	font-size:11px;
	color:#555;
}

.events li span.title {
	font-weight:bold;
	color:#222;
}

#ContainerIndexCalendrier th a {
	display:block;
	width:24px;
	height:21px;
	padding:3px 0 0 0;
	text-decoration:none;
	color:#0d3183;
}

.header {
	font-size:12px;
	color:#0d3183;
	background:none;
}

.date-calendar {
	width:76px;
}
