.boutton
{
	height: 25px;
	margin: 1px;
	margin-left: 5px;
	margin-right: 5px;
	cursor: pointer;
}

.color0
{
	background-color: #D4D4D4;
}
.color0:hover
{
	background-color: #E0E0E0;
}
.color1
{
	background-color: #C8C8C8;
}
.color1:hover
{
	background-color: #E0E0E0;
}

.bouttoncurrent
{
	margin: 10px;
	font-weight: bold;
	cursor: auto;
}
.bouttonparrent
{
}
.bouttonparrent:hover
{
	background-color: #E0E0E0;
}

.bouttontrash
{
	float: left;
}
.bouttonicon
{
	margin-right: 10px;
	float: left;
}
.bouttonname
{
	position: absolute;
	left: 60px;
	right: 100px;
	float: left;
}
.bouttonsize
{
	position: absolute;
	width: 100px;
	right: 100px;
	float: left;
}

.ftp1
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	bottom: 0px;
	float: left;
	padding: 10px;
}

.ftp2
{
	position: absolute;
	top: 0px;
	left: 320px;
	right: 0px;
	bottom: 0px;
	padding: 10px;
	overflow: auto;
	float: left;
}
