@CHARSET "UTF-8";

.container {
	width: 100%;
	height: 100%;
	/* background: aqua; */
	margin: auto;
	padding: 10px;
	align: center;
}

#type_structure {
	margin-right: 15%;
	margin-top: -4%; 
	float: right; 
}

.container .leftcolumn {
	width: 42%;
	/* background: red; */
	float: left;
}

.container .rightcolumn {
	margin-right: 8%;
	width: 48%;
	/* background: black; */
	height: 100%;
	float: right;
	overflow: auto;
}

#identity {
	width: 660px;
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 5px;
	padding: 3px 3px 5px 15px;
	/* background: #eee; */
	border: 1px solid #cccccc;
}

#details {
	width: 660px;
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 5px;
	padding: 3px 3px 5px 15px;
	background: #eee;
	border: 0;
}

#others {
	width: 660px;
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 5px;
	padding: 3px 3px 5px 15px;
	/* background: #ccc; */
	border: 0;
}

.full_block p {
	margin-bottom: 20px;
}

.label_input_left label {
	display: inline-block;
	width: 120px;
	text-align: left;
	/* margin-top:20px; */
}

.label_input_right label {
	display: inline-block;
	width: 160px;
	text-align: left;
	/* margin-top:20px; */
}

.label_input_condition label {
	/* display: inline-block; */
	
}

.label_input_image label {
	display: inline-block;
	width: 110px;
	text-align: left;
}

.error font {
	color: #FF0000;
	font-size: 10px;
	font-style: italic;
}

.label_input_image img {
	position: relative;
	top: 7px;
	left: 9px;
	cursor: pointer;
	cursor: hand;
}

#button_submit {
	margin-top: 15px;
	margin-bottom: 36px;
	position: relative;
	left: 40%;
	background-color: #336699;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border: none;
	color: #eee;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	height: 30px;
	width: 102px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

.inscription {
	/* font-size : small; */
	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 20px;
	width: 100%;
	height: 100%;
	/*border: 1px dashed #CCC;*/
}

#creer_un_compte {
	color: #336699;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
	margin-left: 0px;
}

#champs_obligatoires {
	margin-left: 0px;
	margin-bottom: 20px;
}

