/* CSS Document */

/* barre widget -------------------------------------------------------*/
#calendrier .corps {
	margin-left: 12px;
	margin-right: 0px;
	padding-top: 3px;	padding-left: 5px; padding-right: 5px; padding-bottom: 5px;
	border-left: 3px solid #248a01;
	font-size: 0.8em;
}
#calendrier table {
	border: 1px solid #248a01;
	border-collapse: collapse;
	width: 13.2em;
	text-align: center;
}

#calendrier caption {
	font-weight: bold;
	padding-bottom: 5px;
}
#calendrier caption a {
	color: #248a01;
}
#calendrier caption a:hover {
	text-decoration: underline;
}
#calendrier caption a.ant {
	margin-right: 10px;
}
#calendrier caption a.pre {
	margin-left: 10px;
}

#calendrier th {
	color: #ffffff;
	font-weight: bold;
	background-color: #248a01;
	border: 1px solid #248a01;
}
#calendrier td {
	border: 1px solid #248a01;
}
#calendrier .actif {
	font-weight: bold;
	background-color: #bcf182;
}

#calendrier .cejour {
	font-weight: bold;
	border: 3px solid #248a01;
}
#calendrier td a {
	color: #248a01;
	font-weight: bold;
}
#calendrier td a:hover{
	text-decoration: underline;
}
