/* -------------
 * Buttons
 * ------------- */
button {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	overflow: visible;
}
*:first-child+html button[type] {
	width: 1px;
}
/* IE7 */
button span {
	background: url(../img/formulaire/btn_right.gif) no-repeat;
	display: block;
	float: left;
	padding: 0px 4px 0px 0px;
/* sliding doors padding */
	margin: 0px;
}
button span span {
	background: transparent url(../img/formulaire/btn_left.gif) no-repeat;
	color: #FFFFFF;
	padding: 1px 4px 0px 8px;
	font-weight: normal;
	font-size: 10px;
	line-height: 13px;
	text-transform: lowercase;
	display: block;
	text-decoration: none;
}
/* -------------
 * Inputs
 * ------------- */
.jNiceInputWrapper {
	/*background: transparent url(../img/formulaire/input_left.png) no-repeat left top;*/
	height: 23px;
	padding: 0px;
}
.jNiceInputInner {
	/*background: transparent url(../img/formulaire/input_right.png) no-repeat right top;*/
	padding: 2px 4px 2px 0px;
	margin: 0px 0px 0px 4px;
}
.jNiceInputInner div {
	height: 19px;
}
.jNiceInputInner input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	vertical-align: middle;
	height: 17px;
	color: #404040;
	border: 0;
	padding: 0px;
	margin: 0px;
}
.jNiceSafari .jNiceInputInner div {
	position: relative;
	overflow: hidden;
}
.jNiceSafari input {
	background-color: transparent;
	position: absolute;
	top: -2px;
	left: -4px;
	height: 26px;
}
/* -------------
 * Radios
 * ------------- */
.jRadioWrapper {
	float: left;
}
#gamme .jNiceRadio {
	background: url(../img/formulaire/checkboxbig.gif) no-repeat center top;
	vertical-align: middle;
	height: 21px;
	width: 21px;
	display: block;
	/*display: -moz-inline-block;
*/
}
#express .jNiceRadio, #materiel .jNiceRadio {
	background: url(../img/formulaire/checkbox.gif) no-repeat center top;
	vertical-align: middle;
	height: 18px;
	width: 18px;
	display: block;
	/*display: -moz-inline-block;
*/
}
.jNiceRadio, #mode_equipement_question .jNiceRadio {
	background: transparent url(../img/formulaire/radio.png) no-repeat center top;
	vertical-align: middle;
	height: 18px;
	width: 18px;
	display: block;
	/*display: -moz-inline-block;
*/
}

.jNiceRadioErreur, #mode_equipement_question .jNiceRadioErreur {
  background: transparent url(../img/formulaire/radio_erreur.png) no-repeat center top;
	vertical-align: middle;
	height: 18px;
	width: 18px;
	display: block;
	/*display: -moz-inline-block;
*/
}
/* -------------
 * Checkboxes
 * ------------- */
.jNiceCheckbox {
	background: transparent url(../img/formulaire/checkbox.gif) no-repeat center top;
	vertical-align: middle;
	height: 18px;
	width: 18px;
	display:block;/*display: -moz-inline-block;*/
}
/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
.jNiceChecked, #express .jNiceChecked, #materiel .jNiceChecked, #gamme .jNiceChecked {
	background-position: center bottom;
}
/* -------------
 * Selects
 * ------------- */
.jNiceSelectWrapper {
	position:relative;
	top: -3px;
	width: 103px;
	position: relative;
	height: 17px;
}
.jNiceSelectWrapper div span {
	float: none;
	position: absolute;
	width: 97px;
	height: 22px;
	line-height: 19px;
	padding: 0px 3px;
	margin-top: 0;
	overflow: hidden;
	background: url(../img/formulaire/select_102.gif) no-repeat left top;
}
.jNiceSelectWrapper div a {
	display: block;
	position: absolute;
	right: 0px;
	width: 21px;
	height: 23px;
	/*background: url(../img/formulaire/select_right.gif) no-repeat center center;*/
}
.jNiceSelectWrapper ul {
	position: absolute;
	width: 100px;
	top: 22px;
	left: 0px;
	list-style: none;
	background-color: #FFF;
	border: solid 1px #CCC;
	display: none;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	overflow-y: auto;
	z-index: 100;
}
.jNiceSelectWrapper ul a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #535353;
	background-color: #FFF;
}
.jNiceSelectWrapper ul a:hover {
	background: #EDEDED;
}
.jNiceSelectWrapper ul a.selected {
	background: #EDEDED;
}

.jNiceSelectWrapperErreur {
	position:relative;
	top: 1px;
	margin-right:6px;
	margin-left:1px;
	width: 103px;
	position: relative;
	height: 17px;
}
.jNiceSelectWrapperErreur div span {
	float: none;
	position: absolute;
	width: 97px;
	height: 22px;
	line-height: 19px;
	padding: 0px 3px;
	margin-top: 0;
	overflow: hidden;
	background: url(../img/formulaire/select_102_erreur.gif) no-repeat left top;
}
.jNiceSelectWrapperErreur div a {
	display: block;
	position: absolute;
	right: 0px;
	width: 21px;
	height: 23px;
	/*background: url(../img/formulaire/select_right.gif) no-repeat center center;*/
}
.jNiceSelectWrapperErreur ul {
	position: absolute;
	width: 100px;
	top: 22px;
	left: 0px;
	list-style: none;
	background-color: #FFF;
	border: solid 1px #CCC;
	display: none;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	overflow-y: auto;
	z-index: 100;
}
.jNiceSelectWrapperErreur ul a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #535353;
	background-color: #FFF;
}
.jNiceSelectWrapperErreur ul a:hover {
	background: #EDEDED;
}
.jNiceSelectWrapperErreur ul a.selected {
	background: #EDEDED;
}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jNiceHidden {display: none;}
