object{
	background: transparent;
}
img {
	border: none;
}
#hideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#fade {
	/*background: #000; */
	position: fixed; 
	width: 100%;
	height: 100%;
	/*filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	z-index: 10;
}
.popup_block {
	background: #a1b3c6;
	padding: 10px 20px;
	border: 10px solid #dadccb;
	float: left;
	width: 500px;
	height:400px;
	bottom:1%;
	position: fixed;
	top: 50px;
	left: 45%;
	margin: 0 0 0 -280px;
	z-index: 100;


}
.popup_block .popup {
	float: left;
	width: 100%;
	height:100%;
	background: #fff;
	margin: 0 auto;
	border: 1px solid #547698;
}
.popup h3 {
	margin: 0 0 20px;
	padding: 5px 10px;
	border-bottom: 1px solid #bbb;
	font-size: 1.5em;
	font-weight: normal;
	color: #fd8703;
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
	text-align: justify;
	color: #000;
}
.popup img.btn {
	position: absolute;
	right: -20px;
	top: -20px;
}
.cntrl{
	float: right;
}
/*--Making IE6 Understand Fixed Positioning--*/

*html #fade {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop : document.body.scrollTop);
}

*html .popup_block {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+((documentElement.clientHeight-this.clientHeight)/2)
	: document.body.scrollTop
	+((document.body.clientHeight-this.clientHeight)/2));
	
	left:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollLeft 
	+ (document.body.clientWidth /2 ) 
	: document.body.scrollLeft 
	+ (document.body.offsetWidth /2 ));
}
/*--IE 6 PNG Fix--*/

img{ behavior: url(iepngfix.htc) }

/* FORMS */

form {
	margin: 0;
	padding: 0;
}

form p {
	margin: 0.5em 0 0 0;
	padding: 0 0 0.5em 0;
}

form sup {
	color: #CC0000;
	font-weight: bold;
	vertical-align: text-top;
}

.margin-form {
	padding: 0 0 1em 190px;
	color: #7F7F7F;
	font-size: 0.85em;
}

fieldset.width1 .margin-form {
	margin: 0 0 1em 130px;
}

fieldset {
	margin: 0;
	padding: 1em;
	border: 1px solid #006699;
	background: #eee;
	font-size: 1.1em;
	width: 90%;
}

fieldset img {
	padding: 0 4px 0 0;
	vertical-align: bottom;
}
  
legend {
	margin: 0;
	padding: 0.2em 0.5em;
	border: 1px solid #f39302;
	background: #c2cfdb;
	font-weight: bold;
	text-align: left;
	color: #003264;
}

label {
	float: left;
	width: 180px;
	padding: 0.2em 0 0 0;
	text-align: right;
	font-weight: bold;
}

#preview_import label {
	float: left;
	width: 340px;
	padding: 0.2em 0 0 0;
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
}

label.t {
	float: none;
	clear: none;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 12px;
}
label.std {
	float: none;
	margin: 0px;
	width: 170px;
	display: block;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
}
form div.std {
	margin-top: -2em;
}

fieldset.width1 label {
	width: 110px;
}

label:after {
	clear: both;
}

input, textarea, option {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

input[type="text"], input[type="password"], input[type="file"], textarea {
	padding: 2px 4px;
	border: 1px solid #aaa;
}

input[type="text"], input[type="password"], input[type="file"], input[type="radio"], input[type="checkbox"], textarea, select, option {
	background-color: white;
	font-style: italic;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #aaa;
}

input:focus, textarea:focus {
	background-color: #d5dee8;
}

fieldset {
 	_position: relative;
}

legend {
	_position: relative;
	_top: -2em;
	_margin-top: 12px;
}
fieldset table tr td{
font-weight: bold;
}
.infos{
	

}
.erreur{
	color: red;
	font-weight: bold;
	font-size: 10px;
	margin: 0 auto;
}
.succes{
	color: green;
	font-weight: bold;
	font-size: 9px;
	margin: 0 auto;
}
.produit{
	color:#6c88a6;
	font-style: italic;
}
