div.disponible{
	width:70%;float:left;
}
.bold{
	font-weight:bold;
}
i.fa-check{
	color:#8bbc15;
}
i.fa-ban{
	color:#a94442
}
span.disponible{
	color:#6C940C;
}
div.reservation{
	width:50%;
	float:right;
	text-align: right;
}
span.indisponible{
	color:#a94442;
}
table {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
div.reservation span {
	padding: 3px;
	cursor: pointer;
	color: gray;font-weight: bold;
}
div.reservation span:hover {
	font-size: 13px;
	color:#555;

}
.bloc_reservation h1 {
	text-align: center;
	background: #292F3B;
	color: white;
}
.bloc_reservation {
	border: 1px solid #292F3B;
	margin-bottom: 12px;
	box-shadow: 0px 1px 0px 2px #292F3B;
}
.footer_reservation {
	height:25px;
	text-align: center;
}
 #tabs table td {
      	border:1px solid #ddd;
  }
 #tabs table th {
  	text-align: left;
  	border:1px solid #ddd;
 }
 .footer_reservation a {
 	text-decoration: none;
 	padding: 3px;

 }
 #vide {
 	font-weight: 500;
 	padding: 6px;
 }
 .p{
 	padding: 0px 6px;
 	font-weight: bold;
	font-size: 11.5px;
 }
 i.fa-times {
 	color:#a94442;
 	cursor: pointer;
 }