#calendrier {
	background-color: transparent; 
	border: 1px solid #191970;
	border-spacing: 0px;
	margin-bottom: 20px;
	width: 99%;
	text-align:center;
	color: Black;
}

#calend {
	width: 98%;
}
.separationdroite {
	border-right: 1px dashed #FFD700;
}
.ligne {
	height: 25px;
}

.lignemois {
	background-color: #70708F;
	height: 20px;
	text-align: center;
	color: White;
}
.couleur1 {
	background-color: #FFBC9B;
	
	text-align: center;
}
.couleur2 {
	background-color: #FFEE9B;
	text-align: center;
}

#calendrier a {
	
	display: block;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#calendrier td a:hover {
	background-color: #F0E68C;
	color: #0F1973;
	display: block;
}
