@charset "utf-8";
/* CSS Document event*/

a {color:#CFB40; text-decoration: underline}
a:hover, a:focus {color: #76B214; text-decoration: underline}

table.calendar {
	border-collapse: collapse;
	margin: 0;
	clear: left;
	/* [disabled]font: 10px "Lucida Console", Monaco, monospace; */
}
table.calendar td {
    border: 1px solid #ede7e7 !important;
    vertical-align: top;
    width: 75px;
    height: 65px;
    padding: 5px;
}

/*couleur de fond de la cellule */
table.calendar td.today {
	background: #76B214;
}
/*couleur de fond de la cellule du jour actuel*/
table.calendar td.today span.day {
	font-weight: bold;
	color: #fff;
}

table.calendar td.weekend {
    background-color: #F3FAFC;
}

table.calendar td.notinmonth {
	border: none;
}
/*dates passées: text-decoration: line-through;*/
table.calendar td.past {
	background-color: #F8F8F8;
	text-decoration: line-through;
}

table.calendar td.notinmonth.weekend {
	background-color: transparent;
}
/*couleur de la police des dates */
table.calendar td span.day {
	display: block;
	color: #333;
}
/*couleur Réservé */
table.calendar td div.event {
	display: block;
	color: #76B214;
	padding: 3px;
	border-radius: 5px;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #CAF0F9;
}

ul.calendar-nav {
	width: 505px;
	list-style: none;
	margin: 10px;
	padding: 0;
}

ul.calendar-nav li {
	width: 33.3%;
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
	display: block;
	float: left;
	text-align: center;
}

ul.calendar-nav li:first-child {
	text-align: left;
}

ul.calendar-nav li:last-child {
	text-align: right;
}

/* --- LISTING --- */

ul.events {
	width: 100%;
	list-style: none;
	margin: 10px;
	padding: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

ul.events li {
	vertical-align: top;
	background-color: #DDF1BC;
	clear: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #A6DA50;
	border-bottom-color: #A6DA50;
}

ul.events li ul {
	list-style: none;
}

ul.events li li {
	border: none;
	border-bottom: 1px dotted #999;
	min-height: 0;
	margin-left: 25px;
	padding: 10px;
	background-color: #fff;
	clear: none;
}

ul.events li li:last-child {
	border-bottom: 0;
}

ul.events li li span.time {
	color: #999;
	font-style: italic;
	font-size: 90%;
	width: 60px;
	text-align: right;
	display: inline-block;
}

ul.events li li div.description {
	margin: 5px 0 0 63px;
	font-size: 86%;
	color: #555;
}

ul.events li li div.description p {
	margin: 0 0 1em 0;
}

ul.events li span.day {
	font-weight: bold;
	font-size: 250%;
	float: left;
	color: #CFB40;
	text-align: right;
	width: 50px;
	margin: 0 0 0 1px;
	padding: 0 15px 0 0;
	line-height: 1;
	border-top: 1px solid #fff;
}

ul.events li:first-child span.day {
	border-top-color: #DDF1BC;
}

ul.event-listing-nav {
	width: 100%;
	list-style: none;
	margin: 10px;
	padding: 0;
	clear: both;
}

ul.event-listing-nav li {
	width: 33.3%;
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
	display: block;
	float: left;
	text-align: center;
}

ul.event-listing-nav li:first-child {
	text-align: left;
}

ul.event-listing-nav li:last-child {
	text-align: right;
}

ul.event-listing-nav:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
