.fiche ul {
	list-style-type: none;
}

.fiche h3 span.ampersand { color: inherit; font-family: inherit; font-size: inherit; }
.fiche p.alias { font-family: Georgia,'Times New Roman',Times,serif; color: #060; font-size:14px; margin-top: -8px; line-height: 1; }


/*		TABLE		*/

.fiche table.pedigree { border-top: 1px solid #060; font-size: 11px }
.fiche table.pedigree a { font-size: 13px; }
.fiche table.pedigree td { width: 164px; padding-left: 12px; padding-top: 2px; vertical-align: middle; border-bottom: 1px solid #060; line-height: 1.1; height: 38px;}
.fiche table.pedigree td.pere { background: #e2e8e2; }
.fiche table.pedigree span.equide-name-pedigree { font-size: 13px; }

.fiche div.product { margin-bottom: 8px; }
.fiche div.product p { margin: 0 4px; padding: 0; }


/*		ETAT CIVIL		*/

p#selection a {
	margin-bottom: -80px;
}

#cheval li span.info {  }

.span-5 #cheval ul {
	clear: both;
}

/*		BLOC ETALON PDF		*/

div.etalon-pdf a {
	display: block;
	border: solid 1px #ccc;
	margin: 8px;
	padding: 4px 24px 4px 48px;
	background: #eee url( ../m/icon_pdf.png ) no-repeat 7px 3px;
	text-decoration: none;
}

div.etalon-pdf a:hover {
	background: #ffc url( ../m/icon_pdf.png ) no-repeat 7px 3px;
}


/*		VCARD		*/
div.vcard {
	border-left: 6px solid #ccc;
	margin: 0 0 12px 0;
	padding: 0 0 0 8px;
	padding-left: 8px;
}
div.vcard div {
	margin: 0;
	padding: 0;
}
div.vcard div.org {
	font-weight: 900;
	color: #222;
}

.comment-title {
	display: block;
	font-family: Georgia,serif;
	font-size: 110%;
	color: #567;
	text-indent: 12px;
	font-style: italic;
}

#prices {
	padding-bottom: 24px;
}


/*		TOOLS		*/

#tools {
	background: #e2e2e2; 
	margin-top: 48px;
	padding: 4px 0 0 0;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
#tools h4 { padding: 0 4px; text-indent: 28px; }
#tools ul { padding: 0; border-top: 3px solid #fff; }
#tools ul li { border-bottom: 3px solid #fff; }
#tools ul li a { display: block; text-indent: 30px; padding: 4px 0; }
#tools ul li a:hover { text-decoration: none; }
#tools ul li a#mailto { background: url( ../m/email.png ) no-repeat 6px 1px; }
#tools ul li a#mailto:hover { background: url( ../m/email.png ) no-repeat 6px 1px #89a; color: #fff; }
#tools ul li#album { background: url( ../m/folder_heart.png ) no-repeat 6px 1px; text-indent: 30px; padding: 2px 0;}
#tools ul li a#album { background: url( ../m/folder_heart.png ) no-repeat 6px 3px; }
#tools ul li a#album:hover { background: url( ../m/folder_heart.png ) no-repeat 6px 3px #89a; color: #fff; }
#tools ul li a#aller { background: url( ../m/calculator_edit.png ) no-repeat 6px 3px; }
#tools ul li a#aller:hover { background: url( ../m/calculator_edit.png ) no-repeat 6px 3px #89a; color: #fff; }
#tools ul li a#flag { background: url( ../m/flag_red.png ) no-repeat 6px 3px; }
#tools ul li a#flag:hover { background: url( ../m/flag_red.png ) no-repeat 6px 3px #456; color: #fff; }

#tools ul li.addthis_toolbox a,
#tools ul li.addthis_toolbox { margin: 0; padding: 0; text-indent: 0; height: 16px;}
#tools ul li.addthis_toolbox { padding: 4px 0; }
#tools ul li.addthis_toolbox a { margin-left: 4px; display: block; width:100%; }
#tools ul li a.addthis_button_compact { margin-left: 6px; text-indent: 4px; text-transform: capitalize; }
#tools ul li.addthis_toolbox:hover { background: #89a; } 
#tools ul li.addthis_toolbox:hover a { color: #fff; }
#tools ul li.addthis_toolbox a span { margin-right: 8px; }

#flagger { height: 264px; width: 344px; }
#signal { background: #e8e8e8; }


/*		ALERT		*/
div#alert {
	width: 100%;
	height: 200%;
	background: rgba( 0,0,0,0.6 );
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;	
	z-index: 250;
	position: absolute;
	text-align: center;
	overflow: hidden;
}
div#alert div {
	margin: 120px auto;
	width: 620px;
	padding: 12px;
	background: #eee;
	-webkit-box-shadow: 0px 6px 8px #000;
	-moz-box-shadow: 0px 6px 8px #000;
	box-shadow: 0px 6px 8px #000;
	font-size: 14px;
}
div#alert div h4 {
	margin: -12px -12px 18px -12px;
	padding: 12px 0; 
	background: #ddd;
	color: green;
	font-family: georgia;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 500;
}
div#alert div p {
	padding: 12px;
}
div#alert div p em {
	color: #445;
	font-style: normal;
	border: 1px solid #445;
	padding: 8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #fff;
	cursor: pointer;
}
div#alert div p em:hover {
	background: #445;
	color: #fff;
}

/*		VIDEO		*/
div.fiche div.video object,
div.fiche div.video embed {
	width: 344px;
	height: 258px;
}


.hidden {
	display: none;
}

