#menu {
	position:relative;
	width: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;
	
}

#menu>ul {
 padding:0;
 margin:0;
 list-style-type:none;
 margin-left:15px;
 }
#menu>ul>li {
 float:left; /*pour IE*/
 border-left:1px solid white;
 }
#menu>ul>li a {
 display:block;
 float:center;   
 /*width:240px;*/
 line-height:25px; /*hauteur de l'image de fond*/
 background: url(../images/current-bg.gif) #FE9900 repeat-x;
 text-decoration:none;
 text-align:center;
 font-size: 13px;
 font-style: normal;
 font-weight: bold;
 font-family: Arial, Helvetica, sans-serif;
 color: #003366;
 padding-left:10px;
 padding-right:10px;
}
#menu>ul>li a:hover {
 background: url(../images/current-bg.gif) #FE9900 repeat-x;
 color:#FFFFFF;
}

table.tablesorter {
	font-family:arial;
	font-size: 9pt;
	width: 100%;
	text-align: left;
	margin:0px ;
	padding:0px ;
	/*border-collapse:collapse;*/
	/*line-height: 20px;*/
	color: #003366;
}

/**
*thead et tfoot Footer et header
*/
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #DFDEEE;
	font-size: 9pt;
	padding: 4px 18px 4px 4px;
	/*border-left:4px solid white;*/
}

/**
*tbody tr td
*/
table.tablesorter tbody td {
	color: #003366;
	padding: 4px;
	vertical-align: top;
	/*border:1px solid #000 ;*/
}

table.tablesorter thead tr th{
	background-repeat:  no-repeat;
	background-position: center right ;
}

/*table.tablesorter thead tr th.sort{
	BACKGROUND-IMAGE: url(../images/menu2.jpg);
	cursor: pointer;
	color: #003366;
}*/

table.tablesorter thead tr th.sort{
	background-image: url(../images/bg.gif);
	cursor: pointer;
}


table.tablesorter thead tr th.headerSortUp{
	background-image: url(../images/asc.gif);
}
table.tablesorter thead tr th.headerSortDown{
	background-image: url(../images/desc.gif);
}
table.tablesorter thead tr th a{
	text-decoration:none;
}
.listeImg{
	width: 20px; 
	height: 20px;
	margin:0 0 0 10px;
}

