.form_elt{
	position:relative;
	width:300px;
	padding:0;
	padding-bottom:2px;
	padding-top:5px;
	margin:auto;
	height:20px;
}

.form_txt{
	width:150px;
	float:left;
}
.form_champs{
	width:100px;
	float:left;
}
.style_champs{
	padding-left:3px;
	height:15px;
	border:#7F7F7F solid 1px;
	background-color:#F5F5F5;
	color:inherit;
	background-image:url(images/dot_champs_formulaire.gif);
	background-repeat:repeat-y;
}
.form_elt_area{
	position:relative;
	width:300px;
	padding:0;
	margin:auto;
	padding-top:5px;
	height:75px;
}
.form_txt_area{
	width:150px;
	float:left;
}
.form_champs_area{
	width:100px;
	float:left;
	background-image:url(images/dot_champs_formulaire.gif);
	background-repeat:repeat-y;
}
.style_champs_area{
	padding-left:3px;
	height:75px;
	border:#7F7F7F solid 1px;
	background-color:#F5F5F5;
	color:inherit;
	background-image:url(images/dot_champs_formulaire.gif);
	background-repeat:repeat-y;
}
fieldset{
	width:320px;
	margin:auto;
}

