/*
//------------------------------------------------------------------
// 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
//
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
#catalogue {
}
#catalogue table {
	width: 100%;
}
#catalogue table thead th a{
	color: black;
}
#catalogue table tr {
}
#catalogue table tr td {
	text-align: center;
}
#catalogue table tr td.photo img {
	border: solid 1px #bbbaa2;
}
#catalogue table tr td.cheval{
}
#catalogue table tr td.cheval h3{
	text-transform: uppercase;
	color: #2b7206;
	font: bold 12px Verdana;
}
#catalogue table tr td.cheval span.informations {
	font: italic 12px Verdana;
	color: #9b997d;
}
#catalogue table tr td.pere{
	text-transform: uppercase;
	font: normal 12px Verdana;
}
#catalogue table tr td.mere{
	text-transform: uppercase;
	font: normal 12px Verdana;
}
#imprimer {
	text-align: center;
}
#imprimer img {
	border: none;
}