/* Tableau des téléversements */

#listupload th {
	padding: 0 0 1px 10px;
	color: #999;
}
#listupload td {
	padding: 5px 5px 5px 10px;
	border-top: 1px solid #ccc;
	line-height: 16px;
}
#listupload .rd-one,
#listupload .rd-two {
    width: 16px;
    height: 16px;
}

/* Parcourir */

#fileupload {
	max-width: 100%;
}

/* Barre de progression */

#progress {
	position: relative;
	top: 0;
	left: 0;
	height: 25px;
	line-height: 25px;
	width: 500px;
	background-color: #CCCBCC;
}
#progress .bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 25px;
	overflow: hidden;
	background-color: #F4951F;
	z-index: 1;
}
#progress .text {
	position: relative;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 2;
}
#loadingupload {
	vertical-align: top;
}

/*eof*/
