.divers{ 
border: solid 1px #c7c3bf;
background-color:#FFF;
} 

#calendar{ 

margin-left:2px;
}

table.jour_2 tr{

color:#0000CC;
}


table.calendrier{
	width: 456px;
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

table.calendrier caption{
	margin: 0 auto; background-color:#CCCCCC;

}

table.calendrier th{
	color: #555454;
	background: transparent;
}

table.calendrier td{
	width: 14%;
	line-height: 2em;
	border: 1px solid #EEE;
}

table.calendrier td a{
	display: block;
	background: #CCC;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

table.calendrier td a:hover{
	background: #e0dbd6;
	/*color: #636;*/
}

table.calendrier td.aujourdhui{
background-color:#FFF;
border:solid 1px #333333;
}

table.calendrier td.mois_precedent{
	color: #FFFFFF;
}

table.calendrier td.mois_suivant{
	color: #EFA;
}

table.calendrier td small{
	font-size: 100%;
}

