@charset "utf-8";
/* CSS Document */

/* emplacement coupon et marge */

td img {
	display: block;
}
/*label, input, button, select, textarea {    
    color: #ffffff;
}*/



/* label question formulaire */
#form1 label.control-label {
	font-weight: bold !important;
}
/* bouton */
#form1 #api_btn_suivant.btn {
 *margin-left: -10px; /* IE7et inférieurs*/
	padding-top: 3px;
}
/* progress bar */
form #form1 #progress-bar.hide {
	width: 56%;
	padding: 0 3px 1% 3px;
	margin: 15px 0 0;
	height: 25px;
	font-size: 11px;/*color:#ffffff;*/
}
#form1 #progress-bar {
	margin: 15px auto 10px !important;
}
#form1 #msg_error {
	background: none repeat scroll 0 0 #FCE8D2;
	border: 1px solid #FF7326;
	color: #FF0202;
	top: 5px !important;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0px 5px 0px!important;
	position: absolute;
	width: 100% !important;
}
#msg_error.hide error {
	display: none !important;
}
#form1 {
	clear: both;
	
}

