.uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	border: 2px solid #E5E5E5;
	background-color: #F5F5F5;
	margin-top: 5px;
	padding: 10px;
	width: 390px;
}

.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}

.uploadifyLoad {
	border: 2px solid #7AB9E2 !important;
	background-color: #FFFF80 !important;
}

.uploadifyQueueItem .cancel {
	float: right;
}

.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}

.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}

#cadreChoixUpload {
	width: 435px;
	border: 1px solid #B4B4B4;	
	margin:auto;
	padding:3px;
	text-align:center;
	font-weight:bold;
	margin-bottom: 5px;
}

#fileQueue {
	width: 435px;
	height: 300px;
	overflow: auto;
	border: 1px solid #E5E5E5;
	margin-bottom: 10px;
	margin:auto;
	padding:3px;
	text-align:justify;
}

#tempsTransfert {
	margin-bottom:8px;
	width:435px;
	margin:auto;
	text-align:center;
	font-size:11px;
}