/* CSS Document */
.bloc_calendrier{
	float:left;
	width:140px;
	height:140px;
	margin:10px 10px 10px 0px;
}

.bloc_calendrier table{
	border-collapse:collapse;
}


.ligne_date{
	background-color:#9DBC8D;
}

.ligne_entete td{
	border-bottom:1px solid black;
}

.cellule_calendrier{
	width:20px
}

.cellule_calendrier a{
font-weight:normal;
}

#bloc_prec{
	width:50px;
	float:left;
}


#bloc_suivant{
	width:50px;
	float:right;
	text-align:right;
}

.clearBoth{
	clear:both;
	height:1px;	
	
}
