
/* wdavidw: replace fiche by fiche */

.fiche #content h1 {
	font-size: 1.4em;
	padding: 0 5px 0.4em 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.fiche #content dt {
	float: left;
	width: 75px;
	margin: 12px 5px;
	display: inline;
	line-height: 1.4em;
	width: 75px;
}

.fiche #content dt strong {
	color: #00759f;
}

.fiche #content dd {
	border-bottom: 1px solid #ccc;
	padding: 12px 5px 15px 100px;
	line-height: 1.4em;
}

.fiche #content dd.documents a {
	color: #000;
	text-decoration: none;
	margin-left: 10px;
}

.fiche #content dd.documents img {
	vertical-align: text-bottom;
}

* html .fiche #content dd p { /* against 3px jog in Win IE */
	height: 1%;
	margin-left: -3px;
}
