.month * {
	font-family: Arial, sans-serif, Helvetica, Tahoma;
	font-size: 10px;
	font-weight: normal;
}

.month tbody a {
 white-space:nowrap;
 display:block;
}

.containerJour {
 height:90px;
 position:relative;
 width:90px;
 overflow:auto;
 overflow-y:auto;
 overflow-x:hidden;
 line-height:16px;
 text-align:left;
}

.month tbody .monthnavigation a {
 display:inline;
}

.jourBG{ 
 bottom:5px;
 color:#717171;
 font-size:20px;
 position:absolute;
 right:5px;
}
.today .jourBG {
 color:#ffffff;
}

.calendars { float:left }
.listeevenements { width:480px;float:right }

.year {
	border-style: outset;
	border-width: 1px;
	background-color: #666666;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #ffffff;
	text-align: center;
	margin:auto;
	padding:0;
	border:1px solid #ffffff;
	font-family: Arial, sans-serif, Helvetica, Tahoma;
	font-size: 10px;
	font-weight: normal;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #FFEFDB;
}
.monthname {
	font-family: Verdana, Arial, sans-serif, Helvetica, Tahoma;
	font-size: 18px;
	text-align: left;
	font-weight: 800;
	background-color: #284D95;
	color: #ffffff;
	padding:5px 0 5px 10px;
}
.dayname {
	font-family: Verdana, Arial, sans-serif, Helvetica, Tahoma;
	font-size: 11px;
	background-color: #7C7C7C;
	text-align: center;
	font-weight: 800;
	color: #ffffff;
	border: 1px solid #ffffff;
	padding:3px 0 3px 0;
}
.weeknumtitle {
	background-color: #8B4513;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFEFDB;
	border-style: none;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #000099;
	background-color: #EFEFFF;
}
.yearnavigation {
	font-size: 10px;
}
.datepicker {
 background-color: #284D95;
 text-align:right;
 padding:0 10px 5px 0;
}
.datepickerform {
	margin: 0px;
	
}
.monthnavigation {
 text-align:right;
	background-color: #284D95;
	font-family: Tahoma, Arial, sans-serif;
	padding:5px 10px 5px 0;
}

.monthnavigation a { color:#ffffff }
.monthnavigation a:hover { color:#EFEFFF }

.monthpicker {
 font-family:Verdana;
	font-size: 10px;
	background-color: #ffffff;
	color: #000000;
	border:1px inset #000000;
}
.yearpicker {
 font-family:Verdana;
	font-size: 10px;
	background-color: #ffffff;
	color: #000000;
	border:1px inset #000000;
}
.pickerbutton {
 vertical-align:bottom;
}
.nomonthday {
	background-color:#ffffff;
	border:1px solid #ffffff;
}
.monthday {
	background-color:#E2E2E2;
	border:1px solid #ffffff;
}
.today {
	background-color:#284D95;
	border:1px solid #ffffff;
}
.selectedday {
	background-color:red;
	border:1px solid #ffffff;
}
.sunday {
	background-color:#AFAFAF;
	border:1px solid #ffffff;
}
.saturday {
	background-color:#AFAFAF;
	border:1px solid #ffffff;
}
.event {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFEFDB;
	background-color: #7EA81D;
	height:90px;
	width:90px;
	vertical-align:top;
}
.eventferie {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	background-color: #FFEBD6;
	height:90px;
	width:90px;
}
.event a {
	color: #000000;
	font-weight: normal;
}
.selectedevent {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border-width: 1px;
	border-style: none;
	color: #000000;
	background-color: #CDCD00;
	height:90px;
	width:90px;
	vertical-align:top;
}
.selectedevent a {
	background-color: #CDCD00;
	color: #000000;
	font-weight: normal;
}
.todayevent {
	border:1px solid #ffffff;
	background-color: #CD412D;
}
.eventcontent {
	font-family: Arial, sans-serif, Helvetica, Tahoma;
	font-size: 10px;
	color:#8A8B90;
	font-weight: normal;
	width: 100%;
}

.eventcontent a {
	font-family: Arial, sans-serif, Helvetica, Tahoma;
	font-size: 10px;
 background-color:#7EA81D;
	color:#ffffff;
	font-weight: normal;
	padding-left:3px;
	border-bottom:1px solid #ffffff;
}

.eventcontent a:hover { background-color:#39651C }

