@charset "UTF-8";

.container_fiche {
	width: 650px;
	height: 445px;
}
body {
	background-color: #FFF;
	background-image: none;
}
#fiche_images {
	display: block;
	height: 125px;
	margin-bottom: 0px;
}
#fiche_description {
	float: left;
	width: 400px;
	margin-right: 20px;
	display: inline;
}
p {
	margin-bottom: 0.75em;
}
h2.padding {
	margin-bottom: 0.5em;
	padding-top: 0.5em;
}
#fiche_tableau {
	float: left;
	width: 200px;
	display: inline;
}
#report_table {
	line-height: 1em;
}
#report_table td
{
	border-bottom: 1px solid #C2CBC6;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#report_table tr.separateur
{
	padding: 3px 3px 2px 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C2CBC6;
}
.clear {
	height: 10px;
}
a {
	color: #018AD5;
	font-weight:normal;
	text-decoration: none;
}
a:hover {
	color:#018AD5;
	text-decoration: underline;
}
img.espace {
	margin-right: 10px;
	height: 125px;
}
td img {
	margin-bottom: -2px;
}
.separateur {
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999F9D;
}
#legende p img {
	padding-left: 10px;
	margin-bottom: -2px;
}
#legende {
	left: 10px;
	width: 410px;
	float: left;
}
.fiche {
	float: left;
	width: 200px;
	margin-left: 10px;
}
strong {
	color: #666;
}

