@charset "UTF-8";
.reservations {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	border: 2px solid #F00;
	background: #FC6;
	text-align: center;
}
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #600;
}
a:link {
	color: #009933;
	text-decoration: none;
}
a:visited {
	color: #009933;
	text-decoration: none;
}
a:hover {
	color: #00CC33;
	text-decoration: underline;
}
.adresse {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #006699;
	font-weight: bold;
}
body {
	background-color: #CCCCCC;
	background-image: url(../images/back.jpg);
}

