#tableau {
   margin: 0 auto;
   /*font-size: 1.2em;*/
   margin-bottom: 15px;
 }
 
 
 #tableau thead {
   cursor: pointer;
   /*background: #c9dff0;*/
 }
 #tableau thead tr th,
 #tableau tfoot tr th { 
   font-weight: bold;
   /*padding: 12px 30px;
   padding-left: 42px;*/
 }
 #tableau thead tr th span,
 #tableau tfoot tr th span { 
   padding-right: 20px;
   background-repeat: no-repeat;
   background-position: 100% 100%;
 }
 
 #tableau thead tr th.headerSortUp,
 #tableau thead tr th.headerSortDown {
   background: #acc8dd;
 }
 
 #tableau thead tr th.headerSortUp span {
   background-image: url('/img/tablesorter/down-arrow.png');
 }
 #tableau thead tr th.headerSortDown span {
   background-image: url('/img/tablesorter/up-arrow.png');
 }
 
 
 #tableau tbody tr { 
   /*color: #555;*/
 }
 #tableau tbody tr td {
   /*text-align: center;*/
   /* padding: 15px 10px; */
 }
 #tableau tbody tr td.ralign {
   text-align: right;
 }