/* CSS Document */
#collections {
  margin: 25px 10px 15px 20px;
}
p.titre {
  padding: 0 0 5px 25px;
}
.collectionsItem {
  margin: 5px 0 15px 0;
}
.collectionsEntete {
  width: 25px;
  height: 200px;
  float: left;
  background: #3c3c3c;
}
.collectionsContenu {
  width: 925px;
  height: 200px;
  margin: 0 0 0 25px;
  background: #474747;
}
.collectionsCentre {
  width: 200px;
  height: 200px;
  margin: 0 15px 0 0;
  float: left;
}
.collectionsImage {
  width: 200px;
  height: 200px;
}
.collectionsTextes {
  padding: 10px 10px 10px 10px;
}
.collectionsTextes p {
  padding: 10px 0 10px 0;
}
.collectionsTextes a {
  color: #b4b0ac;
  text-decoration: none;
}
.collectionsTextes a:hover {
  color: #474747;
  background: #b4b0ac
}
