/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body, div, form, ul, li, dl, dt, dd, img {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #006699;
}
body {
	height: 100%;
	background-color: #339999;
	margin: 0 auto;
	background-image: url(../images/fond.png);
}
#superconteneur {
	width: 950px;
	margin: 0 auto;
/*	min-height: 100%;*/
	position: relative;
	left: 50%;
	margin-left: -475px;
/* moitié de la largeur */
	border-color: #000000;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	background-color: #FFFFFF;
}
#header {
	background-image: url(../images/bandeau-haut.jpg);
	background-repeat: no-repeat;
	width: 950px;
	height: 140px;
	margin: 0 auto;
}
#accueil {
position: absolute;
top:30px;
left: 20px;
z-index: 2;
}

/*menu */
#menu {
	position: absolute;
	top: 106px;
	right: 0;
	width: 808px;
	height: 1%;
	font-size: 12px;
}
#menu ul {
	margin: 0;
	padding: 10px 0 0;
	list-style: none;
}
#menu li {
	float: right;
	/*background: url(../images/onglet1-g.jpg) no-repeat left top;
*/
	margin: 0;
	margin-left: 0;
	padding: 0 0 0 25px;
	/*border-bottom: 1px solid #765;
*/
}
#menu a {
	float: right;
	display: block;
	width: .1em;
	background: url(../images/onglet1-d.jpg) no-repeat right top;
	padding: 5px 25px 4px 0px;
	text-decoration: none;
	color: #FFFFFF;
	white-space: nowrap;
}
#menu > ul a {
	width: auto;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a {
	float: none;
}
/* End IE5-Mac hack */
#menu a:hover {
}
#menu #current {
	background-position: 0 0;
	border-width: 0;
}
#menu #current a {
	background-position: 100% 0;
	padding-bottom: 4px;
	color: #333;
}
#menu li:hover, #menu li:hover a {
	background-position: 0 0;
}
#menu li:hover a {
	background-position: 100% 0;
}
#zero {
	background: url(../images/onglet0-g.jpg) no-repeat left top;
}
#zero a {
	background: url(../images/onglet0-d.jpg) no-repeat right top;
	color: #006600;
}
#zero a:hover {
	color: #FF66CC;
}
#un {
	background: url(../images/onglet1-g.jpg) no-repeat left top;
	color: #FFFFFF;
}
#un a {
	background: url(../images/onglet1-d.jpg) no-repeat right top;
	color: #000000;
}
#un a:hover {
	color: #FFFFFF;
}
#deux {
	background: url(../images/onglet2-g.jpg) no-repeat left top;
}
#deux a {
	background: url(../images/onglet2-d.jpg) no-repeat right top;
	color: #006600;
}
#deux a:hover {
	color: #FF66CC;
}
#trois {
	background: url(../images/onglet3-g.jpg) no-repeat left top;
}
#trois a {
	background: url(../images/onglet3-d.jpg) no-repeat right top;
	color: #FFFFFF;
}
#trois a:hover {
	color: #FFCC00;
}
#quatre {
	background: url(../images/onglet4-g.jpg) no-repeat left top;
}
#quatre a {
	background: url(../images/onglet4-d.jpg) no-repeat right top;
	color: #000000;
	font-weight: bold;
}
#quatre a:hover {
	color: #CCFF33;
}
/* --------------formulaire acces------------*/
#acces {
	float: right;
	width: 410px;
	height: 100px;
/*border: thin rgb(153,51,0) solid*/
}
.row {
	clear: both;
}
.labelcontact {
	font-size: 20px;
	float: left;
	width: 180px;
	text-align: right;
	padding-top: 80px;
	padding-right: 5px;
	color: #FFFFFF;
}
.formcontact {
	float: left;
	width: 180px;
	text-align: left;
	font-size: 1em;
	padding-top: 82px;
/*border: thin rgb(51,153,0) solid*/
}
.ok {
	padding-top: 80px;
	width: 25px;
	float: left;
}
.bord {
	border: 1px solid black;
}
/* --------------conteneur_accueil------------*/
#conteneur_accueil {
	position: relative;
	/*height: 475px;*/
}
#conteneur_contact {
	position: relative;
	background-color: #b7e4f9;
	/*height: 475px;*/
}
#droite_accueil p{
margin: 10px auto;
	width: 190px;
	color: #ffffff;
	}
#droite_accueil {
	float: right;
	width: 220px;
	background-color: #9FB27F;
	height: 474px;
}
#centre_accueil {
	position: relative;
	float: right;
	width: 260px;
	background-color: #FFCC66;
	height: 474px;
	margin-right: 1px;
}
#colonne2 {
	position: relative;
	float: right;
	width: 228px;
	padding: 0 5px 0 5px;
}
#colonne2 p{
	position: relative;
	float: right;
	width: 210px;
	padding: 0 5px 0 5px;
}
#colonne1 {

	float: right;
	width: 217px;
		padding: 0 4px 0 4px;
}
#colonne_bas {
position: absolute;
width: 469px;
height: 100px;
top:374px;
left: 0;
background-color: #8FC2CC;
z-index: 15;
}
#colonne_bas a {
color: #006699;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}
.bt_dispos {
	display: block;
	float: left;
	width: 200px;
	height: 46px;
background-image: url(../images/bt_dispos.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: auto;
	color: #ffffff !important;
	line-height: 38px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}
a.bt_dispos:hover {
	background-position: 0 -46px;
	text-decoration: none !important;
}


/*resultats*/
.bloc_reponse {
display: block;
width: 450px;
height: 130px;
border: 1px #254FB1 solid;
margin: 0 auto;
 background-color: #FFFFFF;
}
.img_reponse {
clear: both;
display: block;
float: left;
width: 150px;
height: 95px;
margin: 5px;
border: 0;
/*background-color: #BECC4A;*/
}
.reponse {
display: block;
float: left;


text-align: left;
margin: 5px;
color: #3579EC;
}
.coord_reponse{
 font-size: 12px;
  text-align: left;

 }
 .coord_reponse a{
color: #3579EC;

 }
.nom_reponse {
float: left;
padding-left:10px;
width: 435px;
text-align: left;
}
.nom_reponse a {
font-size: 14px;
text-decoration: none;
color: #3579EC;
font-weight: bold;
}
/*---------------pages rubriques--------------*/
#cont_rub {
float: right;
width: 728px;
/*border: 1px solid black;*/
}
#rub-av {
margin: 0 auto;
width: 930px;
/*height: 180px;
overflow: auto;*/
padding: 0 5px 0 5px;

}
#galerie_a {
margin: 0 auto;
	width: auto;

	list-style: none;

	margin: 40px auto 0 auto;
	padding: 0;
}

#galerie_a li {

	float: left;

	list-style: none;
height: 73px;
width: 73px;
	padding: 0;
	margin: 0;
/*border: 1px solid black;*/
}
#galerie_a a li {
	padding: 0;
	margin: 0;

}
/*---------------styles textes--------------*/
.titre1 {
	display: block;
	font-size: 30px;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
	line-height: 105%;
	/*border: 1px solid black;
*/
	margin: 10px auto 0 auto;
	width: 200px;
}
p.acc {
	color: #FFFFFF;
	text-align: left;

}
p.acc_bleu {
	color: #006699;
	text-align: left;
	padding: 10px;
}
p.suite_accueil {
margin-top: 10px;
}
p.suite_accueil img, span {
	vertical-align: middle;
	/*display: inline-block;
*/
}
p.suite_accueil span a{
	padding: 0 0 4px 7px;
	color: #FFFFFF;
	font-style: italic;
}
p.suite_accueil_bleu {
margin-top: 10px;
}
p.suite_accueil_bleu img, span {
	vertical-align: middle;
	/*display: inline-block;
*/
}
p.suite_accueil_bleu span a{
	padding: 0 0 4px 7px;
	color: #006699;
	font-style: italic;
}
.spacer {
    clear: both;
    margin: 0;
    padding: 0;
 }
.spacer_blanc {
	margin-top: 25px;
	width: 100%;
	height: 1px;
	background-color: #FFFFFF;
	overflow: auto;
}
.spacer_blanc_sansmarge {
	clear: both;
	width: 100%;
	height: 1px;
	background-color: #FFFFFF;
	overflow: auto;
	margin: 4px 0 0 0;
}
.titre2 {
	display: block;
	font-size: 30px;
	font-weight: normal;
	text-align: left;
	color: #006699;
	line-height: 105%;
	/*border: 1px solid black;
*/
	margin: 10px auto 0 auto;
	width: 200px;
}
.titre3 {
	display: block;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	color: #006699;
	line-height: 105%;
	/*border: 1px solid black;
*/
	margin: 10px auto 0 auto;
	width: 500px;
}
.titre4 {
	display: block;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	color: #006699;
	line-height: 105%;
	/*border: 1px solid black;
*/
	margin: 10px auto 0 auto;
	width: 500px;
}
#colonne_bas .titre5 a{
	display: block;
	float: left;
	font-size: 30px;
	font-weight: normal;
	text-align: left;
	color: #006699;
	line-height: 115%;
	/*border: 1px solid black;
*/
	margin: 10px auto 0 auto;
height: 33px;
}
#colonne_bas img{
display: block;
float: left;
margin-top: 15px;
margin-left: 10px;

}
.row_choix {

	clear: both;
	margin-left: 10px;

	text-align: left;
 

}
.labelchoix {
	font-size: 17px;
	font-weight: bold;
	float: left;
	width: 100%;
	text-align: left;
	color: #006699;
	margin-top: 5px;
}
.formchoix {
	float: left;
	width: 180px;
	text-align: left;
	font-size: 1em;
/*border: thin rgb(51,153,0) solid*/
}
.recherche {
	clear: both;
	float: left;
	padding: 3px 0 5px 0;
}

.etoi /*label*/{
	float: left;
	width: 110px;
}
#pt_carte {
	display: block;
	position: absolute;
	margin-top: 4px;
	right: 4px;
	width: 77px;
	height: 64px;
	z-index: 50;
}
.ville /*label ville*/{
clear: both;
display: block;
width: 230px;
padding: 3px 0 5px 0;
	/*border: thin rgb(51,153,0) solid;*/
}
.anim /*label*/{
	float: left;
	width: 125px;
	padding: 2px 0 2px 0;
}
/*-------------carte---------*/
#carte_norm {
position: absolute;
left: 0;
margin-top: 2px;
z-index: 105;
}
/*----------suite----------*/
#ombrage {
 position: absolute ;
 top: 140px;
left: 0;
width: 950px;
height: 7px;
    margin: 0;
    padding: 0;
z-index: 19;

 
 }
 .omb {

 height: 7px;
 }
 #conteneur_suite {
    width: 950px;
    height: auto;
    margin: 0 auto;
    padding: 0;
     background-color: #FFFFFF;
    /*background-color: #FFFFFF;*/
    /*border: thin rgb(66,28,255) solid;*/
 }
  #gauche_suite {
 float: left;
 width: 475px;
 height: 644px;
  background-image: url(../images/carte1.jpg);
  background-color: #C6C553;
 background-color: #CCCC66;
 margin: 0;
 padding: 0;
 }
 #droite_suite {
  float: left;
  /*padding-top: 20px;*/
  width: 475px;
  height: 644px;
  overflow: auto;
  position: relative;
 }
 h2 {
float: right;
padding-right: 10px;
text-align: right;
width: 450px;
font-size: 30px;
font-weight: normal;
line-height: 100%;
color: #FFFFFF;
/*border:1px solid black;*/
}
h3 {
font-size: 17px;
color: #FFFFFF;
text-align: right;
font-weight: normal;
padding-right: 10px;
}
.fleche_suite {
 float: right;
padding-top: 50px;
padding-right: 10px;
padding-bottom: 100px;
}
#int_carte {
height: 220px;

}
.etoi_suite {
	float: left;
	width: 100%;
}
.etoi_s {
	float: left;
	width: 150px;
	height: 30px;

}
/* ---------------présentation campings-------------*/
.pho_camp {
float: left;
padding-left: 10px;

}
 .logos {
margin: 0 auto;
	width: 430px;
	list-style: none;
	margin: 0 auto;
}
.logos li {
	float: left;
	list-style: none;
	padding: 5px 3px 5px 0;
}

 #infos_camp {
 text-align: left;
 width: 430px;
 margin: 0 auto;
 }
 .nom_camp {
 font-size: 19px;
  text-align: left;
 color: #000000;
 }
 .nom_camp a{
 font-size: 19px;
  text-align: left;
 color: #000000;
 text-decoration: none;

 }
 p.coordonnees {
  color: #000000;
 }
 .pt_pho_camp {
margin: 0 auto;
	width: 400px;
	list-style: none;
	margin: 0 auto;
}
.pt_pho_camp li {
	float: left;
	list-style: none;
	padding: 5px 5px 0 5px;
}
/* --------------formulaire page suite------------*/
 #acces {
    float: right;
    width: 410px;
    /*border: thin rgb(153,51,0) solid*/
 }
 .row {
    clear: both;
    height: 30px;
 }
 .labelcontact {
    font-size: 20px;
    float: left;
    width: 180px;
    text-align: right;
    padding-top: 50px;
    color: #006699;
 }
 .formcontact {
    float: left;
    width: 180px;
    text-align: left;
    font-size: 1em;
    padding-top: 50px;
    /*border: thin rgb(51,153,0) solid*/
 }
 .ok {
    padding-top: 50px;
    width: 25px;
    float: left;
 }
 .bord {
    border:1px solid black;
 }
/*----------pied page----------*/
#blocFormulaire {
width:300px;
height:auto;
position:absolute;
top: -50px;
left: 380px;
z-index:100;
background:#FFFFFF;
border: solid 3px #006699;
color:#FFFFFF;
display:none;
}
#blocFormulaire table td {
padding: 3px 0;
}
#blocFormulaire input {
color:#314297;
font-size:11px;}


#pied {
position: relative;
clear: both;
	width: 950px;
	height: 85px;
	margin: 0 auto;
	background-color: #006699;
}
#menu_pied {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
}
#menu_pied a, #menu_pied a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.pie {
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
}
.lien1 {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal
}
.lien1:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
/*------------formulaire-----------------*/
#conteneur_form {
float: left;
width: 600px;
}
#text_form {
margin-top: 150px;
margin-left: 10px;
float: left;
width: 320px;
}
#text_form p{
text-align: left;

}
h1 {
font-size: 16px;
}
#form1 {
	border: none;
	margin: 0 auto;
	padding: 7px;
	position: relative;
	width: 550px;
	border: 1px #006699 dashed;
}
#form1 p {
	font-size: 0.9em;
}
#form1 textarea#message {
	font-size: 1em;
	padding-top: 2px;
	width: 300px
}
.row {
	clear: both;

height: 30px;
}
.row_dem {
	clear: both;

height: 80px;
}
.label {
	float: left;
	width: 220px;
	text-align: right;
	padding-top: 13px;
}
.formw {
	float: right;
	width: 300px;
	text-align: left;
	padding-top: 10px;
	font-size: 1em;
}
.labelcontact1 {
	float: left;
	width: 100px;
	text-align: right;
	padding-top: 13px;

}
.formcontact1 {
	float: right;
	width: 420px;
	text-align: left;
	font-size: 1em;
	padding-top: 10px;
}
.submit {
	text-align: center;
	margin-bottom: 10px;
	color: #b81e8e;
}
#formula {
width: 600px;
margin: 0 auto;

}

.add_cont {
float: left;
margin-left: 30px;
color: #336600;
text-align: left;
}
.hor_cont {
margin-left: 20px;
float: left;
color: #336600;
text-align: left;
}
/*------------liens-----------------*/
.liens table{
width: 940px;
margin: 0 auto;
padding: 5px;

}
.liens table td{
text-align: left;
padding: 5px;
}
/*------------plan du site-----------------*/
#conteneur_plansite {
	position: relative;
	/*height: 475px;*/
}
#conteneur_plansite ul {
margin-left: 200px;
margin-bottom: 30px;
float: left;
width: 350px;
text-align: left;
list-style-type: disc;
}
#conteneur_plansite li {
text-align: left;
font-size: 14px;
padding-top: 3px;

}
 /*------------mentions-----------------*/
 #bloc_mentions {
 width: 500px;
 text-align: left;
 margin-top: 25px;
 margin-bottom: 25px;
 }
#map {
    border-style: solid;
    border-color: gray;
    border-width: thin;
    width:430px;
    height:250px;
    overflow:hidden;
}
