.ul_sommaire {
	margin-left:0px;
}

.ul_sommaire li {
	list-style-type: none;
}

.li_ouvre {
	display: inline-block;
	width: 16px;
	height: 11px;
	background: url(/console/imgs/plus.gif) no-repeat top left;
}

.li_ferme {
	display: inline-block;
	width: 16px;
	height: 11px;
	background: url(/console/imgs/moins.gif) no-repeat top left;
}

.li_last {
	display: inline-block;
	width: 16px;
	height: 11px;
	background: url(/console/imgs/last.gif) no-repeat top left;
}

.li_ouvre:focus {
	outline:0; 
}

.li_ferme:focus {
	outline:0; 
}

.li_last:focus {
	outline:0; 
}

.sommaire_entree{
	display: table;
}

.ul_sommaire a:first-child{
	display: table-cell;
	width: 17px;
	vertical-align:top;
}

.ul_sommaire a:last-child{
	display: table-cell;
	vertical-align:top;
}
.sommaire_entree_active{display:table}

#ui-div-container {
	position: fixed;
	left: 0;
	top: 0;
	display: flex;
	height: 100vh;
	width: 100%;
	background-color: #000A;
	font-family: Verdana,Arial,sans-serif;
}

#ui-div-insider {
	border: 1px solid #d3d3d3;
	width: 250px;
	height: 105px;
	position: relative;
	margin: auto;
	background-color: white;
	color: #222222;
}

.ui-p-title {
    background-color: #e4e4e4;
    color: #3a3a3a;
    border: #AAA 1px solid;
    margin: 5px;
    padding: 5px;
}

.ui-button {
	width: 110px;
	border: 1px solid #999999;
    background: #dadada;
    color: #212121;
    padding: 5px;
    margin-left: 10px;
	top: 12px;
	position: relative;
}

.ui-button:disabled {
    background: #646464;
    color: #212121;
}