/* Calendar div */
div#calendar {
	width : 550px;	
}

.fc .fc-agenda-body td div {
    height: 3px;
}

#content #main_column table th {
	background : none;	
}

#content #main_column table tbody {
	background-color : transparent;	
}

div#content div#main_column{
	width: 656px;
}

#main_column .calendar_box #calendar {
	padding-left : 13px;
}

.encart_popup_info .titre {
    background:url(../../img/css/int/point_info_grd.png) no-repeat left top;
}

/* EVENT COLORS */
.green_event_div, .green_event_div a {
	background-color: #C3D65C;
	border-color: #C3D65C;
}
.fc-agenda .green_event_div .fc-event-time {
	background-color: #C3D65C;
	color: #333;
}
.fc-agenda .green_event_div .fc-event-title {
	color: #333;
}
.cal_legend .consultation .type_1 .colorBox {
	background-color : #C3D65C;
}

.blue_event_div, .blue_event_div a {
	background-color: #505C80;
	border-color: #505C80;
}
.fc-agenda .blue_event_div .fc-event-time {
	background-color: #505C80;
}
.fc-agenda .blue_event_div .fc-event-title {
	color: #FFF;
}
.cal_legend .consultation .type_2 .colorBox {
	background-color : #505C80;
}

.yellow_event_div, .yellow_event_div a {
	background-color: #FFD45F;
	border-color: #FFD45F;
}
.fc-agenda .yellow_event_div .fc-event-time {
	background-color: #FFD45F;
	color: #333;
}
.fc-agenda .yellow_event_div .fc-event-title {
	color: #333;
}
.cal_legend .consultation .type_3 .colorBox {
	background-color : #FFD45F;
}

.red_event_div, .red_event_div a {
	background-color: #EEEEEE;
	border-color: #EEEEEE;
}
.fc-agenda .red_event_div .fc-event-time {
	background-color: #EEEEEE;
	color: #333;
}
.fc-agenda .red_event_div .fc-event-title {
	color: #333;
}
.cal_legend .consultation .type_4 .colorBox {
	background-color : #EEEEEE;
}
