@CHARSET "utf-8";

.trV{
	border : 0px solid #ababab;
}

.trV>.itemGroupe{
	border:1px solid #ababab;
}


.trV>.itemGroupe .itemGroupe>.itetremElement:hover{
	border-left:1px solid #ababab;
	background-color:#efefef;
}


.trV .itemGroupe>.itemElement[_open="false"]>.itemGroupe {
	display:none;
}

.trV .itemGroupe>.itemElement[_open]>.titre {
	cursor: pointer;
	vertical-align: top;
}

.t1>.titre{
	text-align:center;
	border-bottom:1px solid #ababab;
	background: linear-gradient(#031BD9 49%,#002DFF 24%,#111BB1 54%,#1216A7 75%);
	border-radius:3px 3px 0px 0px ;
	color: #D0D0D0;
	font-weight: bold;
	right: 0px;	
}
.itemElement>.titre>div{
	display:inline-block;	
	vertical-align:top;
}

.itemElement:hover>.titre{
	color:#FFFFF;
}
.trV .itemElement:hover>.titre>div{
	font-weight:bold;
}
.trV .itemElement:hover>.titre>div+div{
	font-weight:bold;
	border-bottom:1px solid;
}
.trV .itemGroupe{
	position:relative;
}
.trV .itemGroupe .itemGroupe{
	margin-left:14px;
}