#calendar td {
	/*font-family: "Trebuchet MS", Arial, sans-serif;*/
}

#calback {
	clear: both;
	width: 100%;
	height: 100%;
	background: url('images/calendar/images/calWaiting.gif') no-repeat center;
}

#calendar {
	background:#fef2dc;
	width: 100%;
	min-height: 177px;
}

.cal {
	width: 201px;
	margin: 0 auto;
	background-color:#e9ddc7;
	border-bottom: 10px solid #fef2dc;
}

.cal a {
	color: #802534;
	text-decoration: none;
}

.cal a:hover {
	color: #802534;
	text-decoration:underline;
}

.calhead {
	width: 100%;
	font-weight: bold; 
	background:#fef2dc url(../images/degrade.jpg) repeat-x top;
	padding:12px 5px 5px 5px;
}


.calhead table {
	width: 100%;
	font-size:12px;
	color:#802534;
}
.calhead table td.fleche_previous { width:30px; font-size:16px; font-weight:bold; }
.calhead table td.fleche_next { width:30px; font-size:16px; font-weight:bold; text-align:right; }
.calhead table td.mois_courant { width:140px; text-align:center; }

.calhead a {
	text-decoration: none;
	border: none;
}

.dayhead {
	height: 25px;
	background: #e9ddc7;
}

.dayhead td {
	text-align: center;
	color: #000;
	font-size:10px;
}

.dayrow {
	background: #FFF;
	height: 20px;
}

.dayrow td {
	width: 14%;
	font-size: 9px;
	color: #656551;
	padding: 1px;
	/*border: 1px solid #DDD;*/
}

.day { float: right; }
.dayover { background-color:#F4F4F4; }
.dayout { background-color:#FFF; }
.dayover_event { background-color:#ad7372; }
.dayout_event { background-color:#e9ddc7; }


#event {
	font-family: Arial, sans-serif;
	width: 100%;
	height: 100%;
	border-top: 1px solid #727260;
	border-bottom: 1px solid #727260;
}

#event .heading {
	padding: 10px;
	position: relative;
	background: url('/calendar/images/calEvent.gif') repeat-x top left;
	border-bottom: 1px dotted #CCC;
}

#event .title {
	color: #656551;
	font-size: 16px;
	font-weight: bold;
}

#event .posted {
	color: #8C8C73;
	font-size: 10px;
}

#event .back {
	position: absolute;
	top: 10px;
	right: 10px;
}

#event .back a {
	color: #0C0;
	text-decoration: underline;
	border: none;
	font-size: 10px;
}

#event .back a:hover {
	color: #0E0;
}

#event .line {
	padding: 10px;
	overflow: auto;
}

.error {
	color: #C00;
	font-size: 14px;
	font-weight: bold;
}

#jump {
	z-index: 100;
	line-height: 30px;
	padding: 5px;
	background: #F6F6F6;
	border: 1px solid #888;
}

#jump a {
	text-decoration: none;
	border: none;
}

#jump img {
	border: none;
}
