#block_fille{
	width:650px;
	height:200px;
	background-image:url(../images/esante/fond-esante-monregimeperso.jpg);
	background-repeat:no-repeat;
	
	margin-left:auto;
	margin-right:auto;
	position:relative;
	
	padding-top:300px;
}


h1{
	padding-left:15px;
	padding-top:10px;
	margin-top:0px;
	font-size:15px;
	color:#FFFFFF;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}

#element_de_form{
	float:left;
	width:250px;
	height:41px;
	margin-left:25px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#element_de_form2{
	float:left;
	width:235px;
	height:41px;
	margin-left:25px;
	padding-left:15px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}




#element_de_form label{
	font-weight: bold;
	float: left;
	margin-left: 5px; 
	width: 120px; 
}


#element_de_form input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 70px;
}

#element_de_form input[type="image"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 173px;
}

#element_de_form select{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 70px;
}

