/*
//------------------------------------------------------------------
// 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
//
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
	/* VERSION TABLEAU */
/*------------------------------------------------------------------*/
#content img{
	border : none;
}
#catalogue {
}
/*------------------------------------------------------------------*/
#catalogue form{
	text-align : right;
	font-size : 11px;
	border-bottom:1px solid #9BA18A;
}
#catalogue form label{
	font-weight : bold;
}
#catalogue form a{
	color:#524E3D;
	text-decoration : none;
}
#catalogue form a:hover{
	text-decoration : underline;
}
/*------------------------------------------------------------------*/
#catalogue .fiche_cheval{
	margin : 3px 0 0 0;
	font-size : 11px;
	border-bottom:1px solid #9BA18A;
	float : left;
	width : 100%;
}
#catalogue .fiche_cheval .photo{
	width : 120px;
	float : left;
	margin : 5px 0;
}
#catalogue .fiche_cheval .photo img{
	border : 1px solid #000;
}
#catalogue .fiche_cheval .origines{
	text-transform : uppercase;
}
/*------------------------------------------------------------------*/
#catalogue .fiche_cheval h3 a{
	color:#3D0000;
	text-decoration : none;
	text-transform : uppercase;
}
#catalogue .fiche_cheval h3 a:hover{
	text-decoration : underline;
}
/*------------------------------------------------------------------*/
#content #imprimer{
	margin : 0 auto;
	text-align : center;
	width : 100%;
}
#content #imprimer a img{
	margin : 10px 50px;
}	
/*------------------------------------------------------------------*/
#catalogue table {
	width: 100%;
}
#catalogue table thead th a{
}
#catalogue table tr {
}
#catalogue table tr td {
	text-align: center;
}
#catalogue table tr td.photo img {
}
#catalogue table tr td.cheval{
}
#catalogue table tr td.cheval h3{
	text-transform: uppercase;
}
#catalogue table tr td.cheval span.informations {
	font: italic 12px Verdana;
}
#catalogue table tr td.pere{
	text-transform: uppercase;
}
#catalogue table tr td.mere{
	text-transform: uppercase;
}