/*
//------------------------------------------------------------------
// 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 form{
	float : right;
	color : #4c4c4c;
	font-weight : bold;
}
#content #catalogue form a{
	color : #4c4c4c;
	text-decoration : none;
	font-weight : bold;
}

#content #catalogue .fiche_cheval{
	background : url(images/separation2.gif) top center no-repeat #fff;
	padding : 20px 0 0 0;
}
/*------------------------------------------------------------------*/
#content #catalogue .fiche_cheval .photo{
	float : left;
	margin-bottom : 10px;
}
#content #catalogue .fiche_cheval .photo img{
	border:solid 1px black;
}
/*------------------------------------------------------------------*/
#content #catalogue .fiche_cheval .infos{
	margin : 0 0 0 200px;
}
#content #catalogue .fiche_cheval .infos h3 a{
	color:#656025;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
#content #catalogue .fiche_cheval .infos .infos_generales{
	font-weight : bold;
	float : left;
}
#content #catalogue .fiche_cheval .infos .origines{
		font-variant : small-caps;
}
#content #catalogue .fiche_cheval .infos .prix span.vendu{
	font-weight : bold;
}

#content #catalogue .fiche_cheval .infos a{
	color:#656025;
	font-weight:bold;
	text-decoration:none;
}
#content #catalogue .fiche_cheval .infos .commentaire_catalogue{
	background:#E1E0CD none repeat scroll 0 0;
	font-style:italic;
	margin-top:5px;
	padding:4px;
}
/*------------------------------------------------------------------*/
#content #palier_prix{
	background : url(images/separation2.gif) top center no-repeat #fff;
	background:#E1E0CD none repeat scroll 0 0;
	width : 862px;
	text-align : center;
}
#content #palier_prix table#paliers{
	font-size:11px;
	padding:4px;
	text-align:center;
	margin : 0 auto;
}
/*------------------------------------------------------------------*/
#content #imprimer{
	text-align : center;
	padding : 10px 0 0 0;
}
#content #imprimer img{
	padding : 0 100px;
}