.Formulaire label
 {
width:215px;
float:left;
}


.Formulaire label .obligatoire
{
color: #C99A30;
}


.Formulaire fieldset
{
border:1px solid #C99A30;
padding:10px;
margin-top:15px;
}

.Formulaire .submit
{

clear:both;
float:right;
position:relative;
display:block;
top:0px;
width:auto;
background:#CC9933;
border:1Px solid #CC9933;
padding:3px 10px;
color:white;

}
.Formulaire a
{

clear:both;
float:left;
position:relative;
display:block;
top:0px;
width:auto;
padding:3px 10px;
color:white;

}

.Formulaire legend
{
padding:0px;
padding-left:10px;
padding-right:10px;
font-size:12px;
font-family:UniversLTStd,"Myriad Pro";
color:#cc9933;
text-transform:uppercase;
}

.Formulaire label.error {
  background:url("../js/demo/images/unchecked.gif") no-repeat 0px 0px;
  padding-left: 20px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #CC9933;
float:right;
position:absolute;
margin-left:30px;

}

.Formulaire label.checked {
  background:url("../js/demo/images/checked.gif") no-repeat 0px 0px;
}

/* --------------
 * Doc Repertoire
 * -------------- */
.DocRep label
 {
width:215px;
float:left;
}


.DocRep label .obligatoire
{
color: #C99A30;
}


.DocRep fieldset
{
border:1px solid #C99A30;
padding:10px;
margin-top:15px;
}

.DocRep .submit
{

clear:both;
float:right;
position:relative;
display:block;
top:0px;
width:auto;
background:#CC9933;
border:1Px solid #CC9933;
padding:3px 10px;
color:white;

}
.DocRep a
{

clear:both;
float:left;
position:relative;
display:block;
top:0px;
width:auto;
padding:3px 10px;
color:#CC9933;
font-weight:bold;

}

.DocRep legend
{
padding:0px;
padding-left:10px;
padding-right:10px;
font-size:12px;
font-family:UniversLTStd,"Myriad Pro";
color:#cc9933;
text-transform:uppercase;
}

.DocRep label.error {
  background:url("../js/demo/images/unchecked.gif") no-repeat 0px 0px;
  padding-left: 20px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #CC9933;
float:right;
position:absolute;
margin-left:30px;

}

.DocRep label.checked {
  background:url("../js/demo/images/checked.gif") no-repeat 0px 0px;
}

/* -------------
 * JNice
 * ------------- */



/* -------------
 * Inputs
 * ------------- */
.jNiceInputWrapper {
	background: transparent url(../img/form/input.gif) no-repeat left top;
	float:left;
}

.jNiceInputInner {
	background: transparent url(../img/form/input.gif) no-repeat right top;
	padding: 2px 4px 2px 0;
	margin: 0 0 0 4px;
}

.jNiceInputInner input {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#404040;	
	line-height: 17px;
	height: 17px;
	*line-height: 15px;/* IE Hacks */
	*height: 15px;/* IE Hacks */
	vertical-align:middle;padding:0;margin:0;background:none;border:none;outline:none;
}

.jNiceInputWrapper_hover { background-position: left bottom; }
.jNiceInputWrapper_hover .jNiceInputInner { background-position: right bottom; }


/* -------------
 * Radios
 * ------------- */
.jRadioWrapper { float: left; z-index: 2; }
.jNiceRadio {
	background: transparent url(../img/form/radio.gif) no-repeat center top;
	height: 18px;
	width: 18px;
	position:absolute;left:0px;top:0px;cursor:pointer;vertical-align:middle;
}


/* -------------
 * Checkboxes
 * ------------- */
.jNiceCheckbox {
	background: transparent url(../img/form/checkbox.gif) no-repeat center top;
	height: 18px;
	width: 18px;
	position:absolute;left:0px;top:0px;z-index:2;cursor:pointer;
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
.jNiceChecked { background-position: center bottom;}

/* -------------
 * Selects
 * ------------- */
.jNiceWrapper select {border:none;margin:0;padding:0;}

.jNiceSelectWrapper {
	height: 17px;
	left:0px;top:0px;z-index:3;position:absolute;
}

.jNiceWrapper iframe {position:absolute;z-index:1;width:100%;left:0px;top:0px;}

.jNiceSelectWrapper .jNiceSelectText {
	height: 15px;
	line-height: 15px;
	padding: 0px 3px;
	border: 1px solid #CCCCCC;
	border-right: none;
	overflow:hidden;float:none;position:absolute;z-index:100;
}

.jNiceSelectWrapper .jNiceSelectOpen {
	width: 21px;
	height: 17px;
	background: url(../img/form/select_right.gif) no-repeat center center;
	z-index:100;display:block;position:absolute;right:0px;
}

.jNiceSelectWrapper ul {
	top: 16px;
	background-color: #FFF;
	border: solid 1px #CCC;
	height: 150px;
	position:absolute;left:0px;list-style:none;display: none;margin:0;padding:0;overflow-y:auto;z-index:100;width: 95%;
}

.jNiceSelectWrapper ul a {
	color:#CC9933;
	background-color: #FFF;
	display:block;padding:3px;text-decoration:none;
}


.jNiceSelectWrapper ul a:hover { background:#E1F5FF; }
.jNiceSelectWrapper ul a.selected {background: #EDEDED;}

.jNiceFocus { border: dotted 1px #666666; }

.jNiceHidden {opacity:0;z-index:-1;position:relative;}
.jNiceWrapper {position:relative;vertical-align:top;}
.jNiceWrapper input {outline:none;moz-outline:none;}