
#calendrier table{
	border:#006ab1 solid 1px;

}

.cel {
	background:#CCCCCC;
	background:url(../medias/test.jpg);
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	border:#006ab1 solid 1px;           
}
.celSelect{
	background:#CCCCCC;
	background:url(../medias/test.jpg);
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	border:#006ab1 solid 1px;
	text-decoration:underline;           
}
.passer {
	background:#CCCCCC;
	background:url(../medias/test.jpg);
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	color:rgb(150,150,150);
	border:#006ab1 solid 1px;           
}

.actif{
	background:url(../medias/test2.jpg);                   
	font-family:Arial, Helvetica, sans-serif;
	color:green;
	font-size:12px;
	text-align:center;
	border:#003399 solid 1px;
}
.actifSelect{
	background:url(../medias/test2.jpg);                   
	font-family:Arial, Helvetica, sans-serif;
	color:green;
	font-size:12px;
	text-align:center;
	border:#003399 solid 1px;
	text-decoration:underline;
	
}
.vide{
	border:#003399 solid 1px;
	background:url(../medias/test5.jpg); 
}
.jour{
	font-family:Arial, Helvetica, sans-serif;
	color:midnightblue;
	font-weight:bold;
	background:url(../medias/test4.jpg); 
	font-size:12px;
	text-align:center;
	border:#006ab1 solid 1px;  
}
.fins{
	font-family:Arial, Helvetica, sans-serif;
	color:rgb(50,50,224);
	background:url(../medias/test4.jpg); 
	font-size:12px;
	text-align:center;
	border:#006ab1 solid 1px; 
	font-weight:bold; 
}
.fin{
	background:url(../medias/test3.jpg); 
	font-family:Arial, Helvetica, sans-serif;
	
	border:#006ab1 solid 1px;
	font-size:12px;
	text-align:center;
	color:rgb(255,255,255);
}
.finSelect{
	background:url(../medias/test3.jpg); 
	font-family:Arial, Helvetica, sans-serif;
	
	border:#006ab1 solid 1px;
	font-size:12px;
	text-align:center;
	color:rgb(255,255,255);
	text-decoration:underline;
}

.cacher{
	display:none;
}
.montrer{
	display:table-row;
}

.clic{
	cursor:pointer;
}
.clic:hover{
	color:black;
	text-decoration:underline;
}

#mois{

	background-color:transparent;
	color:midnightblue;
	font-weight:bold;
	border-style:outset;
	border:thin;
	
}


#an{
	text-align:center;
	background-color:transparent;
	color:midnightblue;
	font-weight:bold;
	border-style:outset;
	border:thin;
	
}
.afficher{
	border:1px solid black;
}

