/* CSS DES PLANNINGS */
.legende{padding-top:1px!important;}
.legende span{margin-right:10px;padding-left:60px;border:1px solid #000;}
.legende span.occupe{background-color:#DE6321;margin-bottom:2px;}
.legende span.attente{background-color:#F7C200;margin-bottom:2px;}
.legende span.libre{background-color: #4b96bf;margin-bottom:2px;}
.legende span.ferme{background-color: #9C9C9C;margin-bottom:2px;}
.legende span.paye{background-color: #3EDE21;margin-bottom:2px;}

.ligne_heures span{display:block;float:left;width:60px;text-align:center;}
.ligne_heures span.debut{padding-right:2px;width:40px;}
.ligne_heures span.fin{padding-left:2px;width:40px;}

.ligne_heures2{
	margin-left:25px;
	height:23px;
	width:560px;
	border:0px solid #000;
	border-left:none;
}
.horaires .ligne_heures2 div{float:left;height:23px;border-left:1px solid #fff;}
.horaires .ligne_heures2 div.ferme{
	background-color:#9C9C9C;}
.horaires .ligne_heures2 div.attente{
	background-color:#F7C200;}
	.horaires .ligne_heures2 div.paye{
	background-color:#3EDE21;}
.horaires .ligne_heures2 div.occupe{
	background-color:#DE6321;}
.horaires .ligne_heures2 div.libre{
	background-color: #4b96bf;
	cursor:pointer;}
.horaires .ligne_heures2 div.libre:hover{
	background-color: #69D0FF;
	cursor:pointer;}
