/*
//------------------------------------------------------------------
// 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
//
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
#content table#intro {

}
#content table#intro td {
	vertical-align: top;
	padding: 5px;
}
#content table#intro td#affiche img {
	border: solid 1px #08201b;
}
#content table#intro td#photos img {
	margin: 2px 1px;
	border: solid 1px #08201b;
}
#content table#intro td#photos .pdf {
	margin-top: 10px;
}
/*------------------------------------------------------------------*/
#content .infos {
	background: #1f3833;
	padding: 15px;
}
#content .infos .prix {
	float: right;
	color: #f8f959;
	font-weight: bold;
}
#content .infos .infos_generales {
	font: normal 14px Verdana;
	color: #f8f959;
	margin-bottom: 5px;
}
#content .infos .indice {
	color: #e4cd88;
	margin-bottom: 5px;
}
#content .infos h4.titreC {
	margin-top: 7px;
	margin-bottom: 7px;
	font: bold 13px Verdana;
	color: #e4cd88;
}
#content h4.titreC span {
	text-transform: uppercase;
}
#content .commentaire {
	margin-top: 7px;
	margin-bottom: 7px;
}
/*------------------------------------------------------------------*/
#content #genealogie {
	background: #667840;
	margin-top: 20px;
}
#content #genealogie td {
	background: #1f3833;
	padding: 5px;
	text-transform: uppercase;
}
#content #genealogie td span.race {
	font-style: italic;
}
/*------------------------------------------------------------------*/
#content #imprimer {
	width: 175px;
	height: 39px;
	background: url(images/chevaux-imprimer.gif);
	padding-left: 60px;
	padding-top: 25px;
	float: right;
}
#content #imprimer a {
	color: #755e18;
	text-decoration: none;
	font-weight: bold;
}