/* -------------
 * Buttons
 * ------------- */
button {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	overflow: visible;
}

*:first-child+html button[type]{width: 1;} /* IE7 */

button span {
	background: transparent url(../../elements/btn_right.gif) no-repeat scroll right top;
	display: block;
	float: left;
	padding: 0px 4px 0px 0px; /* sliding doors padding */
	margin: 0px;
}

button span span {
	background: transparent url(../../elements/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(../../elements/input_left.gif) no-repeat left top;
	height: 23px;
	padding: 0px;

}

.jNiceInputInner {
	background: transparent url(../../elements/input_right.gif) 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: none;
	position: absolute;
	top: -2px;
	left: -4px;
	height: 26px; 
}

/* -------------
 * Radios
 * ------------- */
.jRadioWrapper {float: left;}
.jNiceRadio {
	background: transparent url(../../elements/radio.gif) no-repeat center top;
	vertical-align: middle;
	height: 18px;
	width: 18px;
	display:block;/*display: -moz-inline-block;*/
}


/* -------------
 * Checkboxes
 * ------------- */
.jNiceCheckbox {
	background: transparent url(../../elements/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 { background-position: center bottom;}


/* -------------
 * Selects
 * ------------- */
#header .jNiceSelectWrapper { display:inline; float:left; height:15px; margin:11px 0 0 10px; position:relative; width:75px; }
#header .jNiceSelectWrapper div span { border:none; color:#fff; float:none; height:15px; left:0; line-height:15px; padding:0; position: absolute; overflow:hidden; width:55px; }
#header .jNiceSelectWrapper div a { background:#eee; display:block; position:absolute; right:0; width:20px; height:15px; background:url(navpics/puces/fleche_gris_bas.gif) center center no-repeat; }
#header .jNiceSelectWrapper ul { background-color:#1a171b; border:solid 1px #eee; display:none; height:100px; left:0; list-style:none; margin:0; overflow:hidden; overflow-y:auto; padding:0; position:absolute; top:16px; width:75px; z-index:100; }
#header .jNiceSelectWrapper ul a { background-color:#000; color:#ccc; display:block; padding:0 0 0 5px; text-align:left; text-decoration:none; }
#header .jNiceSelectWrapper ul a:hover { background:#ccc; color:#000; }
#header .jNiceSelectWrapper ul a.selected { background: #bf0d0d; color:#000; }

#site_info .jNiceSelectWrapper { background:url(navpics/fonds/map.png) 0 0 no-repeat; display:inline; float:left; height:22px; margin:9px 0 0 10px; padding:0 0 0 42px; position:relative; width:50px; }
#site_info .jNiceSelectWrapper div span { border:none; color:#9b9c9c; float:none; height:22px; right:0; line-height:22px; padding:0; position: absolute; overflow:hidden; width:30px; }
#site_info .jNiceSelectWrapper div a { background:#eee; display:block; position:absolute; left:42px; width:20px; height:22px; background:url(navpics/puces/fleche_gris_bas.gif) center center no-repeat; }
#site_info .jNiceSelectWrapper ul { background-color:#1a171b; border:solid 1px #eee; display:none; height:100px; left:0; list-style:none; margin:0; overflow:hidden; overflow-y:auto; padding:0; position:absolute; top:-100px; width:75px; z-index:100; }
#site_info .jNiceSelectWrapper ul a { background-color:#000; color:#ccc; display:block; padding:0 0 0 5px; text-align:left; text-decoration:none; }
#site_info .jNiceSelectWrapper ul a:hover { background:#ccc; color:#000; }
#site_info .jNiceSelectWrapper ul a.selected { background: #bf0d0d; color:#000; }

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jNiceHidden {display: none;}

