@CHARSET "ISO-8859-1";

* {
	font-family: "Comic Sans MS", helvetica, sans-serif;
}

h1 {
	margin-top: 15px;
	margin-bottom: 15px;
}
	
a:link {
	color: #0000FF;
}
a:active {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
.description {
	text-align: justify;
}
.description:first-letter {
	font-size: 130%;
}
.description_accueil {
	font-weight: bold;
	font-size: x-large;
	position: absolute;
	text-align: left;
	padding: 0px;
	margin: 0px;
	width: 360px;
}
.description_accueil:first-letter {
	font-size: 130%;
}
.diapo_accueil {
	background-color: #e3bd8b;
	border: 3px solid #9A3300;
	margin: 0px;
	padding: 0px;
}
.label_tarif {
	border: 1px inset black;
}
.input_tarif {
	margin-left: 20px;
	text-align: center;
}
.tarif {
	border: 1px inset black;
	text-align: right;
}
.label_resa {
	padding-right: 1em;
	text-align: left;
}
a:hover.access {
	cursor: pointer;
}

table.loisir {
	width: 100%;
	border: 0px;
	margin-top: 2em;
	text-align: left;
	vertical-align: middle;
}

div.loisir {
	background-color: #e3bd8b;
	padding: 10px;
	margin: 10px 30px;
	width: 740px;
}

div.presentation {
	background-color: #e3bd8b;
	margin: 10px 30px;
	padding: 10px 0px;
}

table.presentation_equipement {
	background-color: #FFFFAA;
	width: 100%;
	border: 0px;
}

table.presentation_equipement caption {
	background-color: #cf7d13;
	font-weight: bold;
}

table.presentation_equipement tbody {
	padding: 10px;
}

table.presentation_equipement tr {
	vertical-align: top;
}

table.presentation_equipement td {
	padding: 10px;
	text-align: center;
}

div.presentation_photos {
	width: 100%;
	text-align: center;
	margin-top: 1em;
}

table.presentation_loisirs {
	width: 100%;
	border: 0px;
	margin-top: 2em;
}

table.presentation_loisirs td {
	vertical-align: top;
}

