/*--------Calendrier-----------*/
.calendrierContainer{
	width:100%;
	margin:30px 0;
	padding-top:5px;
	padding-right:5px;
	text-align:center;
	background:url(/nouvelles/surLeWeb/lib/v1/img/bg-calendrier-v2.gif) no-repeat top center;
	clear:both;
	}

.calendrierContainer a:focus{
	outline:none;
	}
	

.selecteur {
	margin:0 auto;
	width:183px;
	padding: 25px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
}

.selecteur p {
}

.selecteur p.tableau {
	text-align: center;
	margin-bottom: 0;
	background-color: #dcddde;
	border: 1px solid #a0a0a0;
	width: 181px;
	display:block;
	padding:4px 0;
	color:#aa2b00;
}

.tableauDiem, .tableauHebdo {
	border-left: 1px solid #a0a0a0;
	margin: 0;
	width: 185px;
	overflow:auto;
}

.tableauDiem div, .tableauDiem a, .tableauHebdo div {
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	font-size: 11px;
	text-align: center;
	line-height: 12px;
	background-color: #dcddde;
	color:#004d86;
	padding:2px 0px;
	float: left;
	width: 25px;
	font-family:Arial, Helvetica, sans-serif;
	}
	.tableauDiem a:visited{
		color:#004d86;
		}
.tableauDiem .entete, #blockTop .tableauDiem .entete, .tableauHebdo .entete {
	background-color: #a0a0a0;
	color: #000;
	font-weight: bold;
	padding:2px 0px;
	border:0;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
}

.tableauDiem a, .tableauHebdo a {
	display: block;
}

a.diem, a.diem:visited, div.diem, a.diem div {
	background-color: #AA2C00;
	color: #FFF;
}

a.selection, a.selection:visited, div.selection, a.selection div {
	background-color: #20608F;
	color: #FFF;
}


.tableauDiem a:hover, .tableauHebdo a:hover {
	background-color: #20608F;
	color: #FFF;
	text-decoration: none;
}

.tableauHebdo a:hover div {
	background-color: #20608F;
}
