*{
  margin: 0px;
  padding: 0px;
}

html, body {
  height: 100%; /* Required */
  font-family: arial,helvetica,sans-serif;
  font-size: 12px;
}


/**
 * Menu
 */

ul#menu {
  background: url('/img/template/menu_fond.png') repeat;
  height: 50px;
  margin: 0;
}

ul#menu li {
	width: auto;
  float: left;
  display: block;
  height: 21px;
  margin-top: 20px;
  margin-right: -1px;
  padding-left: 6px;
  font-size: 11px;
  background: url('/img/template/onglet_gauche.png') no-repeat top left;
  border-bottom: 1px solid #fff;
}

ul#menu li#retour_accueil {
  padding: 0;
  margin: 0;
  margin-right: 10px;
  border: none;
}

ul#menu li a {
  color: #fff;
  text-decoration: none;
  background: url('/img/template/onglet_droite.png') no-repeat top right;
  display: block;
  padding: 3px 10px 3px 3px;
  font-size: 11px;
}

ul#menu li#retour_accueil,
ul#menu li#retour_accueil a {
  padding: 0;
  background: none;
}

ul#menu li:hover,
ul#menu li.actif {
  /* #3978A7 #448fc7 */
  border-bottom-color: #448fc7;
}


/**
 * Menu des langues
 */
ul#menu_langues {
  background: url('/img/template/sous_menu_fond.png') repeat-x;
  height: 17px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #808080;
  text-align: right;
  padding-right: 5px;
  margin: 0;
}

ul#menu_langues li {
  display: inline;
}


#page {
  padding: 20px;
}

h1, h2, .loue {
  font-size: 22px;
  color: #3978A7;
  margin: 10px 10px 10px 0;
}

.loue {
	text-transform: uppercase;
	font-weight: bold;
}

h2 {
  margin: 10px 10px 10px 0;
  font-size: 16px;
}


a {
  color: #3978A7;
  font-size: 12px;
}

ul {
  list-style: inside;
  margin-left: 20px;
}

fieldset {
  border: 1px solid #3978A7;
  padding: 10px;
}

legend {
  color: #3978A7;
  padding: 5px;
  font-size: 11px;
}

label {
  display: block;
  float: left;
  width: 200px;
  font-size: 12px;
  font-weight: bold;
}


label.checkbox {
  display: inline;
  width: auto;
}

input.submit {
  padding: 5px;
  margin: 5px;
  font-size: 12px;
  border-color: rgb(0, 0, 0);
  border-width: thin;
  font-weight: bold;
  background-color: #82a3cb;
}

#moteur_recherche {
  clear: left;
  padding-top: 10px;
}

#moteur_recherche h1 {
  font-size: 16px;
}

.message {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #c7310b
}

.erreur {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #c7310b;
  margin: 5px;
}


/**
 * Pied
 */
#pied {
  padding: 10px;
  color: #666666;
  font-size: 10px;
  text-align: center;
}

#pied a {
  color: #666666;
  text-decoration: none;
}

#pied a:hover {
  text-decoration: underline;
}

/**
 * Générale
 */
a img {
  border: none;
}

.intro, h6 {
  font-size: 12px;
  font-weight: bold;
}

p {
  text-indent: 10px;
}

dt {
  font-weight: bold;
  padding: 15px 0 5px 0;
  font-size: 13px;
}

dd {
  font-style: italic;
}

.liste-appartements {
  border-collapse: collapse;
  width: 100%; 
}

.liste-appartements td {
  border-bottom: 2px solid #3978A7;
  padding: 10px;
  vertical-align: top;
}

.liste-appartements td h1 {
  margin: 0;
}

.liste-appartements td.photo {
  width: 150px;
  text-align: left;
}

.liste-appartements td.prix {
  text-align: right;
}

.liste-appartements td.photo img {
  border: 1px solid #000;
}
.liste-appartements h1 {
  font-size: 12px;
  color: #000;
}


/**
 * Fiche appartement
 */
.fiche-appartement {
  width: 100%;
}

.fiche-appartement th {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 2px solid #3978A7;
  background: url('/img/puce_titre_n3.png') no-repeat left center;
  padding-left: 12px;
  margin: 7px 0;
}


.fiche-appartement th.marge {
  background: none;
  width: 180px;
  text-align: right;
}

.fiche-appartement th.marge a {
  text-decoration: none;
}

.fiche-appartement th.marge a img {
  margin-bottom: -3px;
}

.fiche-appartement td {
  padding-top: 10px;
  vertical-align: top;
}

.fiche-appartement .disponibilite{
  border: 1px solid #3978A7;
  padding: 5px;
}

.fiche-appartement label {
  display: inline;
  float: none;
  width: auto;
}

.details {
  padding-top: 15px;
}

.details th {
  background: none;
  border: none;
  padding: 0;
  color: #555555;
  vertical-align: top;
}

.details td {
  padding-top: 0;
  vertical-align: top;
}


.loyer, .rue, .ville, .quartier {
  font-weight: bold;
}

.comment_reserver {
  padding: 5px 30px;
  margin: 10px;
  border: 1px solid #ccc;
}
.comment_reserver h4 {
  padding-top: 10px;
}
.comment_reserver p {
  text-indent: 10px;
}
.comment_reserver ul {
  margin-left: 30px;
  list-style: inside;
}

.album {
  width: 808px;
  margin: auto;
}
.album div {
  float: left;
  border: 1px solid #ccc;
  text-align: center;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  width: 200px;
  height: 190px;
}
