/* CSS Document */
#calendrier {
	font-family: arial;
	width: 250px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
@media only screen and (min-width: 769px) {
#calendrier {
height:240px;
float: left;
padding-right: 25px;
padding-left: 25px;
}
}
#calendrier a{
	text-decoration: none;
	cursor: pointer;
	color: #FFFFFF;
}
#calendrier table{
	border-collapse:collapse;
	width:100%;
}
#calendrier th{
	font-size:13px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#calendrier th.mois{
	font-size: 13px;
	padding: 1px;
	color: #FFFFFF;
	background-color: #8abcdf;
	background-image: url(fondmois.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 20px;
}
#calendrier th.semaine{
	border-bottom: 1px solid;
}
#calendrier th.jour{
	color: #4B4B4B;
}

#calendrier td{
	font-size: 12px;
	text-align: center;
	padding: 2px;
	font-weight: normal;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#calendrier td.today{
}
#calendrier td.inactif{
	font-style: italic;
	color: #999999;
	background-color: #EAEAEA;
}
#calendrier td.actif{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #D34157;
}
#calendrier td.event{
	background-color: #65C457;
	color: #FFF;
	text-decoration: underline;
}
#calendrier td.even2{
	background-color: #4E9CDC;
	color: #FFF;
	font-weight: bold;
}
#calendrier_events .event{
	margin:2px;
	padding:2px;
}
