body {
background-color:#454545;
margin:0;
padding:0;
}
/* TABLESORTER */
#nav_liste_sejours{
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:left;
margin:auto;
width:850px;
height:auto;
color:#FFFFFF;
font-size:11px;
}
#nav_liste_sejours img{
border:none;
}
#nav_liste_sejours ul{
list-style-type:none;
}
#nav_liste_sejours h2{
text-align:center;
font-size:16px;
text-decoration:underline;
margin:0;
}
#nav_liste_sejours ul{
list-style-type:none;
margin-top:0;
margin-bottom:4px;
}
#nav_liste_sejours a, #nav_liste_sejours a:visited, #nav_liste_sejours a:hover, #nav_liste_sejours a:active{
color:#0000FF;
}
/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 850px;
	text-align:center;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #f29400;
	border: 1px solid #fff;
	font-size: 8pt;
	padding:4px 1px 4px 4px;
	height:30px;
	text-align:left;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 2px;
	background-color: #FFF;
	border-left: 1px dashed #f29400;
	border-right: 1px dashed #f29400;
	border-bottom: 1px solid #000;
	vertical-align:middle;
	height:15px;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image:url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
