#div_wall { height: 100px; }

#box_nav .center {
	text-align: justify;
	margin: 20px 25px;
	}
	
.form {
	width: 460px;
	margin: 0 auto;
	}
.col {
	width: 230px;
	float: left;
	}
.form input,
.form select,
.form textarea {
	background: #eee;
	border: 1px solid #ccc;
	padding: 2px;
	width: 130px;
	margin: 0 0 5px 10px;
	font-size: 11px;
	font-family: arial;
	color: #000;
	}
.form label{
	font-size: 11px;
	color: #666;
	padding-top: 3px;
	float: left;
	width: 70px;
	clear: both;
	display: block;
	text-align: right;
	}
.form textarea {
	width: 360px;
	line-height: 130% !important;
	}
.form .disabled {
	color: #555 !important;
	cursor: default;
	}
.form input.cp { width: 38px; }
.form input.ville { width: 80px; margin-left: 0; }
.form a.envoyer { margin-right: 12px; }

#box_content {
	background: #333 url("../../templates/media/plan.gif") 50% 50% no-repeat;
	}
