/* Panneau présentant le pedigree du lévrier */
div.Pedigree{
	height: 30px;
}

div.Pedigree ul.Levrier {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	position: relative;
	text-align: center;
	width: 600px;
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	z-index: 0;
}
div.Pedigree ul.Levrier a {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #00008F;
}

div.Pedigree ul.Panneau {/* panneau des informations */
	list-style: none;
	position: absolute;
	display: block; 
	background-color: #DFDFDF; 
	border-color: #8F0000;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	padding: 0px 0px 5px 5px; 
	margin: 0px 0px 0px 0px;
	color: #000000;
	left:150px;  /* ul.width/2 - li.ul.width/2 */
	width:300px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	z-index: 1;
}

/* Style pour le texte du Pedigree */
div.Pedigree ul.Panneau a {
	display: block;
	text-decoration: none;
	color: #000000;
} 

div.Pedigree ul.Panneau  span.Terme{
	font-weight: bold;
	color: #00008F;
}
/* Style pour le Titre du Pedigree */
div.Pedigree ul.Panneau  p.Titre {
	text-decoration: none;
	color: #00008F;
	background-color: inherit;
	border-color: #8F0000;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px; 
	margin: 5px 0px 0px 0px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	z-index: 1;
} 

div.Pedigree li>ul {/* to override top and left in browsers other than IE */
	top: auto;
	left: auto;
}

/* Fix IE. Hide from IE Mac \*/
 * html div.Pedigree ul li { height: 1%; }
 * html div.Pedigree ul li a { height: 1%; }
/* End */

div.Pedigree li:hover ul { display: block; }

div.Pedigree li:hover>ul { visibility:visible; }

div.Pedigree ul ul { visibility:hidden; }		


