#form-content  ul li label {
	width: 100%;
	float: none;
	text-align: left;
	margin: 0;
	padding: 0;
}

#form-content ul li input {
	text-align: left;
}

#form-content .form-field-column ul {
	list-style-type: none;
	padding: 0px;
	padding-left: 5px;
	margin-left: 10%;
	margin-right: 0px;
	margin-top: 0px;
}

#form-content .form-field-column li {
	margin: 0px;
	padding: 0px;
}

#form-content .form-field-ligne ul {
	list-style-type: none;
	padding: 0px;
	padding-left: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	display: inline;
}

#form-content .form-field-ligne li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

#form-content  span.form-info {
	float: right;
}

label.form-title {
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-left: 0px;
	padding-left: 0px;
}

fieldset.form-fieldset {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
	display:block;
}

legend.form-legend {
	font-size: 12px;
	font-weight: bold;	
}

div.form-element {
	margin-bottom: 10px;
	margin-top: 10px;
	clear: both;
}

div.form-element-conditionnel {
	
}

div.form-element-conditionnel .form-element {
	margin-bottom: 10px;
	margin-top: 10px;
	clear: both;
}

span.form-label {
	float: left;
	width: 50%;
	text-align: right;
	padding-right: 5px;
	color: #666; /*text light*/
	font-weight: bold;
}

.form-submit {
	margin-left: 5px;
	margin-bottom: 5px;
	padding-top: 1px;
	border: none;
	font-size: x-small;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	cursor: hand;
	text-align: center;
}

a.info {
	position: relative;
	z-index: 0;
	background: url(../../../images/admin/skin/bullet.gif) no-repeat left;
	padding: 0 0 1px 12px;
	cursor: pointer;
	cursor: hand;
}

a.info:hover {
	z-index: 25;
	text-decoration: none;
}

a.info span {
	display: none;
}

a.info:hover span {
	display: block;
	position: absolute;
	top: -5em;
	right: 0em;
	_right: 95%;
}

#form-content pre {
	padding: 10px;
}

#form-requirement {
	
}

.form-intro {
	display: none;
}
#form-content .form-intro {
	display: block;
}

#form-content fieldset{
	border: 1px solid #DAEAF6;/* light*/
}

#form-content .grey-fieldset{
	border: 1px solid #cccccc;
}

.form-steps .button, #form-content .form-steps .bouton{
	background: url(../../../images/local/skin/site/boutons/bouton-moyen.png) no-repeat;
	border: 0px none;
	width: 131px;
	height: 36px;	
	font-weight: bold;
	font-variant: small-caps;	
	padding-left: 0px;
	padding-bottom: 3px;
	cursor: pointer;
}

.form-steps .button-grand, #form-content .form-steps .bouton-grand{
	background: url(../../../images/local/skin/site/boutons/bouton-grand.png) no-repeat;
	border: 0px none;
	width: 191px;
	height: 36px;	
	font-weight: bold;
	font-variant: small-caps;	
	padding-left: 0px;
	padding-bottom: 3px;
	cursor: pointer;
}
