@charset "utf-8";
/* CSS Document */

#ficheEntr{
	margin-bottom: 200px;
	margin-left: 30px;
	font-size:small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#330099;

}

#ficheEntr tr{
	vertical-align:top;
}

#ficheEntr td{
	padding-top:10px;
}

#ficheEntr a{
	color:#330099;
	text-decoration:none;
}

#ficheEntr a:hover{
	color:#FF6600;
	text-decoration:none;
}

.label{
	font-weight:bold;
}

.infoEntr{
	padding-left:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	font-weight: normal;
}

.top-fiche{
	background-image:url("/FichierAsp/images/fondtop.png");
	background-repeat:no-repeat;
	padding-bottom:5px;
    width: 762px;
	 height: 3px;
}

.fond-fiche{
	background-image:url("/FichierAsp/images/fondmilieu.png");
	background-repeat:repeat-y;
	width:763px;
	height:350px;
	width: 762px;
}

.bas-fiche{
	background-image:url("/FichierAsp/images/fondbas.png");
	background-repeat:no-repeat;
	height:10px;
	width: 762px;
}