.fileUpload {
	position: relative;
	overflow: hidden;
	margin: 10px;
	background-color:rgb(51, 122, 183);
	background-image:linear-gradient(rgb(51, 122, 183) 0%, rgb(38, 90, 136) 100%);
	background-repeat:repeat-x;
	border-bottom-color:rgb(36, 85, 128);
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-collapse:collapse;
	border-image-outset:0px;
	border-image-repeat:stretch;
	border-image-slice:100%;
	border-image-source:none;
	border-image-width:1;
	border-left-color:rgb(36, 85, 128);
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:rgb(36, 85, 128);
	border-right-style:solid;
	border-right-width:1px;
	border-top-color:rgb(36, 85, 128);
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	border-top-style:solid;
	border-top-width:1px;
	box-shadow:rgba(255, 255, 255, 0.14902) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px;
	box-sizing:border-box;
	color:rgb(255, 255, 255);
	cursor:pointer;
	display:inline-block;
	filter:none;
	font-family:"Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size:14px;
	font-weight:normal;
	height:34px;
	line-height:20px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	overflow-x:hidden;
	overflow-y:hidden;
	padding-bottom:6px;
	padding-left:12px;
	padding-right:12px;
	padding-top:6px;
	position:relative;
	text-align:center;
	text-shadow:rgba(0, 0, 0, 0.2) 0px -1px 0px;
	touch-action:manipulation;
	vertical-align:middle;
	white-space:nowrap;
	width:200px;
	-webkit-user-select:none;
}
.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	width:200px;
}


.statut0, .statut1, .statut2, .statut3, .statut4, .statut5, .statut6
{
	font-size:16px;  
	font-weight:bold;
	color:white;
	width:200px;
	height:30px;
	
	
	line-height:30px;
	text-align:center;
	border-width:0px; 
	border-style:solid; 
	border-color:black;
	
	-moz-border-radius-topleft : 15px;
  	-moz-border-radius-topright : 15px;
  	-moz-border-radius-bottomleft : 15px;
  	-moz-border-radius-bottomright : 15px;
  
  	-webkit-border-top-left-radius: 15px;/*le bord haut gauche*/
  	-webkit-border-top-right-radius: 15px; /*le bord haut droit*/		
  	-webkit-border-bottom-right-radius: 15px;/*le bord bas droit*/
  	-webkit-border-bottom-left-radius: 15px;/*le bord bas gauche*/
}

.statut0{
	background-color:#FFFFFF;/*CC0000*/
	

}
.statut1{
	background-color:#0101DF;/*CC0000*/

}
.statut2{
	background-color:#585858;/*E69138*/
}
.statut3{
	background-color:#000000;/*6AA84F*/

}
.statut4{
	background-color:#01DF01;/*6AA84F*/

}
.statut5{
	background-color:#FF0000;/*6AA84F*/

}
.statut6{
	background-color:#FF8000;/*6AA84F*/

}


