@charset "utf-8";
/* CSS Document */

/* Arrière plan de la page */
body {
	background-color: #D8F7D8;
	padding:0;
	text-align:center;
	margin: 5px;
	overflow: hidden;
}
/* Cadre exterieur */
div#camping {
	background-color: #008121;
	width: 980px;
	padding: 5px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* Cadre général */
div#cadre {
	width: 970px;
	padding: 5px;
	height: 485px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: thin solid #0F0;
	background-color: #FFF;
}
/* Cadre pour le logo en haut de page */
#logo {
	font-family: "Trebuchet MS", helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	height: 130px;
	width: 500px;
	top: 5px;
	left: 2px;
	position: relative;
	color: #333;
}
/* Cadre photo gauche */
div#photo-gauche {
	height: 310px;
	width: 500px;
	position: relative;
	top: -15px;
	left: 15px;
	z-index: 0;
	overflow: hidden;
}
div#camping-feuille {
	height: 320px;
	width: 520px;
	position: relative;
	top: -330px;
	left: 0px;
	z-index: 1;
	background-image: url(images/camping-feuille.gif);
	background-repeat: no-repeat;
}
/* Cadre texte principal */
div#principal {
	background-color: #C6F4C6;
	width: 420px;
	text-align: center;
	top: -755px;
	position: relative;
	left: 530px;
	border: 2px solid #008121;
	height: 395px;
	overflow: auto;
	color: #006;
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
div#principal h1 {
	padding-left: 25px;
	font-family: "Comic Sans MS", cursive;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	padding-right: 25px;
}
div#principal h2 {
	padding-left: 15px;
	font-family: "Comic Sans MS", cursive;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 5px;
	text-align: left;
}
div#principal p {
	padding-left: 10px;
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	padding-right: 10px;
	text-align: justify;
}
div#principal h5 {
	padding-left: 10px;
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding-right: 10px;
	text-align: justify;
}
div#principal img {
	margin-left: 1px;
}
#menu-camping {
	height: 50px;
	width: 920px;
	position:relative;
	top: -735px;
	background-color: #008121;
	padding-top: 10px;
	left: 25px;
	text-align: left;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FF0;
	border-right-color: #FF0;
	border-left-color: #FF0;
}
#navigation {
	margin: 0;
	list-style: 0;
	z-index:2;
	position: absolute;
	padding: 0;
}
#navigation li {
	float: left;
	width: 90px;
	border: 2px solid #FF0;
	list-style-type: none;
	display: block;
	margin-left: 18px;
}
#navigation li a {
	display: block;
	color: #000;
	text-align: center;
	height: 30px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	vertical-align: baseline;
	font-family: "Comic Sans MS", Arial;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
	background-color: #FFFFFF;
}
#navigation li a:hover, #navigation li a:focus, #navigation li a:active {
	color: #008121;
	background-color: #FF0;
}
/* Bas de page */
#bas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	height: 15px;
	width: 965px;
	text-align: right;
	padding-top: 5px;
	position: relative;
	top: 0px;
	background-color: #008121;
	z-index: 2;
	left: 10px;
}
a.lien-bas {
	color: #FFFFFF;
	text-decoration: none;
}
a.lien-bas:hover {
	text-decoration: underline;
}
a.lien {
	color: #00248F;
	text-decoration: none;
}
a.lien:hover {
	color: #FF9900;
	text-decoration: underline;
}
#hebergement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	position: relative;
	left: 70px;
	top: -5px;
	float: left;
	background-color: #FF0;
	line-height: 15px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}
#hebergement a {
	color: #000;
	text-decoration: none;
}
#hebergement a:hover {
	text-decoration: underline;
	color: #008121;
}
label {
	display: block;
	width: 200px;
	float: left;
	text-indent: 50px;
}
input {

}
.case-a-cocher {
	display: inline;
	position: absolute;
	left: 210px;
}

