/*
//------------------------------------------------------------------
// 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
//
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
#menu ul li a#chevaux {
	color: red;
	background-position: 10px center;
}
/*------------------------------------------------------------------*/
#content .infos_generales {
	font-weight: bold;
	color: #cc0000;
	margin-bottom: 7px;
}
#content .indice {
	margin-bottom: 7px;
}
/*------------------------------------------------------------------*/
#content table#intro {
	width: 98%;
}
#content table#intro td {
	vertical-align: top;
}
#content table#intro td.affiche {
	width: 405px;
	text-align: center;
}
#content table#intro td.docs {
	padding-left: 10px;
}
#content table#intro td.docs img {
	margin-bottom: 5px;
}
#content table#intro td.docs .pdf {
	padding-left: 30px;
	padding-top: 30px;
}
/*------------------------------------------------------------------*/
#content .prix {
	text-align: right;
	font: bold 14px Arial;
	color: #00b7e8;
	padding-bottom: 10px;
}
/*------------------------------------------------------------------*/
#content h3 {
	margin-top: 7px;
	margin-bottom: 7px;
}
#content .commentaire {
	background: #002b50;
	padding: 10px;
}
#content h3 span {
	text-transform: uppercase;
}
/*------------------------------------------------------------------*/
#content table#genealogie td {
	background: #002b50;
	padding: 5px;
	text-transform: uppercase;
}
#content table#genealogie td span.race {
	font-style: italic;
}
/*------------------------------------------------------------------*/
#content #imprimer {
	text-align: center;
	margin-top: 10px;
}