/* Fiches chiens */
div#fiche { text-align:center; }
div#fiche h1 { font-weight:bold; text-decoration:none; }
div#fiche h1 em { font-weight:bold; text-decoration:none; font-size:14pt; }
div#fiche img { border:2px solid black; padding:2px; }
div#fiche div { margin:10px 0px; }
div#fiche p { margin:3px; }
div#fiche p em { font-weight:bold; text-decoration:none; }
div#fiche li { list-style-type:none; }

div#pedigree table { border-collapse:collapse; margin:5px auto; }
div#pedigree table tr, #pedigree table td, #pedigree table th { border:1px solid #888888; }
div#pedigree table td, #pedigree table th { padding:4px; }
#pedigree table th { font-weight:bold;
	background-color:#DDDDDD; background-image:url('../../../images/degrade.png'); }
div#pedigree table tr td em { color:RED; text-decoration:none; font-weight:bold; }
div#pedigree table tr td img { border:1px solid black; padding:1px; margin-top:3px; }

div#titres p { color:red; font-weight:bold; }