/* AGENDA */
div#agenda {
	padding:20px 15px;
	background:#ffffff url(../images/v2_centre_fond_bas.jpg) no-repeat bottom;
}

div#agenda h2{
	margin:0;padding:0;
	display:block;
	font:bold 16px Trebuchet MS;
	color:#fff;
	background:transparent url(../images/h2_agenda.gif) no-repeat;
	padding:3px 0 15px 10px;
}

div#agenda-content{
	background:url(../images/agenda_bg.jpg) no-repeat bottom;
}

div#agenda-content div#cal,
div#agenda-content div#evt{
	display:block;
	float:left;
}

div#agenda-content div#cal{
	margin:2px 0 0 4px;
}

div#agenda-content #cal table{
	margin:0;padding:0;
	margin-left:4px;
	font:10px Trebuchet MS;
}

div#agenda-content #cal table thead th{
	height:25px;
	vertical-align:top;
	text-align:center;
	font-weight:normal;
}


div#agenda-content #cal table td
{
	margin:0;padding:0;
	font-weight:normal;
	text-align:center;
	color:#494949;
	width:19px;
	height:20px;
}

div#agenda-content #cal table th{
	font-size:9px
}

div#agenda-content #cal table td a{
	color:#779237;
}

div#agenda-content #cal table td.ezagenda_current{
	font-weight:bold;
	color:#fff;
	background:transparent url(../images/agenda_selected.png) no-repeat center center;
}

div#agenda-content #cal table th a{
	font:bold 11px Arial;
	color:#779237;
	text-decoration:none;
}

div#agenda-content #cal table td.ezagenda_old,
div#agenda-content #cal table td.ezagenda_old a
{
	color:#779237;
	text-decoration:none;
}

div#agenda-content div#add-event{
	background:url(../images/readmore_agenda.gif) no-repeat 5px 5px;
	margin:12px 0 10px 0;
}

div#agenda-content div#add-event select{
	background:#e6ecf0;
	border:medium none #FFFFFF;
	color:#8FB13C;
	cursor:pointer;
	width:134px;
	margin:0 0 0 13px;
	padding:0;
	font:bold 10px Trebuchet Ms;
}






div#agenda-content div#evt{
	margin-left:20px;
	width:100px;
}
div#agenda-content div#evt h2{
	display:block;
	height:18px;
	margin:0;padding:0;
	padding:6px 0 6px 0;
	background:none;
	font:bold 11px Arial;
	color:#779237;
}

div#agenda-content div#evt p{
	margin:0;padding:0;
	font:normal 11px Arial;
	color:#494949;
	margin:0 0 20px 0;
}





div#agenda-content div#dat{
	margin:0 0 0 280px;
	padding-top:27px;
}

div#agenda-content div#dat span{
	display:block;
	margin:0;
	overflow-x: hidden;
	overflow-y: auto;
	overflow : -moz-scrollbars-vertical;
	height:100%;
}

div#agenda-content div#dat label,
div#agenda-content div#dat p
{
	display:block;
	margin:0;padding:0;
	float:left;
	font:11px Arial;
	padding-bottom:4px;
}
div#agenda-content div#dat label{
	color:#84B216;
}

div#agenda-content div#dat p{
	width:130px;
	margin:0 0 0 2px;
}

div#agenda-content div#dat p a{
	color:#494949;
	text-decoration:none;
}

div#agenda-content div#dat p a:hover{
	color:#494949;
	text-decoration:underline;
}





/* AGENDA PAGE  INTERIEUR*/ 
div#ezagenda_calendar_container{
	text-align:center;
	background:url(../images/rightmenu_agenda.png) no-repeat;
	height: auto;
	min-height: 200px;
	padding:15px 0 0 55px;
}


div#ezagenda_calendar_container table{
	margin:0;padding:0;
	font:12px Trebuchet MS;
}

div#ezagenda_calendar_container table thead th{
	height:25px;
	vertical-align:top;
	text-align:center;
	font-weight:normal;
}


div#ezagenda_calendar_container table td
{
	margin:0;padding:0;
	font-weight:normal;
	text-align:center;
	color:#494949;
	width:25px;
	height:25px;
}

div#ezagenda_calendar_container table th{
	font-size:12px
}


div#ezagenda_calendar_container .calendar_heading th{
	font-size:14px;
}

div#ezagenda_calendar_container table td a{
	color:#779237;
}

div#ezagenda_calendar_container table td.ezagenda_current{
	font-weight:bold;
	color:#fff;
	background:transparent url(../images/agenda_tiny_selected.gif) no-repeat center center;
}

div#ezagenda_calendar_container table th a{
	font:bold 12px Arial;
	color:#779237;
	text-decoration:none;
}

div#ezagenda_calendar_container table td.ezagenda_old,
div#ezagenda_calendar_container table td.ezagenda_old a
{
	color:#779237;
	text-decoration:none;
}

