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;
}
#button_resa, #button_dispo {

    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

    font-style: normal;
    font-weight: bold;

    text-shadow: 0 -1px 1px rgba(0,0,0,0.3) !important;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;

    background-image: url(i/highlights.png);
    background-repeat: repeat-x;
    background-position: center center;

    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #3399CC;
    border-right-color: #333;
    border-bottom-color: #333;
    border-left-color: #3399CC;

    -moz-box-shadow: 0px 3px 4px #000;
    -webkit-box-shadow: 0px 3px 4px #000;
    box-shadow: 0px 3px 4px #000;

    background-color: #3399CC;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    margin: 4px;
    padding-top: 8px;
    padding-right: 18px;
    padding-bottom: 8px;
    padding-left: 18px;
    display: inline-block;
    cursor: pointer;
}
#button_resa a:visited, #button_dispo a:visited {
	color: white;
}
#button_resa:hover, #button_dispo:hover {

    text-decoration: none;
    background-color: lightgreen;
    color: #000000;
}


