a
{
  color: #bf7251;
  text-decoration: none;
}

a:hover
{
  color: #db2413;
  text-decoration: none;
}

body
{
  background-color: #ffc;
  border: 0;
  color: black;
  margin: 2px 2px 20px 2px;
  padding: 0;
}

body, table
{
  font: normal 9pt Arial;
}


font.barre
{
  background: transparent url(barre.gif) no-repeat center center;
}

/* Formulaire */
form
{
  margin: 0px;
}

form.formulaire
{
  margin: 0px;
  background-image: url(texture_menu_selection.jpg);
  padding: 10px;
  text-align: center;
  width: 500px;
}

form.formulaire table
{
  padding: 5px;
}

form.formulaire h1
{
  background-color: #e1c185;
  border: 1px solid silver;
  font: bold 14px Times New Roman;
  margin: 0 0 10px 0;
  padding: 5px;
  text-align: center;
}

form.formulaire table tr
{
  background-color: white;
  vertical-align: top;
}

form.formulaire table tr.bis
{
  background-color: #ffc;
}

form.formulaire table th
{
  border-bottom: 1px solid #f6ead5;
  font-weight: bold;
  padding: 3px;
  text-align: right;
}

form.formulaire table th.obligatoire
{
  background-image: url(obligatoire.gif);
  background-repeat: no-repeat;
  background-position: 1px 1px;
  padding-left: 20px;
}

form.formulaire table td
{
  border-bottom: 1px solid #f6ead5;
  padding: 3px;
  text-align: left;
}

form.formulaire table tfoot td
{
  background-color: #ffe5a7;
  font: bold 12px Arial, Helvetica, sans-serif;
  padding: 5px;
  text-align: center;
}

img
{
  border: 0;
}

input.smallButton
{
  font-size: 7pt;
  cursor: pointer;
}

p
{
  margin: 0;
}

table
{
  border-collapse: collapse;
  empty-cells: show;
}

/* Liste des maisons après une recherche */
table.listeMaisons
{
  background-image: url(texture_menu_selection.jpg);
  width: 90%;
}

table.listeMaisons td
{
  padding: 20px;
  text-align: justify;
}

table.listeMaisons td table.maison
{
  background-color: #ffc;
  margin-bottom: 10px;
  width: 100%;
}

table.listeMaisons td table.maison thead
{
  background-color: #ffe5a7;
  font-weight: bold;
  vertical-align: middle;
}

table.listeMaisons td table.maison thead cite
{
  color: #bf7251;
  float: right;
  font: normal 8pt sans-serif;
}

table.listeMaisons td table.maison tr
{
  vertical-align: top;
}

table.listeMaisons td table.maison td
{
  padding: 5px;
}

table.listeMaisons td table.maison td.reference
{
  border-right: 1px solid #fbd898;
  font-family: Arial;
  font-weight: bold;
  width: 140px;
}

table.listeMaisons td table.maison td.reference a
{
  font-family: Arial;
  font-weight: bold;
}

table.listeMaisons td table.maison td.descriptif
{
  border-left: 1px solid #fbd898;
  text-align: left;
  text-align: justify;
}

table.listeMaisons td table.maison td.descriptif div.link
{
  color: black;
  text-align: right;
  margin: 10px 10px 0 0;
  font-weight: bold;
}

table.listeMaisons td table.maison td.descriptif div.link a
{
  color: red;
  font-weight: bold;
  text-decoration: underline;
}

table.listeMaisons td table.maison td.descriptif div.link a:hover
{
  color: red;
  text-decoration: underline;
}

/* Précédents-suivants */
table.precedentSuivant
{
  background-color: #e1c185;
  width: 100%;
}

table.precedentSuivant td
{
  padding: 5px;
  text-align: center;
}

table.precedentSuivant td.navig
{
  background-color: #dedede;
  text-align: center;
  width: 110px;
}

table.precedentSuivant td.navig a
{
  color: black;
  font-weight: bold;
  text-decoration: none;
}

table.precedentSuivant td.navig a:hover
{
  color: black;
  font-weight: bold;
  color: #db2413;
}

/* Fiche d'une maison (présentation, ...) */
table.ficheMaison
{
  background-image: url(texture_menu_selection.jpg);
  width: 680px;
}

table.ficheMaison td.nom
{
  border-right: 4px solid #ffc;
  font: bold 14pt Times;
  padding: 5px;
  text-align: center;
  width: 50%;
}

table.ficheMaison td.reference
{
  font: normal 10pt Arial;
  padding: 5px;
  text-align: center;
  width: 50%;
}

table.ficheMaison td.links a
{
  background-color: #fceac9;
  background-image: none;
  border-bottom: 1px solid #b5b5b5;
  color: #676767;
  display: block;
  float: left;
  font: normal 9pt Arial;
  padding: 2px 2px 2px 20px;
  text-decoration: none;
  width: 317px;
  width: 204px;
}

table.ficheMaison td.links a:hover
{
  background: #fdf4d7 url(../media2006/fichepuce_over.gif) no-repeat 4px 3px;
}

table.ficheMaison td.links a.selected
{
  background: #ffffe6 url(../media2006/fichepuce_selected.gif) no-repeat 4px 3px;
}

table.ficheMaison td.links a.disabled, table.ficheMaison td.links a.disabled:hover
{
  background: #fceac9;
  height: 15px;
}


table.ficheMaison td.description
{
  padding: 10px;
  text-align: justify;
}

table.ficheMaison td.description img.photoMaison
{
  border: 2px solid #fceac9;
  margin: 2px;
}

/* Liste (blanc / jaune) */
table.details
{
  background-color: white;
  font: bold 9pt Arial;
  width: ^100%;
}

table.details td
{
  border-bottom: 1px solid #fdda9a;
  padding: 3px;
  padding-right: 20px;
  text-align: right;
}

table.details th
{
  font-weight: normal;
  padding: 3px;
  text-align: left;
  border-bottom: 1px solid #fdda9a;
}

table.details tr
{
  vertical-align: top;
}

table.details tr.bis
{
  background-color: #ffffcc;
}

table.details td.titre1
{
  background-color: #e1c185;
  border: 1px solid #c0c0c0;
  font: bold 12pt Times;
  text-align: center;
}

table.details td.titre2
{
  background-color: #ffe5a7;
  text-align: center;
}

/* Le linge */

table.linge
{
  background-color: #ffffcc;
  border: 0;
  font: normal 8pt Arial;
  float: right;
  width: 550px;
}

table.linge th
{
  border: 0;
}

table.linge td
{
  border: 0;
  font-weight: bold;
  text-align: left;
}

/* Calendrier */
table.calendrier
{
  width: 575px;
}

table.calendrier a
{
  color: black;
  font: bold 10pt Arial;
  text-decoration: none;
}


table.calendrier thead td
{
  background-color: #e1c185;
  border-top: 1px solid #c0c0c0;
  padding: 5px;
  font-weight: bold;
  text-align: center;
}

table.calendrier tbody table
{
  background-color: #7ae35a;
  border-right: 1px solid white;
  border-top: 1px solid #808080;
  float: left;
  font: bold 10pt Arial;
  margin-bottom: 10px;
  width: 95px;
}

table.calendrier tbody table thead tr
{
  vertical-align: top;
}

table.calendrier tbody table thead th
{
  background-color: #dedede;
  font: normal 7pt Verdana;
  padding: 3px;
  text-align: center;
}

table.calendrier tbody table thead td
{
  background-color: #dedede;
  border: 0px;
  font: normal 7pt Arial;
  padding: 3px;
  text-align: right;
}

table.calendrier tbody table tbody td
{
  height: 27px;
  text-align: center;
}

table.calendrier tbody table.bis thead th, table.calendrier tbody table.bis thead td
{
  background-color: #b5b5b5;
}

table.calendrier tbody table.reserve, table.calendrier tbody table.reserve thead th, table.calendrier tbody table.reserve thead td
{
  color: #c4a874;
  background-color: transparent;
}

table.calendrier tbody table.reserve thead th, table.calendrier tbody table.reserve thead td
{
  border-bottom: 1px solid #c0c0c0;
}

table.planSite td
{
  padding: 10px;
}

table.planSite ul
{
  color: #e68961;
  list-style-type: square;
  margin: 0 0 0 15px;
}

table.planSite ul li
{
  margin: 0;
}
