#formlte {
	text-align: center;
}

#formlte section {
	display: table;
	width: 100%;
}

#formlte div {
	display: table-cell;
	width: 50%;
}

#formlte fieldset {
	width: 450px;
	text-align: left;
	border: 1px solid #000;
	padding: 10px;
	margin: auto;
}

#formlte fieldset legend {
	margin-left: 10px;
}

#formlte #formlte1 label {
	display: inline-block;
	width: 100px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#formlte #formlte1 input[type="text"] {
	width: 325px;
	color: #000;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

#formlte #formlte1 input.cp {
	width: 50px;
}

#formlte #formlte2 #parie label {
	display: inline-block;
	width: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#formlte #formlte2 #internet label {
	display: inline-block;
	width: 100px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#formlte #formlte2 label.er {
	width: 200px;
}

#formlte #formlte2 #naissance {
	width: 75px;
}

#formlte #formlte2 input[type="text"] {
	width: 200px;
	color: #000;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
