@import url(./menu_v2.css);
@import url(./bandeau.css);
@import url(./pied_page.css);
@import url(./calendrier.css);
@import url(./style-gites.css); 

body {
	background:#f9df78;
	background-attachment: fixed;
        font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:76%;
	padding:15pt;
	color:#51260b;
}

#div_mnu_1 a, #div_piedpage_0 a{
  font-size: 12px;
  text-decoration: none;
}

#div_piedpage_0 a, #lst_piedpage_1 a{
  color:#F9DF78;
}

img{
	border:0px;
}

a{
  cursor: pointer;
}

ul{
  list-style-type: none;
  margin: 0 ;
  padding: 0 ;
}
#article{
  display:none;
}
#general{
  position:relative;
  width:950px;
  background-color:#51260b;
  margin-right:auto;
  margin-left:auto;
	padding:0;
	border-right:2px #51260b solid;
}
#header{
 	padding:0;
 	margin:0;
        float:left;
	width:950px;
	height:200px;
	background:#51260b url(../img/bandeau-haut-new.jpg) no-repeat left 37px;

}

/*------- menu ----*/

#menu{
	float:left;
	background-color: #51260b;
	margin-top:0px;
  width:205px;
  clear:left;
}

#menu_general_1{
  width:205px;
	color:#76b900;
	text-align:left;
	text-decoration:none;	
  background-color: #51260b;
	}

/* ------- page ------------*/
#page{
	background:#f9df78 !important;
	float:left;
  width:740px;
  padding-bottom:45px;
  padding-top:20px;
  min-height:800px;
  padding-left: 5px;
}

#piedpage{
  clear:left;
  width:100%;
  background:url(../img/pied-page.jpg) no-repeat ;
  background-color:#f9df78;
  background-position: left;
  height: 45px;
  color:#ffffff;
  font-weight:bold;
  font-size:11px;
}

/* fil d'ariane */
#id_cheminNav,#id_cheminNav h1 {
        font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#51260b;
        font-size:11px;
}

#footer{
  padding-top:30px;
}

#div_piedpage_0{
  text-align:right;
  padding-right:40px;
}


#liste{
  margin-left:3px;
}

#liste ul{
  list-style-type: disc;
  margin: 10px ;
  padding: 10px ;
}

#liste li{
   padding-top:10px;
}

/* qui sommes nous */

#div_quiSommesNous{
  width: 420px;
}

.quiSommeNous{
  padding-bottom: 10px;
}

#sp_adresse2, #sp_cp, #sp_ville, #sp_tel1, #sp_tel2{
  padding-left: 5px;
}

#sp_adresse1, #sp_formeSociale, #sp_numRcs, #sp_numNic, #sp_infoSupp, #sp_fournisseurSite{
  padding-left: 3px;
}         

//*ancien pied de page
#piedpage{
  clear:none;
  float:left;
  margin-top:0px;
  padding-top:30px;
  padding-bottom:0px;
  text-align:right;
   background:url(../img/pied-page.jpg) no-repeat ;
height: 45px;
  color:#ffffff;
  font-weight:bold;
  font-size:11px;
}*//


