/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
// 
// Version             : 2.0
// Date de création    : 26/06/2008
//
// Description         : feuille de style de rubrique
//
//------------------------------------------------------------------
*/
#page #content #catalogue {
  width:770px;
  padding-top:25px;
}
h4 a, h4 a em {
  color:black;
  font-size:18px;
  margin-top:15px;
  margin-bottom:5px;
  text-transform:capitalize;
  font-weight:normal;
}
h4 a:hover, h4 a:hover em {
  color:#282828;
}
/*------------------------------FORMULAIRE DE TRI----------------------------------*/
#page #content #catalogue #form_tri {
  height:31px;
  width:169px;
  background:url(images/tri.jpg) no-repeat;
  padding-left:50px;
  padding-top:6px;
  float:right;
  position:relative;
  top:-70px;
  left:35px;
}
#page #content #catalogue #form_tri a {
  font-size:11px;
  color:#f3ceab;
}
#page #content #catalogue #form_tri a:hover {
  color:white;
}

/*------------------------------FICHE CHEVAL----------------------------------*/
#page #content #catalogue .fiche_cheval {
  float:left;
  width:355px !important;
  width:347px;
  margin-left:15px;
  margin-right:15px;
  margin-bottom:15px;
}
#page #content #catalogue .fiche_cheval .photo {
  height:116px;
}
#page #content #catalogue .fiche_cheval .conteneur_infos {
  width:210px !important;
  width:202px;
  border:2px dotted #5e514d;
  float:right;
  padding:5px;
}
#page #content #catalogue .fiche_cheval .conteneur_infos .infos_generales {
  font-size:14px;
}
#page #content #catalogue .fiche_cheval .conteneur_infos .origines .parents {
  font-weight:bold;
  color:#d39f6d;
}
#page #content #catalogue .fiche_cheval .conteneur_infos .origines {
  padding-top:10px;
}
#page #content #catalogue .fiche_cheval .lien a {
  color:#fea724;
  font-size:14px;
  float:right;
}
#page #content #catalogue .fiche_cheval .lien a:hover {
  color:#ffbe5b;
}
#page #content #catalogue .fiche_cheval .prix {
  color:#fea724;
  font-weight:bold;
}
/*------------------------------BOUTONS IMPRIMER----------------------------------*/
#page #content #catalogue #imprimer {
  width:342px;
  margin:auto;
  height:31px;
  background:url(images/bouton-imprimer.jpg) no-repeat;
  padding-bottom:25px;
  margin-top:30px;
}
#page #content #catalogue #imprimer #btn_catalogue a {
  color:#beb0a9;
  padding-top:8px;
  padding-left:16px;
  float:left;
}
#page #content #catalogue #imprimer #btn_catalogue a:hover {
  color:white;
}
#page #content #catalogue #imprimer #btn_fiches a {
  color:#beb0a9;
  margin-left:42px;
  position:relative;
  top:8px;
}
#page #content #catalogue #imprimer #btn_fiches a:hover {
  color:white;
}