.calendar{
	border:1px solid #FDA502;
 width:170px;
}


.calendar-titre{
	background:#FDA502;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
	font-weight:bold;
	color:#FFF;
	padding-left: 10px;	
}
.calendar-week{
	background:#C0CCF4;
	width:22px;
	font-family:verdana;
	font-size:9px;
	font-weight:bold;
	color:#FFF;	
}


.prevDays{
	background-color:#DDF5FB;
	height:18px;
	
	font-family:verdana;
	font-size:9px;
	color:#DDF5FB;	
}

.nextDays{
	background-color:#DDF5FB;
	height:18px;
	
	font-family:verdana;
	font-size:9px;
	color:#DDF5FB;	
}

.calendar-dayDefault{
	background-color:#AFE9F3;
	height:18px;
	font-family:verdana;
	font-size:9px;
	color:#433d27;		
}

.cur_day{
	background-color:#AFE9F3;
	height:18px;
	font-family:verdana;
	font-size:9px;
	color:#433d27;
	border:1px solid #FDA502;			
}

.cal_link{
	background-color:#AFE9F3;
	height:18px;
	font-family:verdana;
	font-size:9px;
	font-weight:bold;
	
}

.nav_mois{
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin-top:5px;	
}