/* Global*/
html{
  overflow: auto;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #035f46;
  background:#ffffff;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

a{
  color:#035f46;
}

div{
/*
  border:1px;
  border-style: solid;
*/
}

/* Conteneurs */
#boiteHaute{
  padding: 0;
  position: relative;
  width: 780px;
  height: 100px;
  margin: auto;
  overflow: hidden;
  background: #f3f3f3;
  border:0;
  z-index: 10;
}
#boitePrincipale{
  padding: 10px;
  position: relative;
  width: 760px;
  height: 510px;
  margin: auto;
  overflow: auto;
  background: #f1fff1;
  border:0;
  z-index: 10;
}
#boiteBasse{
  padding: 0;
  position: relative;
  width: 780px;
  height: 43px;
  margin: auto;
  overflow: hidden;
  background: #f3f3f3;
  border:0;
  z-index: 10;
}

.boiteDonnees{
  position: absolute;
  height: 20px;
  background: #bbdc97;
  font-size: 13px;
  font-weight: bold;
  overflow: auto;
}

.boiteDonneesNonDispo{
  position: absolute;
  height: 20px;
  background: #cccccc;
  font-size: 13px;
  font-weight: bold;
  overflow: auto;
}

.boiteDonneesTitre{
  position: absolute;
  height: 20px;
  background: #035f46;
  font-size: 13px;
  font-weight: bold;
  color: #bbdc97;
  text-align: center;
}

.textePromo{
  position: absolute;
  top: 40px;
  left: 5px;
  width: 142px;
  height : 100px;
  text-align: center;
  color: red;
  font-weight: bold;
  font-size: 15px;
}

.labelContact{
  position: absolute;
  width: 100px;
  height: 20px;
  padding: 2px;
  background: #035f46;
  font-size: 13px;
  font-weight: bold;
  color: #bbdc97;
}

.champContact{
  position: absolute;
  width: 200px;
  height: 20px;
  padding: 2px;
  background-color: #bbdc97;
}

/* Images menu */
.boutonMenu:hover { cursor:pointer; }

#titre { width:360px; height:25px; position:absolute; left:10px; top:20px; border-width:0; }

.bouton100_20{
  width: 100px;
  height: 20px;
  position: relative;
  left: 0px;
  top:0px;
  border-width:0;
}

.bouton100_20:hover{
  cursor:pointer;
}

.bouton220_20{
  width: 220px;
  height: 20px;
  position: relative;
  left: 0px;
  top:0px;
  border-width:0;
}
.bouton220_20:hover{
  cursor:pointer;
}

.photoBien{
  border-width:0;
}
.photoBien:hover{
  cursor:pointer;
}
