#centre table, table.liste {
  /*width: 100%;*/
  background: #fff;
  padding: 0px;
  margin: 0px;
  /*margin: 2px 0px;*/
  /* Modif du 29.10.2012 */
  /*font-size: 0.8em;*/
  border-left: 1px solid #ccc;  
  border-right: 1px solid #ccc;
	border-collapse:collapse;
}



table.liste th{
	background: url(../images/fade.gif) left top;
	padding: 0.3em;
	text-align: center;
  /* Modif du 30.10.2012 */
	/*border-bottom: 3px solid #708191;*/
  font-size:0.9em;
  border-bottom: 1px solid #ccc;
}

table.liste td {
	border-bottom: 1px dashed #708191;
  /*border: 1px dashed #708191;*/
  /* Modif du 30.10.2012 */
	/*text-align: center;*/
	/*padding: 0.3em;*/
  padding: 0.3em 0.1em;
	text-align: left;
}

table.liste tr.desactive{background: url(../images/fade.gif) repeat-x;}
table.liste tr.impaire{ background-color: #E8EFF6;}
table.liste tr:hover{background-color: #E7E0C2;}

/*table.liste td a img{	vertical-align: middle;}*/ /* Modif du 30.10.2012 */

table.liste{
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: show;
	margin-left: 5px;
  margin: 0 auto 2em auto;
  /* Modif du 30.10.2012 */
	width: 100%;
  /*font-size: 0.8em;*/
  font-size: 1em;
}

a.activer{background:url(../images/s_loggoff.png) no-repeat;}
a.desactiver {background:url(../images/s_loggoff.png) no-repeat;}




/*******************
 Le menu des actions
 *******************/
 
/*a.add{
  background:url("../images/fichier_ajouter.png") no-repeat;
  padding-left: 20px;
}

a.liste{
  background:url("../images/fichier_liste.png") no-repeat;
  padding-left: 20px;
}*/

/* Modif du 30.10.2012 */
/*.date{width: 70px;}*/
.date{min-width: 90px;}

/*td.actions {width: 60px;}*/ /* Modif du 29.10.2012*/
td.actions a{
  display: block;
  float:left;
  margin-right: 2px;
  width: 16px;
  height: 16px;
}

/*
a.view {background:url(../images/voir.png) no-repeat;}
a.update {background:url(../images/fichier_modifier.png) no-repeat;}
a.delete {background:url(../images/fichier_supprimer.png) no-repeat;}*/

/* Modif du 30.10.2012 */
/*table.liste .right{text-align: right;}*/
.right, table td.right, table th.right{text-align: right;}
.center, table td.center, table th.center{text-align: center;}
.left, table td.left, table th.left{text-align: left;}

/* Modif du 30.10.2012 */
table.liste a.asc{
  padding-left: 20px;
  background:url(../images/ascendant.png) no-repeat;
}

table.liste a.desc{
  padding-left: 20px;
  background:url(../images/descendant.png) no-repeat;
}

table.liste th a {color:#000;}





