#calendrierSoja {
	max-width: 950px;
	margin: 40px auto;
}

 @media screen{    
 .fc-title {
	color: white;
}

.fc-time {
	color: white;
}
 }
.fc-day-number {
	color: black;
}
.fc-content-link {
	cursor: pointer;
}

.fc-axis.fc-time {
	color: black;
}

/* Classes pour les sources */
/** @see EventSource_model::getSourceTypes() */

.eventAdmin {
	background-color: #ad7fa8;
}

.eventCours {
	background-color: #729fcf;
}

.eventExams {
	background-color: #4e9a06;
/*	color: yellow; */
}

.eventAbsences {
	background-color: #babdb6;
}

.eventVacances {
	background-color: #888a85;
}

.eventMdm {
	background-color: #e0b066;
}

.eventWeb {
	background-color: #e0b066;
}

.eventResa {
	background-color: #FF80A6;
}

.cancelled {
	color: red;
}

/* Classes pour les ressources */
/** Pour l'instant, on préfère styler les sources
.calRess1 {
	background-color:pink;
}
*/
.calRessBSEC {
	background-color:#ad7fa8;
}
