body {
	background: white;
	background-image: url(fond2.jpg);
	background-repeat: repeat-y;
	margin-left: 140px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
h1 {
	font-size: 130%; font-weight: bold;
}
h2 {
	font-size: 100%;
	font-weight:bold;
}
h3 {
	font-size: 100%;
	font-weight:bold;
	padding: 5px;
}
h4 {
	font-size: 100%;
	font-weight:bold;
	padding: 5px;
}
a {
	color: #0000cc;
	text-decoration: none;
}
a:hover {
	color: #ff33cc;
	text-decoration: underline;
}
a:visited {
	color: #800080;
}
a:active {
	color: #ff0000;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background: white;
}
.reservee {
	background: #F4A460;
	background: lightblue;
	text-decoration: line-through;
}
.option {
	background: lightblue;
}
.libre {
	background: lightgreen;
}
.calendrier_mois {
	border: 1px solid black;
}

