/* ====================================================================
 * styles for the form plugin
 * -------------------------------------------------------------------- */

#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  span.form-field-column ul {
   list-style-type: none;
   padding: 0px;
   padding-left: 5px;
   margin-right: 0px;
   margin-top:0px;
   margin-left: 40%;
}

#form-content span.form-field-column li {
   margin: 0px;
   padding: 0px;
}

#form-content  span.form-field-ligne ul {
   list-style-type: none;
   padding: 0px;
   padding-left: 5px;
   margin-right: 0px;
   margin-top:0px;
   margin-left: 40%;
}

#form-content span.form-field-ligne li {
   margin: 0px;
   padding: 0px;
   display: inline;
   float: left;
}

#form-content  span.form-info{
	float: right;
	
	}
label.form-title {
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EE9C00;
	margin-left: 0px;
	padding-left: 0px;
}



fieldset.form-fieldset {
   background:#DAE4F7;
   margin-top: 40px;
   margin-bottom: 20px;
   margin-right: 10px;
   margin-left: 10px;
   padding-bottom: 10px;

   position:relative;
}

legend {position:absolute;
        top:-0.5em;
	        left:0.5em;}


legend.form-legend {
	font-size: 12px;
	font-weight: bold;
	color: #1C2861;

	position:absolute;
        top:-0.5em;
	left:0.5em;
}

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: 40%;
	text-align: left;
	padding-right: 5px;
	margin-bottom: 30px;
}


.form-submit {
	margin-left: 5px;
   margin-bottom: 5px;
   padding-top:1px; border:none; color:#FFFFFF;
   font-size:x-small;
   font-weight:bold;
   text-transform:uppercase;
   background:#859ECF;
   cursor: pointer;
   cursor: hand;
   text-align: center ;
}



/*-------------info bulle help-----------------*/
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;
    background-color: #F8F8F8;
    text-decoration: none;
}

a.info span{
    display: none;
}

a.info:hover span{ 
    display:block;
    position:absolute;
    top:-5em; 
    right:0em; 
	_right:95%;
    border:1px solid #395E7D;
  	background:#F8F8F8;
  	color:#000000;
 }
#form-content pre
{
	background:#FFFFFF;
	padding:10px;
	
}
#form-requirement
{
	background:#FFFFFF;
}
