
/* ########### feuille CSS pour le module d'upload SATUPLOAD (CGI + AJAX) ############# */

#affiche_progress {
	display:block;
	float:left;	
	clear:left;
	width:500px;
	background-color: #f9f9f9;
	border: 1px solid #000000;
	padding:10px;
	margin-top:10px;
	}
	
fieldset #affiche_progress  {
	width:400px;
	}
	
#fieldset_image_field #affiche_progress  {
	width:400px;
	}

#sat_pourcent {
	display:block;
	float:left;
	clear:both;
	height:25px; line-height:25px;
	width:50px;
	text-align:center;
	border:1px solid #000000;
	border-right:0px;
	}

#sat_contentbar {
	display:block;
	float:left;
	height:25px; line-height:25px;
	width:250px;
	border:1px solid #000000;
	}

#sat_progressbar {
	display:block;
	height:25px; line-height:25px;
	width:1%;
	background-color:#9999FF;
	}