.load
{
	z-index: 1000;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%; 
	background-color: #808080;
}
.loadimg
{
	z-index: 2000;
	position: absolute;
}

.boutton
{
	height: 25px;
	margin: 1px;
	margin-left: 5px;
	margin-right: 5px;
	cursor: pointer;
}

.boutton0
{
	background-color: #D4D4D4;
}
.boutton0:hover
{
	background-color: #E0E0E0;
}
.boutton1
{
	background-color: #C8C8C8;
}
.boutton1:hover
{
	background-color: #E0E0E0;
}

.bouttoncurrent
{
	margin: 10px;
	font-weight: bold;
	cursor: auto;
}
.bouttonparrent
{
}
.bouttonparrent:hover
{
	background-color: #E0E0E0;
}

.bouttonicon
{
	margin-right: 10px;
	float: left;
}
.bouttonname
{
	width: 80%;
	float: left;
}
.bouttonsize
{
	width: 15%;
	float: left;
}
