* { 
 font-family : sans-serif ;
 font-size : small; 
}
table.grande {
	border-bottom :2px solid #006600;
	width : 900px;
	padding-bottom : 50px;
	margin : 20px;
}

td {
	width: 100px;
}

#reservation table {
	width : 100%;
}

td.grande, td.date {
	border: thin solid silver;
	background-color : white;
	color : black;
}

td.date {
	text-align : center;
}

td.libre {
	font :  normal .8em sans-serif;
	text-align : right;
}

caption {
	border : 1px solid #B22222;
	padding : 10px;
}

img {
	border : none;
}
