/*************************************************************************************************************
* CALENDRIER
*************************************************************************************************************/
.calendrier-div{
	margin: 0;
	float: left;
	position: relative;
}
table#calendrier{
	padding: 2px;
	width: 140px;
	margin: 0;
	padding: 0;
	border: 1px solid lightgrey;
	border-collapse: collapse;
	background: white;
}
#calendrier th a{
	color: gray;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#calendrier th{
	font-size: 12px;
	color: gray;
	text-align: center;
}
#calendrier td{
	text-align: center;
	padding: .08em;
	background-color: white;
	border-top: 1px solid lightgrey;
	font-size: 12px;
}
#calendrier td#today{
	background-color: #E95213;
}
#calendrier a{
	padding-left: 0;
	background: none;
	display: block;
	text-decoration: none;
}
td#today a{
  color: white;
}
#calendrier td#closeCal a{
	font-weight: normal;
	font-size: 9px;
	color: gray;
}