/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
// 
// Version             : 1.0
// Date de création    : 27/12/2004
// Date de mise à jour :
//
// Description         : feuille de style de rubrique
//
// Contraintes         : 
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/
#content #catalogue{
	clear:both;
}
#content #catalogue table{
}
#content #catalogue tr{
}
#content #catalogue tr.lignepaire{
	background-color:#EEE
}
#content #catalogue th{
	font-size:16px;
	color:#FFF;
	background-color:#6B6B6B;
}
#content #catalogue td{
}
#content #catalogue td.photo{
	text-align:center;
}
#content #catalogue td.nomcheval{
	font-size:14px;
	text-transform:uppercase;
}
#content #catalogue td span.race{
	font-style:italic;
}
#content #catalogue td.nomcheval .detail{
	font-size:12px;
	text-transform:none;
}
#content #catalogue td.nomparents{
}

#content #catalogue .liensimprimer{
}
#content #catalogue .liencatalogue{
}
#content #catalogue .lienfiches{
}
/*------------------------------------------------------------------*/

#content #fiche h3{
	font-size:18px;
	text-transform:uppercase;
}
#content #fiche h3 span.race{
}
#content #fiche .photos{
	float:right;
	width:450px;
	text-align:center;
}
#content #fiche .photos .photoprincipale{
}
#content #fiche .photos .photoprincipale span.legende{
}
#content #fiche .photos .autresphotos{
}
#content #fiche .informations{
	font-size:14px;
	font-weight:bold;
}
#content #fiche .videos{
	float:left;
	width:300px;
	
}
#content #fiche .videos img, #content #fiche .fichepdf img{
	vertical-align:middle;
	border:none;
}
#content #fiche .fichepdf{
	float:left;
	border:none;
}
#content #fiche h4{
}
#content #fiche p.commentaire{
	font-size:15px;
	font-weight:bold;
}
#content #fiche .autresdocuments{
}
#content #fiche .genealogie{
}
#content #fiche .genealogie table{
	clear: both;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	font-size: 14px;
	text-transform: uppercase;
	border-collapse:collapse;
}
#content #fiche .genealogie tr{
}
#content #fiche .genealogie td{
	padding:2px;
	text-align:center;
	border:2px solid lightgrey;
}
#content #fiche .commentairesparents{
}
#content #fiche .commentairesparents h4{
}
#content #fiche .commentairesparents p{
}
