TABLE#tbl-listing {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
#tbl-listing TD,
#tbl-listing TH {
	margin: 0;
	padding: .1em .3em;
	border: 1px solid #ccc;
}
#tbl-listing TD {
	vertical-align: top;
}
#tbl-listing THEAD TD {
	text-align: center;
}
#tbl-listing TBODY TD {
	text-align: left;
}
#tbl-listing TBODY TD.action,
#tbl-listing TBODY TD.select {
	text-align: center;
}
#tbl-listing TH {
	color: #7F735F;
	background-color: #F5F3F0;
	background-image: url("../../images/icones/arrow_off.png");
	background-position: 97% 50%;
	background-repeat: no-repeat;
	padding: .1em 1em .1em .3em;
	cursor: pointer;
}
#tbl-listing TH.ASC {
	color: #7F735F;
	background-color: #FFFFEE;
	background-image: url("../../images/icones/arrow_down.png");
}
#tbl-listing TH.DESC {
	color: #7F735F;
	background-color: #FFFFEE;
	background-image: url("../../images/icones/arrow_up.png");
}
#tbl-listing TH.select-rows,
#tbl-listing TH.edit-rows {
	color: #7F735F;
	background: #F5F3F0;
	padding: 0;
}
TD.action A {
	margin: 0 3px;
}

UL#list-pages {
	margin: 0;
	padding: 0;
	list-style: none;
}
#list-pages LI {
	display: block;
	margin: 0 0 0 .5em;
	padding: 0;
	float: left;
}
#list-pages LI:after {
  content: " | ";
}
#list-pages LI.last:after,
#list-pages LI.previous:after, 
#list-pages LI.next:after{
  content: "";
}
#list-pages .selected, 
#list-pages .CurrentPage {
	background-color: #F5F3F0;
	color: #7F735F;
}
/* Formatage des lignes de couleurs alternes */
/* ------------------------------------------ */
.rsLines1, 
.rsLines2 {
	text-align: center;
}
.rsLines1 {
	background-color: #EDF0F3;
}
.rsLines2 {

}
.Highlight {
	background-color: #FFFFEE;
}
.Archived, .Valided {
	color: #999999;
	text-align: center;
}

