@CHARSET "UTF-8";
html,body {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	font-size: 12px;
	font-family: Geneva, Verdana, Arial, calibri, Sans-Serif;
	text-align: center;
	background:
		url(../images/background-body.png) repeat-x
		#78e182;
}

ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}

a img {
	border: 0px;
}

a,a:link,a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

label {
	display:block;
	width:150px;
	float:left;
}

input {
	margin-bottom:5px;
}

div#container {
	text-align: left;
	width: 1040px;
	margin: auto;
	background:
		url(../images/background-content.png)
		repeat-y;
		
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
	position:relative;
}

div#header {
	width: 1040px;
	height: 258px;
	margin-bottom: 10px;
	padding-left:12px;
	background:url('../images/header.jpg') no-repeat 12px 0px;
}

/* Menu */
div#menu-left {
	float: left;
	width: 204px;
	margin-left: 9px;
	margin-bottom: 5px;
}

div#menu1-header {
	width: 204px;
	height: 31px;
	background: url(../images/0t1.jpg);
}

div#menu1-sous-header-1 {
	width: 204px;
	height: 31px;
	background: url(../images/0t1.png);
}

div#menu1-sous-header-2 {
	width: 204px;
	height: 29px;
	background: url(../images/0t2.png);
}

div#menu1-sous-header-3 {
	width: 204px;
	height: 29px;
	background: url(../images/0t3.png);
}

div#menu1-sous-header-4 {
	width: 204px;
	height: 29px;
	background: url(../images/0t4.png);
}

div#menu1-sous-header-5 {
	width: 204px;
	height: 29px;
	background: url(../images/0t5.png);
}

div#menu1-sous-header-6 {
	width: 204px;
	height: 29px;
	background: url(../images/0t6.png);
}

div.menu1-content {
	margin: 0px 2px 0px 3px;
	padding: 2px;
}

div.menu1-content2 {
	background: url('../images/ombre-select.png')
		left bottom no-repeat;
	margin-left: 3px;
	padding: 0px 10px 10px 10px;
}

/* Menu right */
div#menu-right {
	float: right;
	width: 204px;
	margin-right: -37px;
	margin-bottom: 10px;
}

div#menu1-header-right {
	width: 204px;
	height: 31px;
	background: url(../images/0t1-right.jpg);
}

div#menu1-sous-header-right-1 {
	width: 204px;
	height: 31px;
	background: url(../images/0t2-right.png);
}

div#menu1-sous-header-right-2 {
	width: 204px;
	height: 29px;
	background: url(../images/0t3-right.png);
}

div#menu1-sous-header-right-3 {
	width: 204px;
	height: 30px;
	background: url(../images/0t4-right.png);
}

div.menu1-content-right {
	margin: 0px 2px 0px 3px;
	padding: 10px;
}

div#menu-bloc-note-top {
	background: url(../images/top.jpg);
	width: 200px;
	height: 16px;
}

div#menu-bloc-note-bottom {
	background: url(../images/bottom.jpg);
	width: 200px;
	height: 183px;
}

/* Corps */
div#corps {
	margin-left: 230px;
	margin-bottom: 10px;
	width: 760px;
}

div#corps a {
	font-weight: bold;
}

/* Footer */
div#footer {
	clear: both;
	color: rgb(153, 175, 183);
	width: 1035px;
	height: 59px;
	text-align: center;
	background: url(../images/fbg.jpg);
}

div#footer a {
	color: rgb(153, 175, 183);
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

/*
	Footer liste à puce
*/
ul.footerFirst
{
	margin:0px 0px 0px 10px;
	padding:0px 10px 0px 10px;
	float:left;
	border-left:1px solid #50a929;
	border-right:1px solid #50a929;
	height:120px;
	width:150px;

	text-align:left;
}

ul.footer
{
	margin:0px 0px 0px 10px;
	padding:0px 10px 0px 10px;
	float:left;
	border-right:1px solid #50a929;
	height:120px;
	width:150px;

	text-align:left;
}
ul.footer li
{
	list-style-type: none;
	background: none;
}

ul.footer a {
	text-decoration:none;
	font-weight:bold;
}

ul.footer a:hover {
	text-decoration:underline;
}

ul.footerFirst a {
	text-decoration:none;
	font-weight:bold;
}

ul.footerFirst a:hover {
	text-decoration:underline;
}



p {
	text-align: justify;
}

h1 {
	font-size: 24px;
	margin-bottom: 20px;
	color: #006a14;
	border-bottom: 1px solid #006a14;
}

h2 {
	font-size: 16px;
	margin-top: 20px;
	color: #593900;
}

ul.access {
	margin-left: 15px;
	padding: 5px;
	list-style-type: none;
	list-style-image: url( 'images/puce.png' );
}

ul.access li {
	margin: 10px 0px;
}

div.onglet {
	width: 114px;
	height: 42px;
	background: url(../images/0m6.jpg) no-repeat;
	text-align: center;
	color: #FFF;
	padding-top: 10px;
	float: left;
}

div.onglet:hover {
	background: url(../images/5m6.jpg) no-repeat;
}

div.onglet a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

div.onglet a:hover {
	color: #FFF;
	text-decoration: none;
}

div.encadre_packs {
	border: 4px solid #87df82;
	padding: 10px;
	margin: 10px 0px;
}

.titre_packs {
	font-size: 16px;
}

.prix_packs {
	font-size: 16px;
}

span.oldTarif {
	text-decoration: line-through;
}

span.newTarif {
	font-weight: bold;
	font-size: 20px;
	color: #77a4d1;
}

div.resaPromo {
	width: 40px;
	height: 30px;
	padding-top: 10px;
	background: url('../images/promo-resa.png')
		no-repeat;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

span.resaPromoPrix {
	color:#FF0000;
	text-align: center;
	font-weight: bold;
	font-size:16px;
}

div.promo_head {
	background:
		url(../images/promotion-entete.png)
		no-repeat;
	width: 70px;
	height: 70px;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

div.promotion {
	background:
		url(../images/promotion-entete.png)
		no-repeat;
	width: 70px;
	height: 70px;
	padding-top: 22px;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

div#promotions_corps {
	height:auto;
	
}

.separateur {
	height: 1px;
	color: #000;
	padding: 0px;
	background-color: #174a7d;
	border: 0px;
}

.tabNuitee {
	border:1px solid #000;
}

.tabNuitee td {
	border:1px solid #000;
	padding:5px;
	font-weight:bold;
}

/*
	Message
*/
div.message_valide {
	width:700px;
	height:36px;
	border:1px #76ff99 solid;
	background:#c3ffd7 url('../../../images/icone-valide.png') no-repeat;
	
	padding-left:60px;
	padding-top:20px;
	
	margin-bottom:20px;
}

div.message_erreur {
	width:700px;
	height:36px;
	border:1px #ff7878 solid;
	background:#ffbebe url('../../../images/icone-erreur.png') no-repeat;
	
	padding-left:60px;
	padding-top:20px;
	
	margin-bottom:20px;
}

/*
==============================
	PHOTOS
==============================
*/
div#photos {
	width: 100%;
	height: 190px;
}

div#photos_inte {
	width: 600px;
	height: 100%;
	margin: 0px auto;
	position: relative;
}

div#photos_content {
	width: 556px;
	height: 100%;
	float: left;
}

div#photos_support {
	position: relative;
	width: 556px;
	height: 190px;
	overflow: hidden;
	border-top: 1px solid #4e656d;
	border-bottom: 1px solid #4e656d;
}

div#photos_contenu {
	position: absolute;
	height: 170px;
}

div.photos_fleche {
	width: 22px;
	height: 100px;
	float: left;
	padding-top: 70px;
}

div.photo_cellule {
	width: 185px;
	height: 150px;
	text-align: center;
	float: left;
	padding-top: 10px;
}

div#calendrier {
	position: absolute;
	z-index:100;
	top: 428px;
	left: 450px;
	width: 236px;
	height:auto;
	padding: 2px;
	display:none;
	background: #FFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border:1px #787878 solid;
}

div#calendrier .header {
	background:url(../images/header-calendrier.png);
}

div#calendrier .cel {
	border:1px #7fde9f solid;
	background:#8deeae;
	text-align:center;
}

div#calendrier .cel:hover {
	border:1px #51c97a solid;
	background:#5cdc88;
}

div#calendrier a {
	text-decoration:none;
}

div#diaporama {
	width: 500px;
	height: 260px;
}

table.liste_promo {
	width: 700px;
	height: 110px;
	border-bottom: 1px solid #4e656d;
	margin-bottom: 10px;
}

/* Sitemap */
.liste ul {
	margin: 0px 0px 10px 20px;
	list-style-type: none;
}

.liste li {
	margin: 0px 0px 0px 0px;
}

.titrePage {
	font-size: 16px;
}

.liste li a {
	text-decoration: none;
}

.liste li a:hover {
	text-decoration: underline;
}

/*  Divers  */
.center {
	text-align: center;
}

.gras {
	font-weight: bold;
}

.tdTop {
	vertical-align: top;
}