/*** CALENDRIER ***/

#calendrier table {
	width: 100%;
	margin:auto;
    border-collapse: collapse;
}
#calendrier a {
	color: #443E59;
	text-decoration : underline;
}
#calendrier a:hover {
	color: blue;
	text-decoration : underline;
}
#calendrier td {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px;
	text-align: center;
	border: thin solid #ECFA76;
	line-height: 150%;
}
.col_table_1 {
	width: 69%;
	text-align:left;
	padding: 20px 0 0 40px;
}
.col_table_2 {
	width: 31%;
	text-align:center;
}
.col_1, .col_3, .col_4, .col_5 {
		font-size: 16px;
}
.col_1 {
	width: 15%;
	font-weight: bold;
	color : #010101;
	background: #7DBEBC;
}
.col_2 {
	width: 20%;
	background: #544C8E;
	color: #fff;
	font-size: 1.2rem;
}
.col_3 {
	width: 25%;
	font-weight: bold;
	color : #fff;
	background: #759637;
}
.col_4 {
	width: 20%;
	background: #F2BE36;
}
.col_5 {
	width: 20%;
	background: #BFD31E;
}
.templatemo_main_calendrier {
	width : 80%;
	margin : 7px auto 7px auto;
}
object {
	display:block;
}
tbody {
	border:solid;
	border-width:4px;
}
.tel {
	color:#504C5A;
}
