/*
//------------------------------------------------------------------
// 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
//
//------------------------------------------------------------------
*/
h3 {
  text-transform:capitalize;
  padding-top:25px;
}
#page #content .affiche {
  width:770px;
  padding-top:25px;
}

/*--------------------------------BOUTON RETOUR----------------------------------*/
#page #content #bouton_retour {
  background:url(images/tri.jpg) no-repeat;
  height:31px;
  width:169px;
  padding-top:7px;
  float:right;
  position:relative;
  top:-40px;
  left:-235px;
}
#page #content #bouton_retour a {
  font-size:11px;
  color:#f3ceab;
  margin-left:45px;
}
#page #content #bouton_retour a:hover {
  color:white;
}

/*-------------------------------INFORMATIONS----------------------------------*/
#page #content .affiche .description {
  width:340px;
  margin-right:7px;
  float:right;
  padding:5px;
  border:2px dotted #5e514d;
}
#page #content .affiche .description .infos_generales {
  font-size:18px;
  color:#151312;
  margin-bottom:15px;
}
#page #content .affiche .description .prix {
  color:#fea724;
  font-weight:bold;
  font-size:14px;
  margin-bottom:25px;
}
#page #content .affiche .commentaire {
  padding-left:10px;
  padding-right:15px;
  padding-bottom:25px;
  line-height:17px;
  
}
#page #content .affiche .titreC span, .titreC span em {
  font-size:14px;
  text-transform:capitalize;
  color:#fea724;
}
/*-------------------------------BOUTON IMPRIMER----------------------------------*/
#page #content .affiche #imprimer {
  background:url(images/bouton-imprimer.jpg) no-repeat;
  height:31px;
  width:170px;
  margin-top:30px;
  padding-top:7px;
  float:right;
}
#page #content .affiche #imprimer a {
  margin-left:30px;
  color:#beb0a9;
}
#page #content .affiche #imprimer a:hover {
  color:white;
}

/*-------------------------------GENEALOGIE----------------------------------*/
#page #content .affiche #genealogie {
  border-spacing:8px;
  padding-bottom:25px;
}
#page #content .affiche #genealogie td {
  background:#8a766b;
  text-align:center;
}