
.kalender{
	width:260px;
}

.kalender-menu{
	width:260px;
}

.kalender-event-highlight_mixte, .kalender-event-highlight_midi, .kalender-event-highlight_matin, .kalender-event-highlight_formation, .kalender-event-highlight_comite, .kalender-event-highlight_autre{
	height:20px;
	font-family:verdana;
	font-size:9px;
	color:#000;			
	cursor:pointer;
}

.kalender-event-highlight_midi{
	background-color:#9ACD32;
}
.kalender-event-highlight_midi:hover{
	background-color:#6B8E23;
}
.kalender-event-highlight_matin{
	background-color:#90EE90;
}
.kalender-event-highlight_matin:hover{
	background-color:#32CD32;
}

.kalender-event-highlight_formation{
	background-color:#ADD8E6;
}
.kalender-event-highlight_formation:hover{
	background-color:#4682B4;
}

.kalender-event-highlight_comite{
	background-color:#F08080;
}
.kalender-event-highlight_comite:hover{
	background-color:#B22222;
}
.kalender-event-highlight_autre{
	background-color:#F0E68C;
}
.kalender-event-highlight_autre:hover{
	background-color:#DAA520;
}

.puce{

	padding-left:30px;
	list-style-type:square;

}


.puce_midi, .puce_matin, .puce_formation, .puce_comite, .puce_autre{
	font-size:18px;
	font-weight:bold;
}

.puce_midi{
	color:#9ACD32;
}
.puce_matin{
	color:#90EE90;
}
.puce_formation{
	color:#ADD8E6;
}
.puce_comite{
	color:#F08080;
}
.puce_autre{
	color:#F0E68C;
}
.texte_puce{
	font-size:11px;
	font-weight:bold;
	font-family:arial;
	color:black;
	padding-top: -15px;
}



.kalender tr td {
	width: 14%;
	height: 20px;
	vertical-align: top;
	text-align: center;
	padding-top: 5px;
	border-bottom:1px solid #e9e8da;
	
}

.kalender tr td.kalender-month{

	height:35px;
	line-height:35px;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#000000;	
	/*padding: 0;*/
	text-align: center;

}
.kalender tr td.kalender-week{

	height:15px;
	width:24px;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	color:#433d27;
	/*padding: 0;
	line-height:15px;*/
	text-align: center;
	/*padding-left:5px;*/
}

.kalender-dayDim{
	background-color:#ffffff;
	height:50px;	
	font-family:arial;
	font-size:9px;
	color:#bbbbbb;	
}

.kalender-dayDefault{
	background-color:#ffffff;
	height:50px;
	font-family:arial;
	font-size:9px;
	color:#433d27;		
}

.kalender-dayWeekend{
	background-color:#ffffff;
	height:50px;
	font-family:arial;
	font-size:9px;
	color:#433d27;		
}


.kalender-tooltip-day-midi, .kalender-tooltip-day-matin, .kalender-tooltip-day-comite, .kalender-tooltip-day-autre, .kalender-tooltip-day-formation{
	height:13px;
	font-family:arial;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	padding:5px;
	border:1px solid #e9e8da;
}

.kalender-tooltip-day-midi{
	background-color:#6B8E23;
}
.kalender-tooltip-day-matin{
	background-color:#32CD32;
}
.kalender-tooltip-day-formation{
	background-color:#4682B4;
}
.kalender-tooltip-day-comite{
	background-color:#B22222;
}
.kalender-tooltip-day-autre{
	background-color:#DAA520;
}



.kalender-tooltip-texte{
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	color: #000;
	background-color: #fff;
	padding: 5px;
	line-height:20px;
	border:1px solid #e9e8da;

}

.kalender-next{
	background:url('images/next.gif') no-repeat;	
	width:15px;
	height:14px;
}

.kalender-next:hover{
	background:url('images/next_over.gif') no-repeat;	
	width:15px;
	height:14px;
}

.kalender-previous{
	background:url('images/previous.gif') no-repeat;	
	width:15px;
	height:14px;
}

.kalender-previous:hover{
	background:url('images/previous_over.gif') no-repeat;	
	width:15px;
	height:14px;
}


#overDiv table {
	margin: 0;
	padding: 0;
}

#overDiv tbody {
	border-style: none;
}