#global{
	width: 980px;
}

		
.form_fieldset{
	border:none;
	text-align:center;
	margin:20px;
	margin-bottom :0px;	
}

.form_legend{
	font-weight:bold;
	color:black;
}
.form_p{
	overflow: auto;
}
.form_label{	
	float:left;
	width: 200px;
	display:block;
	text-align:right;
	margin-right: 10px;	
}
.form_label_court{	
	display:block;
	margin-left:5px;
	margin-right:5px;
	float:left;	
}
.form_text{	
 	width: 200px;
 	font-size:11px; 
 	float:left; 	
 	margin-top: 5px;
}
.form_text_court{	
 	font-size:11px; 
 	float:left; 	
}
.form_text_error{	
 	width: 200px; 	
 	border:solid 1px red;
 	float:left;
 	margin-top: 5px;
}
.form_radio{	
	float:left;	
	margin:5px 5px 0 0;
	padding:0;
}
.form_submit{
	background: url("../images/puce_fleche_r_dte.gif") no-repeat scroll right center transparent;
	padding:0;
	padding-right: 20px;
	margin:0;
	margin-top: 5px;
    	border: 0 none;
    	color: #6D8092;
    	cursor: pointer;    
    	font-weight: bold;    	
	font-size: 1em; 
	text-align: right;
	width:auto;
   	overflow:visible;      	
   	float:left;	

}
.form_select{	
 	width: 205px; 
 	font-size:11px;	
 	float:left;
 	margin-top: 5px;
}
.form_select_error{	
 	width: 205px; 	
 	border:solid 1px red;
 	float:left;
	margin-top: 5px;
}
.form_textarea{	
 	width: 200px;
 	font-size:11px;
 	float:left; 	
}
.form_textarea_error{	
 	width: 200px; 	
 	border:solid 1px red;
 	float:left;
}
.barometre_valeur{ 	
 	padding-right: 5px; 	
 }
 .barometre_valeur {   
    padding-left: 100px;
    padding-right: 50px;    
}

.form_submit2{
	background: url("../images/puce_fleche_r_dte.gif") no-repeat scroll right center transparent;
	padding:0;
	padding-right: 20px;
	padding-left: 70px;
	margin:auto;
	margin-top: 5px;
    	border: 0 none;
    	color: #6D8092;
    	cursor: pointer;    
    	font-weight: bold;    	
	font-size: 1em; 
	text-align: right;
	width:auto;
   	overflow:visible;      	
   	display : block;
   

}

ul.errorMessage li span{
	display: list-item;
	list-style: initial !important;
}


.tdErrorMessage {
	display: none;
}

label[for="fieldLabel"] {
	float: left;
	width: 200px;
	display: block;
	text-align: right;
	margin-right: 10px;
}
/* 
.tdLabel label{	
	width: 200px;
	text-align:right;
	margin-right: 10px;	
}
  */