/*
	style général des pages
*/
body{
	background-color: #ccd197;
	margin: 0;
	padding:0;
	font-family: "Trebuchet MS";
	color: #fff;
	font-size: 14px;
}
h1{
	margin: 0;
	font-size: 20px;
}
h2{
	font-size: 17px;
	margin-bottom: 1em;
}
h3{
	font-size: 16px;
	margin-bottom: 0.5em;
}
p{
	font-size: 14px;
	margin-bottom: 2em;
}
ul{
	margin-bottom: 2em;
	padding-left: 1em;
}
li, span{
	font-size: 14px;
}
a{
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
a:hover{
	text-decoration: underline;
	color: #2180f6;
}
a img{
	border: none;
	float: left;
}
span{
	font-weight: bold;
}

/* Mise en forme des éléments de formulaires */
fieldset{
	border:none;
	padding:0;
}
fieldset p{
	margin:0 0 5px 0;
}
fieldset label{
	display:block;
	float:left;
	width:150px;
}
fieldset label span.required{
	color:red;
	margin:0 0 0 5px;
}
fieldset ul{
	margin:0;
	padding:0;
	list-style:none;
}
fieldset ul li label{
	float:none;
	width:auto;
}

/* Mise en forme des tableaux */
table{
	border-collapse:collapse;
}
table th,
table td{
	padding:15px;
	border-bottom: 1px solid #a2a778;
	white-space:nowrap;
}
table td{
	font-weight:bold;
	text-align:right;
}
table th{
	text-align: left;
}
table thead th{
	white-space:nowrap;
}

/* Conteneur de la page */
#page{
	width: 896px;
	margin: 0 auto;
	padding: 0 10px 10px 10px;
	background-color: #2e4a31;
}

/* haut de page */
#haut{
	height: 78px;
	background-image: url(../images/fond01.gif);
}
#haut h1{
	float: left;
}
#haut ul{
	float: right;
	padding: 0;
	margin: 40px 15px 0 0;
}
#haut ul li{
	list-style: none;
	display: inline;
}
#haut ul li a{
	font-size:16px;
	text-decoration:underline;
}

/* bas de page */
#bas{
	background-image: url(../images/fond02.gif);
	height: 45px;
	text-align: center;
	clear: both;
	padding-top: 8px;
	font-size: 12px;
}
#bas p{
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}
#bas a{
	font-size: 12px;
}
#calendar{
	position: absolute;
	top: 30px;
	margin-left: 906px;
	width: 100px;
	height: 100px;
	padding-top: 80px;
	padding-left: 10px;
	background-image: url(../images/calendar02.png);
	background-repeat: no-repeat;
}
#calendar a{
	color:  #2e4a31;
}

/* contenu */
#contenu{
	clear: both;
	float: left;
	width: 896px;
	background-color: #a2a778;
}
#contenu .colonne_g{
	float: left;
	width: 266px;
	min-height: 100%;
	margin: 0;
	padding: 0 40px 0 15px;
}
#contenu .colonne_g ul{
	list-style: none;
	padding: 0;
}
#contenu .colonne_g .picto{
	font-weight: normal;
	margin-left: 5px;
}
#contenu .colonne_g ul li img{
	padding-top: 5px;
}
#contenu .colonne_d li{
	font-weight: bold;
}
#contenu .colonne_d{
	float: left;
	width: 455px;
	padding: 0 60px;
	margin: 0;
	background-color: #ccd197;
	padding-bottom: 50px;
	color: #2e4a31;
}
#contenu p{
	line-height: 1.5em;
}
.suivant{
	float: right;
	height: 20px;
	padding: 14px;
	margin: 40px 0;
	background:#2E4A31 url(../images/fleche_blanche.gif) no-repeat 94% center;
}
.suivant:hover
{
	background-color:#fff;
	background-image: url(../images/fleche_bleu.gif);
}
.girouette, .tarifs{
	width: 120px;
}
.exterieurs{
	width: 60px;
}
/* 	diaporama */
#diaporama .colonne_g{
	float: left;
	width: 321px;
	height: 404px;
	margin: 0;
	padding: 0;
}
#diaporama .colonne_g h1{
	padding: 5px 0 0 15px;
}
#diaporama .colonne_g .container{
	width: 80px;
	height: 80px;
	background-color: #596748;
	float: left;
	margin: 15px 0 0 12px;
	padding: 5px;
}
#diaporama .colonne_g .container:hover, 
#diaporama .colonne_g .selection{
	background-color: #cbd196;
}
#diaporama .colonne_d{
	float: left;
	width: 575px;
	height: 404px;
	margin: 0;
	padding: 0;
	background-color: #ccd197;
}
#diaporama .colonne_d.gd{
	height: 454px;
}
#diaporama .colonne_d #navigation{
	background-image: url(../images/fond-diapo.gif);
	width: 575px;
	height: 34px;
}
#diaporama .colonne_d .fleches{
	float: left;
	margin-left: 60px;
}
#diaporama .colonne_d .fleches img{
	margin-right: 1px;
}
#diaporama .colonne_d #legende{
	float: right;
	font-weight: normal;
	padding: 7px;
	color: #fff;
}

/* 	pages spéciales */
#contenu .special{
	padding-top: 40px
}
#contenu .colonne_d.special ul{
	padding: 0;
}
.construct h2{
	padding-top: 150px;
}
.construct p{
	padding-bottom: 150px;
}
.carte
{
	padding: 10px !important;
	padding-top: 50px !important;
	width: 300px !important;
}
.bouton input{
	background-color: #596748;
	color: #fff;
}
input, textarea, select, option{
	color: #000;
}
form tr, form td, form th{
	color:  #2e4a31;
}

/* 	page accueil */
#contenu_acc .colonne_g{
	position: absolute;
	z-index:99;
	width: 335px;
	height: 500px;
	background-image: url(../images/fond.png);
}
#contenu_acc h1{
	text-align: center;
	padding: 15px 0;
}
.drapeaux{
	height: 86px;
	margin-left: 100px;
	margin-top: 30px;
}
.drapeaux a{
	width: 40px;
	height: 70px;
	display: block;
	float: left;
}
#fr{
	background-image: url(../images/drap_fr.png);
}
#uk{
	background-image: url(../images/drap_uk.png);
}
#nl{
	background-image: url(../images/drap_nl.png);
}
a#fr:hover, a#uk:hover, a#nl:hover{
	background-position: 0 -71px;
}
#fr .txt, #uk .txt, #nl .txt{
	display: none;
}
.texte{
	top: 225px;
	padding: 10px 20px;
}
.texte h2{
	margin: 0;
}
.entrez{
	float: right;
	width: 100px;
	height: 25px;
	padding: 10px;
	margin-top: 30px;
	background-image: url(../images/fleche_blanche.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
.entrez:hover
{
	background-image: url(../images/fleche_bleu.gif);
}
.vignettes{
	clear: both;
	float: left;
	width: 896px;
}
.vignettes .calendrier_acc{
	width: 200px;
	height: 100px;
	float: left;
	margin: 5px 10px 5px 0;
	background-image: url(../images/calendar.gif);
}
.vignettes .calendrier_acc span{
	float: right;
	margin: 15px 0 30px 0;
	width: 130px;
}
.vignettes .container{
	width: 80px;
	height: 80px;
	background-color: #596748;
	float: left;
	margin: 10px 8px 10px 0;
	padding: 5px;
}
.vignettes .fleche a{
	float: right;
	width: 90px;
	height: 90px;
	margin: 10px 0;
	background-image: url(../images/fleche_blanche.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.vignettes .fleche a:hover{
	background-image: url(../images/fleche_bleu.gif);
}
.vignettes .container:hover, .vignettes .selection{
	background-color: #cbd196;
}
.cont_diap_acc{
	height: 500px;
}
#masque{
	overflow: hidden;
	width: 896px;
	height: 500px;
}
#diapo{
	width: 100000px;
	height: 60px;
}
#diapo img{
	float: left;
}

/* calendrier */
#calendrier{
	clear: both;
	margin-left: 50px;
}
#calendrier h1{
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
	color: #2e4a31;
}
.calendrier{
	background-color: #a2a778;
	margin: 20px;
	padding: 5px;
	float: left;
}
.cont_cal{
	width: 896px;
	float: left;
	padding-bottom: 15px;
	background-color: #ccd197 !important;
}
.cont_cal td{
	padding: 5px;
	text-align: center;
}
.dispo{
	background-color: #acb185;
}
.nonDispo{
	background-color: #2180f6;
}
.mois{
	font-size: 18px;
	background-image: url(../images/fond-diapo.gif);
}
.cont_cal .semaine{
	text-align: left;
}
#option_cal{
	background-image: url(../images/fond_calendrier.gif);
	height: 75px;
}
#option_cal select{
	margin-bottom: 10px;
}
.select_box{
	float: left;
	height: 35px;
	padding: 20px 10px;
	border-right: 1px solid #ccd197;
}
.select_fleche a{
	float: right;
	width: 180px;
	height: 35px;
	padding: 30px 10px 10px 10px;
	background-image: url(../images/fleche_blanche.gif);
	background-repeat: no-repeat;
	background-position: 90% 50%;
}
.select_fleche a:hover{
	background-image: url(../images/fleche_bleu.gif);
}
