.fiche {
  border-bottom: 1px dotted #666;
  clear: both;
  height: auto;
  min-height: 210px;
  margin-top: 25px;
}

img.thumb {
  position: relative;
  float: left;
  border: 2px solid white;
  padding: 5px;
  margin: 0 15px 10px 0;
  background-color: #334;
}

a.nodisplay, .nodisplay img {
  display: none;
  border:0;
}

.texte, .texte2 {
  text-align: justify;
  padding-top: 1em;
}

.texte2 {
  font-style: italic;
}

.prix {
  text-align: right;
  font-size: 1.1em;
  padding-top: 1em;
}

.edit, .photo, .suppr {
  float: right;
  font: bold 0.7em arial, sans-serif;
  color: black;
  border:1px solid white;
  text-decoration: none;
  padding: 1px 5px;
  margin-left: 5px;
}

.suppr {
background-color: #c77;
margin-top: 15px;
clear: right;
}

.edit {
  background-color: #7a7;
  margin-top: 15px;
}

.photo {
  background-color: #a97;
  margin-top: 15px;
}

#nouvelle {
  font: bold 0.7em arial, sans-serif;
  color: black;
  border:1px solid white;
  text-decoration: none;
  padding: 1px 5px;
  background-color: #99a;
  clear: both;
  width: 10em;
  display: block; 
  margin:-20px auto 0 auto;
  text-align: center;
}
