/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #134240;
	color: #003333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#page {
	border: #FFFFFF 1px solid;
	width: 768px;
	margin: 0 auto;
	background-color: #D0D89F;
}
h1 {
	text-align: center;
	height: 50px;
}
h2 {
	font-size: 18px;
	color: #990000;
	padding-bottom: 20px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #663300;
}
p {
	padding-bottom: 10px;
}
td {
	font-size: 12px;
}
a {
	color: #003333;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
#pied {
	clear: both;
	padding-top: 10px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
#pied ul {
	list-style: none;
}
#pied ul li {
	display: inline;
}
#pied ul li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 15px;
}
#pied ul li a:hover {
	text-decoration: underline;
}
/*ACCUEIL*/
#contenuindex {
	background: url(images/fond_index.jpg) top left no-repeat;
	height: 231px;
	padding-top: 100px;
	text-align: right;
}
#contenuindex p {
	color: #53665A;
	font-weight: bold;
	padding-right: 50px;
	padding-left: 280px;
}
.piedindex {
	background: #53665A url(images/fond_piedindex.gif) top left no-repeat;
}
.h1index {
	background: #53665A url(images/fond_nectoux.jpg) bottom left no-repeat;
}
/*INTERNES*/
#contenu {
	padding-left: 200px;
	padding-right: 25px;
	text-align: justify;
	float: left;
}
.maisons {
	background: url(images/fond_maisons.jpg) top left no-repeat;
}
.h1maisons {
	background: #53665A url(images/fond_maisons1.jpg) bottom left no-repeat;
}
.activites {
	background: url(images/fond_activites.jpg) top left no-repeat;
}
.h1activites {
	background: #53665A url(images/fond_activites1.jpg) bottom left no-repeat;
}
.region {
	background: url(images/fond_region.jpg) top left no-repeat;
}
.h1region {
	background: #53665A url(images/fond_region1.jpg) bottom left no-repeat;
}
.reservation {
	background: url(images/fond_reservation.jpg) top left no-repeat;
}
.h1reservation {
	background: #53665A url(images/fond_reservation1.jpg) bottom left no-repeat;
}
.tarifs {
	background: url(images/fond_tarifs.jpg) top left no-repeat;
}
.h1tarifs {
	background: #53665A url(images/fond_tarifs1.jpg) bottom left no-repeat;
}
#calendriers {
	margin: 0 25px 0 10px;
}
#calendriers h4 {
	margin: 20px 0;
	font-size: 12px;
}
.pied {
	background: #53665A url(images/fond_pied.gif) top left no-repeat;
}
#contenu ul {
	padding-bottom: 10px;
	padding-left: 10px;
}
.images {
	text-align: center;
	width: 525px;
	font-size: 11px;
}
.float {
	float: left;
	height: 150px;
}
.images img {
	margin: 5px;
	margin-bottom: 5px;
	border: #003333 1px solid;
}
.tabletarifs {
	border: 1px solid #134240;
}
.tabletarifs td {
	border: 1px solid #134240;
	font-size: 11px;
	padding: 2px;
}
.tabletitre {
	font-weight: bold;
	background-color: #53665A;
	color: #D0D89F;
}
.curseur {
	cursor: pointer;
}
