.fiche 
{
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.fiche .fiche-titre
{
	padding: 5px;
	background-color: #dcdcdc;
}

.fiche .fiche-titre h1 
{
	margin: 0 0 3px 0;
	font-size: 18px;
}

.fiche .fiche-infos 
{
	 border-top: 1px solid #666666;
	 border-bottom: 1px solid #666666;
	 background-color: #eeeeee;
	 padding: 5px;
}

.fiche .fiche-contenu
{
	padding: 5px;
}

.fiche .label, .fiche .titre-section
{
	font-weight: bold;
}

.fiche .titre-section 
{
	text-decoration: underline;
}

@media print 
{
	.fiche 
	{
	}
}