.nowrap
{
        white-space:nowrap;
}

.liste
{
		margin-top:5px;
        width:100%;
        border-collapse:collapse;
		border: none;
		background-color:#fff;
}


.listeTitre th
{
        background-color:#ccc;
        border-top:1px solid #ccc;
		border-bottom:1px solid #999;
		text-align: left;
		font-weight: normal;
		font-size: smaller;
		padding-left:0.7em ;
}
.listeGroup td
{
        background-color:#ddd;
        border-top:1px solid #ccc;
		border-bottom:1px solid #999;
		text-align: left;
		font-weight: bold;
		padding-left:0.4em ;
}
.liste td
{
        border-top:1px solid #dcdcdc;
        border-bottom:1px dashed #999;
		vertical-align: top;
		padding: 0.3em 1em 0.3em 1em;
}
.liste tr:hover
{
        background-color:#e0e0e0;
}
.souslig0 td,.souslig1 td
{
        padding:3px;
        padding-left:14px;
}
.liste tr td.listicon
{
	text-align:center;
}

table.nowrap tr td
{
	white-space:nowrap;
}

table.export
{
	font-size:0.5em;
}

div.changepages
{
	margin:10px 0 10px 0;
}

#groupstree
{
	padding-top:20px;
}

#groupstree ul
{
	margin:0px;
	list-style: none;
	font-weight:bold;
}
#groupstree ul ul
{
	padding-left:20px;
	font-weight:normal;
}
#groupstree li
{
	margin:0px;
	padding-left:13px;
	padding-bottom:5px;
}
#groupstree li.expandable
{
	padding-left:0px;
}
#groupstree li.expandable img
{
	margin-right:2px;
}
	

