﻿	
/* 

	As this stylesheet is lazy loaded these styles only apply if JavaScript is enabled

*/
.rigToolbar 
{
  /*  height:350px !important;*/
}
.RadImageGallery RadImageGallery_Default {
      height:450px !important;
}

/* fake button */
#ContentPlaceHolder1_FileUpload-button
{
	overflow: hidden;
	display: inline-block;
	position: relative;	
	vertical-align: middle;
	text-align: center;
	/* Cosmetics */
       background-image: url(../Img/btn_parcourir_off.jpg);
	
}
/* pass hover effects to button */
#ContentPlaceHolder1_FileUpload-button.Hover
{
  background-image: url(../Img/btn_parcourir_on.jpg);

}

.uploadify-button-text {
display:none;
}
.uploadify-button {
 
    background-position: center top!important;
   -webkit-border-radius: 30px!important;
    border:none!important;
   background-color:white!important;
   

}

.UploadButton {
    display:none;

}

.file-upload {
	overflow: hidden;
	display: inline-block;
	position: relative;	
	vertical-align: middle;
	text-align: center;
	/* Cosmetics */

	background-image: url(../Img/btn_parcourir_off.jpg);
    }
	
.file-upload:hover { 
	background-image: url(../Img/btn_parcourir_on.jpg);

	}

.file-upload.focus { 
  
	}

.file-upload input {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	font-size: 70px;

	/* Loses tab index in webkit if width is set to 0 */
	opacity: 0;
	filter: alpha(opacity=0);
      cursor: pointer;
	}

.file-upload strong { 
	font: normal 1.75em arial,sans-serif; 
	}	
	
.file-upload span {
	position: absolute;
	top: 0;rs
	left: 0;
	display: inline-block;
     
	/* Adjust button text vertical alignment */
	padding-top: -7px;
	}

/* Adjust the button size */	
.file-upload { height: 37px; }
.file-upload,
.file-upload span {	width: 137px; }	

.file-upload-status {
    padding-top:5px;
    padding-bottom:5px;
    padding-right:10px;
    padding-left:2px;
    color: Black;
	vertical-align:middle;
    font-size: 11px;
	border: 1px solid #ccc;
	}


