/* Definition Générale */
body {
  color: #5B3C11 /*#7FDD4C*/;
  background-color: #c4bc96;
  padding: 0;
  font-family: AbottOldStyle, Times New Roman, Times, Serif;
}
/* Fin Définition Générale */

/* Definition du titre */
.titre{
  text-align: center;
  margin:0 0 0 25%;
}

/* Fin Définition Titre */

/* Definition Menu */
#menu{
  float:left;
  width: 20%;
  min-width: 175px;
  margin:0;
  padding:0;
}

ul.menu {
  width: 100%;
  text-align: center;
  list-style-type: none;
  border:3px #ccc solid;
  margin:0;
  padding:0;
}


a.menu {
 display: block;
 height: 30px ;
 text-decoration: none;
 background-color: #f79646 /*#f79646*/;
 color: #5B3C11;
 font-weight:bold;
}

a.menu:hover {
  background-color: #c4bc96;
}

a#actif {
  background-color: #f79646;
  color: #cecece;
  font-weight:bold;
}


/* Fin Définition Menu*/

/* Definition Corp */
#accueil, #accueilB{
  width: 70%;
  margin:0 0 0 25%;
  padding:10px 10px 10px 10px;
  border:3px #CCCCCC solid;
  display:table;
  font-weight:bold;
}

#accueilB{
  background-color: #f79646;
}

h2 {
  text-transform:uppercase;
}

#accueil h2 {
  text-align: center;
}

#accueil a {
  text-decoration: none;
  color: #5B3C11;
}

#standardB, #confortB, #luxeB, #prestigeB {
  display: none;
}

img.texte {
	margin:0;
	padding:0;
	width:30%;
}

#photo{
  list-style-type: none;
}

/* Fin Definition Corp */
/* Definition Standard */
#formule {
  /* display:table-row; */
  width: 200%;
  text-align: center;
}

#standconf, #luxpres {
  display:table-row;
  width:100%;
  text-align: center;
  margin: 0 0 40px 0 ;
}

#standconf, #luxpres {
  height: 180px;
}

#luxpres {
  height: 270px;
}
#standard, #luxe, #confort, #prestige {
  display: table-cell;
  width:40%;
  text-align: center;
  border:3px #CCCCCC solid;
  margin:0 40px 40px 0;
  padding:0;
  background-color: #f79646;
}
/* Fin Definition Standard */

/* reaparition du texte */
a:hover #standardB, a:hover #confortB, a:hover #luxeB, a:hover #prestigeB{
  display: block;
}

a:hover #standardA, a:hover #confortA, a:hover #luxeA, a:hover #prestigeA{
  display: none;
}

/* Fin reaparition du texte */

/* Coompteur */
.compteur {
  display: none ;
}
/* Fin de compteur */
