.AjoutPhotoV2 {
	text-align: center; 
	font-size: 12px;
}

#titreFormAddTof {
	margin-top: 20px; 
	margin-bottom: 20px;
}

.boxPhoto {
	width: 99%; 
	/*height: 300px;*/
	/*text-align: center;*/
	background-color: #f3f3f3 ;
	margin:0px 0px 15px 0px; 
	border-style:solid; 
	border-width:2px; 
	border-color:#cccccc;
	-moz-border-radius: 5px; 
	-khtml-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius:5px;
}

.boxPhoto table {
	width: 100%;
	height: 100%;
	text-align: left;
}

.img {
	-moz-box-shadow: 5px 5px 5px #aaa;
	-webkit-box-shadow: 5px 5px 5px #aaa;
	box-shadow: 5px 5px 5px #aaa;
	text-align: center;
}

.infotext {
	text-align: center;
	font-style: italic;
	vertical-align: middle;

	/*background-image:    -moz-linear-gradient(0deg, blue 0%, red 50%, blue 100%);
    background-image:     -ms-linear-gradient(0deg, blue 0%, red 50%, blue 100%);
	background-image: -webkit-linear-gradient(0deg, blue 0%, red 50%, blue 100%);
	background-image:      -o-linear-gradient(0deg, rgba(200,200,200,0) 0%, rgba(200,200,200,1) 40%, rgba(200,200,200,1) 60%, rgba(200,200,200,0) 100%);
	background-image:         linear-gradient(0deg, blue 0%, red 50%, blue 100%);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ff0000', endColorstr='#0000ff'); /* IE6 et IE7 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ff0000', endColorstr='#0000ff')"; /* IE8 */
}

.bandeau {
	background-image:    -moz-linear-gradient(0deg, rgba(220,220,220,0) 0%, rgba(220,220,220,1) 40%, rgba(220,220,220,1) 60%, rgba(220,220,220,0) 100%);
	background-image:     -ms-linear-gradient(0deg, rgba(220,220,220,0) 0%, rgba(220,220,220,1) 40%, rgba(220,220,220,1) 60%, rgba(220,220,220,0) 100%);
	background-image: -webkit-linear-gradient(0deg, rgba(220,220,220,0) 0%, rgba(220,220,220,1) 40%, rgba(220,220,220,1) 60%, rgba(220,220,220,0) 100%);
	background-image:      -o-linear-gradient(0deg, rgba(220,220,220,0) 0%, rgba(220,220,220,1) 40%, rgba(220,220,220,1) 60%, rgba(220,220,220,0) 100%);
	background-image:         linear-gradient(90deg, rgba(220,220,220,0) 0%, rgba(220,220,220,1) 40%, rgba(220,220,220,1) 60%, rgba(220,220,220,0) 100%);

}

.bulle {
	background-color: #fcfcfc;
	display: inline-block;
	   -moz-border-radius: 5px; 
	 -khtml-border-radius: 5px; 
	-webkit-border-radius: 5px; 
		    border-radius: 5px;
	padding: 0px 5px;
}


.boxPhoto table td{
	/*border: solid black 1px;*/
}

.boxPhoto input, .boxPhoto select, .boxPhoto textarea{
	display: inline-block;
}

#FormUploadPictures td{
	padding-top: 3px;
	padding-bottom: 3px;
}

#progressBar p
{
	display: block;
	width: 240px;
	padding: 2px 5px;
	margin: 2px 0;
	border: 1px inset #446;
	border-radius: 5px;
	background: #eee url("progress.png") 100% 0 repeat-y;
}

#progressBar p.success
{
	background: #0c0 none 0 0 no-repeat;
}
#progressBar p.failed
{
	background: #c00 none 0 0 no-repeat;
}