#contentListe {
	border-top: 1px dotted #b6b6b7;
}
* html #contentListe  {
	border: none;
	padding-top: 1px;
	background-image: url(../img/layout/ie_hdot.gif);
	background-repeat: repeat-x;
	width: 496px;
}
.listeItem  {
	cursor:pointer;
	margin: 0; 
	padding: 6px 8px;
	border-bottom: 1px dotted #b6b6b7;
}
* html .listeItem  {
	border: none;
	padding-bottom: 7px;
	background-image: url(../img/layout/ie_hdot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.listeItemInner {
	padding: 4px 4px 4px 40px;
	background-position: 4px 6px;
	background-repeat: no-repeat;
}
* html .listeItemInner { 
	behavior: url(add/iepngfix.php);
}
.listeItem:hover .listeItemInner {
	background-color: #ebeced;
}


.listeItem .listeItemInner .h1 {
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
}
.listeItem .listeItemInner .small {
	font-size: 11px;
	padding: 5px 0 0 1px;
}
.listeItem .listeItemInner .small SPAN.fileSize {
	float: right;
}
