.calendrier {
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  	/*color:#5B6A6B;*/
	font-size:11px;
	width:251px;
	height:182px;
	border:solid #99a9b6 1px;
}

.ligneh {
	background-color:#99a9b6;
	width:100%;
	height:25px;
	border-top:solid #99a9b6 1px;
}

.ligne {
	width:100%;
	height:25px;
	border-top:solid #99a9b6 1px;
}

.celulle_r {
	float:right;
	width:35px;
	height:20px;
	padding-top:5px;
	text-align:center;
}

.celulle_l {
	float:left;
	width:35px;
	height:20px;
	padding-top:5px;
	text-align:center;
	border-right:solid #99a9b6 1px;	
}

.celulle_rg {
	float:right;
	width:35px;
	height:20px;
	padding-top:5px;
	text-align:center;
	background-color:#cccccc;
}

.celulle_lg {
	float:left;
	width:35px;
	height:20px;
	padding-top:5px;
	text-align:center;
	border-right:solid #99a9b6 1px;
	background-color:#cccccc;
}

.bdate
{
	padding-bottom:3px;
	cursor:pointer; 
	height:22px;
	font-family:tahoma;
	font-size:10px; 
	text-align:center;
}

