﻿#iframe 
{
	display:none;
}

#upload_div 
{
	position:absolute;
	display:none;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:Navy;
}

#box 
{	
	width:300px;
	margin:auto;
	margin-top:150px;
	padding:5px;
	border:solid 1px Black;
	background-color:Aqua;
}
#box_multi 
{
	display:none;
}

#barrePartiel, #barreTotal 
{
	height:20px;
	width:300px;
	background-color:Fuchsia;
}

#pourcentPartiel, #pourcentTotal 
{
	display:block;
	background-color:Blue;
	text-align:center;
	height:20px;
	width:0;
	color:White;
}

