.calendar-titre {
	float:left;
	width:245px;
}
.calendar-titre h2{
	font-size:26px;
}
.calendar-prev a, .calendar-next a{
	display:block;
	float:left;
	padding-top:1px;
	height:15px;
	background:transparent url(../imgs/btn2.gif) no-repeat left top;
	padding-left:20px;
}
.calendar-next a{
	background:transparent url(../imgs/btn1.gif) no-repeat right top;
	padding-right:20px;
	padding-left:0;
	margin-left:13px;
}
.calendar-prev a, .calendar-next a{
	text-decoration:none;
	color:#539eea;
}
.calendar-prev a:hover{
	background-position:5% 0;
}
.calendar-next a:hover{
	background-position:95% 0;
}


.calendar-list .col{
	float:left;
	width:215px;
	margin-right:30px;
	margin-top:0px;
	margin-bottom:0px;
}
.calendar-list .droite{
	
	margin-top:40px;
	margin-right:0px;
}
.calendar-list h4{
	font-weight:normal;
	margin:0;
	font-size:1em;
	margin-top:3px;
}
.calendar-list h5{
	margin:0;
	text-transform:uppercase;
	font-size:10px;
}
.calendar-list .date{
	background:#4d89cb url(../imgs/puce2.gif) no-repeat center top;
	width:56px;
	/*font-family: Georgia, Times New Roman, Times, serif;*/
	color:#fff;
	text-align:center;
	margin-bottom:5px;
	padding-top:1px;
	float:left;
	margin-right:10px;
}
.calendar-list .date .jour{
	font-size:30px;
	line-height:31px;
	clear:both;
}
.calendar-list .date .mois{
	display:block;
	width:56px;
	text-align:center;
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	background:transparent url(../imgs/puce3.gif) no-repeat center bottom;
	padding-bottom:3px;
}

