/* -------------
 * Radios
 * ------------- */
.jRadioWrapper { float: left; z-index: 2; }
.jNiceRadio {
	background: transparent url(../images/charte/radio.png) no-repeat center top;
 	height: 14px;
	width: 13px;
   z-index:2;
   cursor:pointer;
  position:absolute;
  left: 0px;
   margin-top: -2px;
}


/* -------------
 * Checkboxes
 * ------------- */
.jNiceCheckbox {
	background: transparent url(../images/charte/check.gif) no-repeat center top;
 	height: 25px;
	width: 25px;
   z-index:2;
   cursor:pointer;
  position:absolute;
  left: 0px;
  top:0px;
  margin-left: -9px;
  margin-top: -2px;
}

.jNiceChecked,.jNiceChecked2 {
  background-position: center bottom;
  }


.jNiceWrapper select
{
  border:none;
  margin:0;
  padding:0; 
  display:none;
  width: 100%;
  float: left;
 }

.jNiceSelectWrapper
{
	height: 17px;
	left:0px;
    top:0px;
    z-index:3;
    position:absolute;
      width: 100%;
}

.jNiceWrapper iframe {position:absolute;z-index:-1;width:96%;left:0px;top:0px;   }


.jNiceSelectWrapper .jNiceSelectText
{
	font-family:Trebuchet MS,Arial,Geneva, Helvetica, sans-serif;
	font-size: 12px;
   	font-weight: normal;
	margin: 0px;
    height: 17px;
    line-height: 17px;
    padding: 0px 2px 0px 2px;
	overflow:hidden;
    z-index: 1;
}

.inputSelect
{
	font-family:Trebuchet MS,Arial,Geneva, Helvetica, sans-serif;
	font-size: 12px;
   	font-weight: normal;
	margin: 0px;
    width: 165px;
    float: left;
 background-image: url(../images/charte/inputX.jpg);
  background-repeat: repeat-x;
  background-position: top left;
  height: 17px;
  padding: 5px 2px 4px 3px;
  border: 0px;
  cursor:pointer;
}





.SelectCombo
{
  width: 165px;
  margin-top: -3px;
  border:  none;
}


.jNiceSelectWrapper .jNiceSelectOpen
{
  position:absolute;
  background-image: url(../images/charte/arrow3.png);
  background-repeat: no-repeat;
  background-position: top right;
  width: 7px;
  height: 4px;
  margin-top: 6px;
  right: 0px;
  cursor:pointer;
  z-index: 2;
}




.jNiceSelectWrapper ul {
	top: 21px;
	position:absolute;
    left:0px;
     list-style:none;
    display: none;
    margin:0;
    padding:0;
    /*height:290px; */
    height:200px;
    width: 100%;
    overflow:auto;
    z-index:1;
    background-image: none;
}

#contenu .jNiceSelectWrapper ul a {
	color:#000;
    text-align: left;
    font-size: 11px;
    background-color: #d5d4d3;
     border-bottom: solid 1px #a8a8a8;
     display: block;
    padding:2px 2px 2px 3px;
    text-decoration:none;
    overflow: hidden;
      background-image: none;
}

#contenu .jNiceSelectWrapper ul a:hover {
  background:#c3c0c0;
  color:#000;
    text-align: left;
    font-size: 11px;
    border-bottom: solid 1px #a8a8a8;
       display: block;
    padding:2px 2px 2px 3px;
    text-decoration:none;
       background-image: none;
          }

.rezervTable .jNiceSelectWrapper ul {
	/*top:0px;*/
	top:16px;
	position:absolute;
    left:0px;
     list-style:none;
    display: none;
    text-align: center;
    margin-top:-1px;
    padding:0;
     height:300px;
    width: 100%;
    z-index: -1;
    background-image: none;
}

.rezervTable .intereng .jNiceSelectWrapper ul {
	/*top:0px;*/
	top:21px;
	position:absolute;
    left:0px;
     list-style:none;
    display: none;
    text-align: center;
    margin-top:-1px;
    padding:0;
     height:300px;
    width: 100%;
    z-index: -1;
    background-image: none;
}


  #contenu .rezervTable .jNiceSelectWrapper ul a {
	color:#000;
    text-align: center;
    font-size: 11px;
    background-color: #d5d4d3;
     border-bottom: solid 1px #a8a8a8;
     display: block;
    padding:2px 2px 2px 3px;
    text-decoration:none;
    overflow: hidden;
      background-image: none;
}

#contenu .rezervTable .jNiceSelectWrapper ul a:hover {
  background:#c3c0c0;
  color:#000;
    text-align: center;
    font-size: 11px;
    border-bottom: solid 1px #a8a8a8;
       display: block;
    padding:2px 2px 2px 3px;
    text-decoration:none;
       background-image: none;
          }
.rezervTable .jNiceSelectWrapper .jNiceSelectText
{
	font-family:Trebuchet MS,Arial,Geneva, Helvetica, sans-serif;
	font-size: 12px;
   	font-weight: normal;
	margin: 0px;
    height: 21px;
    float: left;
    margin-top: -1px;
    width: 30px;
    padding-right:5px;
    background-color: #FFFFFF;
    line-height:21px;
	overflow:hidden;
    z-index: 1;
}

.jNiceSelectWrapper ul a.selected {background:#a8a8a8; color:#000;}

.jNiceFocus { border: dotted 1px #666666;}


.jNiceHidden {opacity:0;z-index:-1;position:relative;}

.jNiceWrapper {outline:none;position:relative;}

.jNiceWrapper input {outline:none;}

