/* CSS Document */

div.calcontainer abbr {
	text-decoration:none !important;
	border:none;
}

div.calcontainer{
	padding:26px 0 0 26px;
	height:18em;
}
.page_sommaire div.calcontainer{
	padding:0;
	height:auto;
}
.page_sommaire div.calcontainer h2 {
	margin:0;
}

div#calendar{
}
#load {
    background: url("../pictures/sidebar/loading.gif") no-repeat scroll right top transparent;
    display: block;
    height: 1em;
    line-height: 1.1em;
    position: relative;
    text-align: left;
    width: 10em;
}
div#calendar table{
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

div#calendar table caption{
	margin: 0 auto;
	text-align:center;
	line-height: 2.5em;
	font-size:1.2em;
	font-weight:bold;
	color:#727272;
}

div#calendar table th{
	color:#6c6c6c;
	font-weight:normal;
	background: transparent;
}

div#calendar table td{
	width: 28px;
	line-height: 2.2em;
	border: 1px solid #dfdfdf;
	text-align:center;
	vertical-align:middle;
	color:#6c6c6c;
}
.page_sommaire div#calendar table td{
	width: 35px;
	line-height: 2.2em;
}

div#calendar table td.horsperiode {
	color:#b1b1b1;
	background-color:#F0F0F0
}

div#calendar table td a{
	display: block;
	background: #20c2fd;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

div#calendar table td.today {
	background:#FFC;
}

div#calendar table td a:hover{
	background: #cc0000;
	color: #fff;
}

div#calendar table td.today a:hover{
	border: 1px solid #636;
}

div#calendar span{
	display: none;
}