
/***** partie pour un contenu central large sans colonne droite ****/


#global #central_large{
  width:550px;
  height:390px;
  padding:90px 10px 30px 0px;
  color:#ffffff;
  float:left;
}

#global #central_large #content{
  overflow-y:auto;
  height:400px;
}



form fieldset {
  clear: both;
  font-size: 100%;
  border-color: #6b9f17;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 0 0 0;
}
label {  

float: left;  
width: 150px;  
margin-right: 1em;
clear:left;
} 
form fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #6b9f17;
  margin: 0 0 0 0;
  padding: 0 5px;
}
.span_erreur{  
	color: #C00;  
	font-size: 85%;  
	font-weight: normal;  
	text-transform: uppercase;
	font-weight: bold;
}
span#span_sexe  label{
width: 100px;  
}