@import url("layout.css");

@import url("../layout.css");



#fiche{
	width: 300px;
}
#fiche table{
	width: 300px;
}
.td-ent{
	padding-left: 10px;
}
.logo-ent img{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.act-ent{
	background: url(../images/fleche-ent.gif) no-repeat 0 -2px;
	padding-left: 25px;
	margin-bottom: 10px;
}
.coo-ent{
	background: url(../images/fleche-coo.gif) no-repeat 0 -2px;
	padding-left: 25px;
	margin-bottom: 10px;
}
.logo-ent{
	float: left;
	width: 173px;
	text-align: center;
}
.top-bg-logo{
	background: White url(../images/top-bg-logo.gif) no-repeat top left;
	width: 173px;
	height: 17px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.bg-logo{
	background: url(../images/bg-logo.gif) repeat-y top left;
	width: 173px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.bottom-bg-logo{
	background: url(../images/bottom-bg-logo.gif) no-repeat top left;
	width: 173px;
	height: 31px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.sepa-ent{
	background: url(../images/sepafiche.jpg) no-repeat;
	height: 34px;
	width: 400px;
}



td.desc{
	width: 150px;
}
tr.roweven {
	/*background-color: #F2F2F2;*/
	/*background: url(../images/tr.jpg) no-repeat;*/
}
.sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
.sortasc {
	/*background-color: #DDFFAC;*/
	background-image: url(/include/javascript/js/up.gif);
}
.sortdesc {
	/*background-color: #B9DDFF;*/
	background-image: url(/include/javascript/js/down.gif);
}
.nosort {
	cursor: default;
}



.scroll-table-body {
  
}
.scroll-table-body td {
	padding-right: 20px;
	overflow: hidden;
}

tr.roweven, tr.rsowodd{
/*background-color:#EFECE0;*/
/*background: url(../images/tr.jpg) no-repeat;*/
/*width: 400px;*/

}