/*
//------------------------------------------------------------------
// 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 #catalogue .fiche_cheval{
	background:url(images/vignette.jpg) no-repeat;
	height:234px;
	width:232px;
	float:left;
	margin-right:20px;
	margin-top:30px;
	padding:5px;
	padding-top:20px;
	text-align:center;
	color:black;
}

#content #catalogue .fiche_cheval h3 {
	background: #8cc63f;
	border-top: solid 1px #4d6d23;
	border-bottom: solid 1px #4d6d23;
	margin-left: 3px;
	margin-right: 14px;
	padding : 0 10px;
	color: black;
	text-transform: uppercase;
	font: bold 14px Verdana;
	margin-bottom: 10px;
}

#content #catalogue .fiche_cheval h3 a {
	color: #4d4d4d;
	text-decoration: none;
}

#content #catalogue .fiche_cheval h3 a em{
	font-weight : 400;
}

#content #catalogue .fiche_cheval a img.photo{
	border:solid 2px #8cc63f;
}

#content #catalogue .fiche_cheval .infos_generales{
	color:#b2b2b2;
	font-style:italic;
	font-size:smaller;
}
#content #catalogue .fiche_cheval .origines{
	text-transform:uppercase;
	font-size: smaller;
	color : #fff;
	padding : 0 20px 0 10px;
}
#content #imprimer img {
	border: none;
}