/*
//------------------------------------------------------------------
// 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 */
/*------------------------------------------------------------------*/
#catalogue {
}
#catalogue table {
	width: 100%;
}
#catalogue table thead th a{
}
#catalogue table tr {
}
#catalogue table tr td {
	text-align: center;
}
#catalogue table tr td.photo {
	width: 110px;
}
#catalogue table tr td.photo img {
	border: solid 1px #f9dda4;
}
#catalogue table tr td.cheval{
	text-align: left;
	padding-left: 20px;
}
#catalogue table tr td.cheval h3{
	text-transform: uppercase;
}
#catalogue table tr td.cheval span.informations {
	font: bold 12px Verdana;
}
#catalogue table tr td.cheval span.parent {
	text-transform: uppercase;
}
#catalogue table td.voir {
	width: 120px;
}
#catalogue table td.voir img {
	border: none;
}
#catalogue table td.separateur {
	height: 11px;
	background: url(images/chevaux-separateur.jpg) repeat-x;
	padding-bottom: 15px;
}
#imprimer {
	text-align: right;
}
#imprimer img {
	border:none;
}