@charset "iso-8859-1";
body, table, td {
  background-image: url(../images_res/template/maison_fond_1.jpg);  /* */
  background-repeat: no-repeat;
  background-attachment:fixed;
  background-position: 50%  50% ;
  background-color : #D9BF60; /* #DBC268 #FEFBF2 #F7EBC3*/
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  color:#681D2F;
  padding:0px;
  margin:0px;
}
a {
  color: #681D2F ;  /* */
  text-decoration : none;
  font-size: 11px;
}

a:hover {
  color: #FC9E00;
  /* background-color : #6F78BB;  */
}

a:visited {
  /*color: #016001; /**/
}

#wrapper  {
  position : relative;
  top : 0px;
  left : 0px;
  width: 794px; /*   */
  height : 407px; /*  410 407 */
  margin-left: auto;
  margin-right: auto;
  /*background-image: url(../images_res/template/cadre_ouverture_1.jpg); /**/
  background-image: url(../images_res/template/fond_base_ouverture_v9.jpg);
  background-repeat: no-repeat;
  /*
  background-attachment:fixed;
  background-position: 50%  50% ;
  */
  /*border : 1px solid green;*/
  text-align : left;
}

#rdv {
  position : relative;
  left : -10px;
}
#titre {
  position : absolute;
  right : 16px;
  top : 30px;
  font-size: 23px;
  font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  font-weight : normal;
  color:#808000;
}
#entree {
  position : absolute;
  right : 80px;
  top : 80px;
  font-size: 22px;
  font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  font-weight : normal;
  color:#808000;
}

#texte {
  position : absolute;
  left : 30px;
  bottom : 20px;
  font-size: 13px;
  font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  font-weight : normal;
  color:#222222;
  width : 500px;
  height : 125px;
  overflow : hidden;
}
#footer{
  position : absolute;
  left : 0px;
  bottom : -40px;
  width : 794px;
  height : 40px;
  overflow : hidden;  
  text-align : center;
}


