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

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

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

.encart_popup_info .encart_popup_info_content {
	background-color : #F4F5F9;	
	border-color : #1B3C6E;
	color : #3F4042;
	margin : 0;
}

.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: #1B3C6E;
	border-color: #1B3C6E;
}
.fc-agenda .green_event_div .fc-event-time {
	background-color: #1B3C6E;
}
.fc-agenda .green_event_div .fc-event-title {
	color: #fff;
}
.cal_legend .consultation .type_1 .colorBox{
	background-color : #1B3C6E;
}

.blue_event_div, .blue_event_div a {
	background-color: #8B999A;
	border-color: #8B999A;
}
.fc-agenda .blue_event_div .fc-event-time {
	background-color: #8B999A;
}
.fc-agenda .blue_event_div .fc-event-title {
	color: #fff;
}
.cal_legend .consultation .type_2 .colorBox{
	background-color : #8B999A;
}

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

.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;
}
