
			body {
				text-align: center;
			}
			p, form { margin: 0px; padding: 0px; }
			.lp-form {
 				/*height: 492px;*/
				margin: auto;
				text-align: left;
				font-family: Verdana;
				font-size: 11px;
				
				background-repeat: no-repeat;	

				padding-left: 10px;
				padding-right: 10px;	
			}
			.lp-form .section-title {
				
			}
			.lp-form .section-title#confirm { padding-bottom: 5px; border: none; }
			.lp-form .section#confirm { padding-bottom: 5px; border: none; }
			.lp-form .section-title img { display: inline; float: left; }
			.lp-form .section {
				padding-top: 10px;
				padding-bottom: 5px;

				text-align: left;
			}
			.lp-form .text-input {
				font-family: Verdana;
				font-size: 10px;
			}
			.lp-form .section-title p { margin-top: 4px; text-align: center; }			
			.lp-form .section p { margin-left: 20px; /margin-left: 0px; text-align: left; margin-bottom: 5px; }
			.lp-form .section p label { width: 90px; float: left; text-align: right; padding-top: 3px; margin-right: 5px; }
			.lp-form #l_civ { width: 70px; }
			.lp-form #l_nom,#l_prenom { width: 110px; margin-right: 5px; }
			.lp-form #l_adresse,#l_email { width: 233px; /width: 235px; }
			.lp-form #l_cp { width: 70px; margin-right: 12px; }
			.lp-form #l_ville { width: 115px; }
			.lp-form #l_gsm,#l_tel { width: 110px; margin-right: 5px; }
			.lp-form .mini { font-size: 9px; }
			.lp-form .blue { font-weight: bold; color: #0062a1; text-decoration: none; }
			.lp-form #stderr { 
				position: absolute;
				/*margin-right:97px;
				margin-top:446px;*/
				width: 350px;
				padding: 10px;
				border: solid 1px #c0c0c0;
				background-color: #f9f9f9;
				color: #ff0000;
				font-weight: bold;
				text-align: center;
				display: none;
			}
			.lp-form .confirm-message {
				position: relative;
				padding: 20px;
				padding-bottom: 5px;
				margin-top: 20px;
			}
			.lp-form .select-type-bis {
				position: relative;
				height: 110px;
				/*background-image: url( '../imgs/lp-habiter-investir.gif' );
				background-repeat: no-repeat;*/
				background-position: 20px;
			}
			.lp-form .select-type-bis .type-bis {
				position: relative;
				margin-left: 0px;
				margin-right: 0px;
				background-color: #f3f3f3;
				font-size: 10px;
			}
			.lp-form .lp-confirm-header {
				position: relative;
				left: -7px;
				width: 432px; height: 64px;
				background-image: url( '../imgs/lp-confirm-header.png' );
				background-repeat: none;
				behavior: url("iepngfix.htc");
			}
			
			.lp-form .radio {
				position: relative;
				width: 14px; height: 15px;
				background-image: url( '../imgs/radio-off.gif' );
				background-repeat: no-repeat;
				cursor: pointer;
				border: 0;
			}
			.lp-form .radio-on {
				position: relative;
				width: 14px; height: 15px;
				background-image: url( '../imgs/radio-on.gif' );
				background-repeat: no-repeat;
				cursor: pointer;
			}