body {
	
	background-color: #fff;
	margin:0;
	padding: 0;
	background: rgb(229,218,211) url(images/fond_site.jpg) repeat-x;
}

td {
	background-color: #fff;
	color : #472c21;
	font:14px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#fondsite{
	/*background: url(images/fondsite.png) repeat-y;*/
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
.tarifs{
	text-transform: uppercase;
	background-color:#755b50;
	color: #fff;
	}

#tarif{
	border: 1px solid #755b50;
	width:700px;
	margin: 0 auto;
	text-align: center;
	}
/* menuH.css
 * For: menuDropdown.js (version: 0.1x)
 */

/* if the menu is horizontal:
 * avoid defining 'static' elements that have a non-zero border and that have
 * their 'width' or 'height' different than 'auto', when they are ancestors of
 * submenu elements (including #mainMenu and #menuList themselves)
 * it may cause slight positioning bugs in Win/IE5-6
 * for the same reason, avoid setting a non-zero border on the BODY element if
 * Win/IE6.0 switches to standards-compliant mode
 */
/* if the menu is horizontal and has a 'static' position:
 * do not set neither margin nor padding nor border on the HTML element, as it
 * will lead to wrong submenu position in Opera 7
 * do not set margin on the BODY element neither (use padding instead)
 */

#mainMenu1 {
text-align: center;
 /*height: 36px;*/
 background-color:#bda495;
  margin-top: 0px;
/*  margin: 0 0 20px; marges autour du menu */
  padding: 0;
  /* if the menu is horizontal and has a 'static' position:
   * do not set a non-zero margin-top, if the BODY element has a zero
   * padding-top and this menu is its first 'static' child
   * this is due to an Opera 7 bug :-(
   */
  z-index: 1;
  position: static;
  /* if the menu is horizontal: use a 'static' position
   * if the menu is vertical: use an 'absolute' or 'fixed' position
   */
  
}

#menuList1 {
/* intérieur du menu */
  /*border: 1px solid #286BBD;*/
  margin: 0;
  padding: 0 6px;
  /* do not use a position other than 'static' here */
}

#menuList1 li {
  /* do not change these rules */
  display: inline;
  margin: 0px;
  padding: 0;
  list-style: none;
  
  /* do not change these rules */
}

#menuList1 li a {
/* boutons liens premier niveau */
  background-color: transparent;
  color: #fff;
  display: inline;
  font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
  line-height: 2.8em;
  /*margin: 0;*/
  padding: 2px 10px;
  /* always set margin to '0' */
  /* Win/IE5.0 will ignore border and padding if display is 'inline' */
  text-decoration: none;
}

#menuList1 li a:hover, #menuList1 li a:focus {
  color: #4b3027;
  
  
}

/* As Win/IE5.0 doesn't apply padding on inline elements, background images
 * must be hidden from it, otherwise they will be displayed behind text
 */
#menuList1 li a.actuator {
  width/* */: auto; /* hides the following rule from Win/IE5.0 */
  background: url("images/fleche-bas-noire.jpg") no-repeat 100% 50%;
  color: #fff;
  padding-right: 15px;
  z-index:10;
 
}

#menuList1 li a.actuator:hover, #menuList1 li a.actuator:focus {
  width/* */: auto; /* hides the following rule from Win/IE5.0 */
  /*background: url("images/fleche-bas-bleu.jpg") no-repeat 100% 50%;*/
  color: #202a5b;
 
}

#menuList1 .menu {
  background-color: #77a2cb;
  color: #fff;
  
border: 1px solid #5f8ab3;
  margin: 0;
  padding: 0px;
   width: 200px;  
  /* only set '0' or negative margin */
  /* border  width must be the same on the four sides (in 'px' units) */
  /* padding width must be the same on the four sides (in 'px' units) */
  z-index: 1;
  position: absolute;
  visibility: hidden;
  /* always set position to 'absolute' and visibility to 'hidden' */
}

#menuList1 .menu {
  /*margin-left: 2px;*/
  /* if a non-zero padding is set on .menu, set margin-left to margin-left + padding */
}

#menuList1 .menu li a {
  display: block;
  text-align: left;
  line-height: normal;
  border:none;
}

#menuList1 .menu li a:hover, #menuList1 .menu li a.actuator:focus {
  background-color: #c5e0f5;
color: #5f8ab3;
}





.stylesubmit{
	font:bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #fe9400;
	cursor: pointer;
	color: #fff;
}



/* CSS généraux */
.msk{
	display: none;
	}
.titre font {
	color: #755b50;
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: underline;
	text-align:left;
}
.titre{
	/* background: url("images/trait.gif") no-repeat;*/
	/*border-bottom: 1px solid #585858;*/
	padding: 2px;
	margin:0px;
	padding-left: 10px;
	}
	
#footer {
  width: 100%;
  background: url("images/footer.jpg") repeat-x;
  margin:0px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: White;
  text-align:center;
  height: 101px;
  padding-top: 20px;
}

#footer a{
	color: #56372b;
	font-size: 10px;
	font-family: Arial;
	text-decoration: none;
	}

#footer a:hover{
	color: #fff;
	}

#footer2{
	color: #fff;
	}

#footer2 a{
	color:#fff;
	}
	
#footer2 a:hover{
	color: #56372b;
	}
.contactcoord{
font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
padding: 5px;
}
.contactcoord a {
text-decoration: none;
color: #ca3b96;
}

.contactcoord a:hover{
color: #585858;
}


.interieur {
	width: 950px;
	text-align: center;

	/*border-bottom: solid 2px #fff;
	border-left: solid 2px #fff;
	border-right: solid 2px #fff;*/
	/*background-color: #585858;*/
}

.contenu{

}


/************************************CSS FORMULAIRE********************************************/


#formtout1703{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 700px;
	}
	
#formtout1703 div.formerreur font{
	font: 12px Arial, Helvetica, sans-serif;
color: red;
	}

#formtout1703 div.formintro font{
/* message d'introduction */
	font: 12px Arial, Helvetica, sans-serif;
	color: #6d492f;
	text-align: center;
}

#formtout1703 a{
/* message d'introduction */
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #a63d3d;
	text-decoration:none;
	
}

#formtout1703 a:hover{
/* message d'introduction */
	color: #6d492f;
	
}


.formcaptcha{
	border: none;
	background-color: #e5dad3;
	}

.formcaptcha font{
	font: 10px Arial, Helvetica, sans-serif;
	color: #000;
	}

.formintro {
/* message d'introduction */
font: 13px Arial, Helvetica, sans-serif;
color: #3f7d27;
}


.formlabelerreur{
	background-color: transparent;
	border: none;
	}
	
.formlabelerreur font{
	color: red;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	
	}
.formetoile {
/* message sur les chanmps obligatoires */
font: 12px Arial, Helvetica, sans-serif;
color: #000;
}

.formtable {
/* tableau de formulaire : généralités */
	background-color: #e5dad3;
	padding: 10px;
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #bda495;
	margin: 5px;
}

/*.formcomment font {
	font-size: 16px;
	color:green;
}*/


.formcomment a:hover{
color: #96bc0f;
}

.libconditions {
	/*margin-left: 180px;*/
	color: #bb1220;
	font: 12px Arial, Helvetica, sans-serif;
}

.formlabel {
/* pour les labels 
   pour agir sur la police des labels il faut ajouter un style : .formlabel font {} */
	background-color: transparent;
	/*color: green;*/
	border: none;
	width: 250px;
	
}
.formlabel font {
	font: 12px Arial, Helvetica, sans-serif;
	color: #43281d;
	margin-left: 5px;
}

.formdata {
	background-color: transparent;
	color: #6600CC;
	width: 300px;
	border: none;
	line-height: 20px;
	padding-top: 3px;
}

.formdata font {
	color: #6d492f;
	font: 12px Arial, Helvetica, sans-serif;
}


fieldset {
	margin-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #f68752;
	width: 700px;
}

.stylelegend{
font: bold 14px Arial, Helvetica, sans-serif;
color: #a63d3d;
margin: 10px;
}

.formchamptexte {
	/*border: inset #cf9;*/
}

.formcheckbox {
	/*border: inset #cf9;*/
}

td input.text:focus {
	background-color: green;
	color : red;
}

.formvalidation {
/* ligne du bas */
	text-align: center;
	border: none;
	background-color: transparent;
}
.formsubmit {
/* format du bouton de validation */
color: #fff;
background-color: #43281d;
/*background-image : url(images/suivant.gif);*/
border: none;
width: 100px;
height: 25px;
/*margin-left:600px;*/
margin-top: 10px;
cursor: pointer;
}




#gallery {
padding:0;  
list-style-type:none; 
position:relative;
overflow:hidden;
width:802px;
height:auto;
margin:0 auto 0px auto;
}
#gallery img {
border:0;
}
#gallery li {
float:left;
width:802px;
/*height:250px;*/
display:none;
}
#gallery li a {display:block; width:802px;/* height:250px*/; border:0;}

#gallery li a img {
display:block;
border:0;
}
#gallery li a img.landscape {
/*margin:74px auto;*/
border:1px solid #fff;
border-width:1px 1px;
border-color:#fff #fff #fff #fff;*
}

#gallery li.current {display:block;}
