/* stylesheet for app reserver*/
#dateTable {
	text-align:center;
	margin-top:10px;
}
table,th, td {
	border: 1px solid black;
	padding:5px;
	min-width: 40px;
}
table{
	 border-collapse: collapse;
}
td.dateok{
	background-color: green;
}
td.datepb{
	background-color:red;
}
.inscritCell {
	background-color:lightgray;
}
form.button {
	margin:10;
}
.warning {
	color:red;
}
.clicked {
	background-color:purple;
}
#formchangemonth {
	margin-top:15px;
}
.titdispo {
	color: blue;
	font-size:1.5rem;
	margin:10px;
}
label.reserver { 
	display: inline-block ; 
   	width: 200px ;
}
input.reserver { 
  	width: 200px ;
  	marging:10;
  	}
#simple-a {
	text-decoration:underline;
	font-size:1rem;
	padding-left:20px;
}
.err {
	color: red;
}


