/* CONSTRUCTION DE LA PAGE */

#top {
	width: 990px;
	height: 86px;
	/*text-align: center; /* pour IE */
	margin: 0;
	padding: 0;
}


#bottom {
	width: 990px;
	height: 370px;
	background: #9d9a9d;
	/*text-align: center; /* pour IE */
	background: #FFFFFF url(../images/page_contenu_fond.jpg) no-repeat;
	margin:0;
	padding:0;
}

div#encart-centre {
	width:850px; 
	height:300px; 
	margin-left:123px;
	margin-top:0px;
	padding:0; 
	border:0;
	}
div#encart-centre h1{
	font-family: Century Gothic,Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size:22px;
	font-weight: normal;
	color:#aa9585;
	padding-top: 10px;
	margin:0;
}
div#encart-centre h2{
	font-family: Century Gothic,Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight: normal;
	color:#3e183b;
	padding-top: 0px;
	margin-top:10px;
	margin-bottom:10px;
}
div#monFormGauche{
	width:370px;
	height:270px;
	margin-top:0px;
	padding:0;
	border:0;
	/* background: #9d9a9d; */
	border-right:1px solid #e2e2e2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#3e183b;
	float:left;
}
div#monFormDroite{
	float:left;
	width:370px;
	height:270px;
	margin-top:0px;
	/* margin-left:390px; */
	padding:0;
	padding-left:19px;
	border:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#3e183b;
}
div#monFormDroite label{
	float:left;
	display:block;
	width:153px;
	margin-top:15px;
}
div#monFormDroite .input, .select, .textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color: #3e183b;
	background-color: #FFFFFF;
	border:1px solid #3e183b;
	margin-top:13px;
	margin-bottom:0;
	width:195px;
}
div#monFormGauche label{
	display:block;
	float:left;
	width:153px;
	margin-top:15px;
}
div#monFormGauche .input, .select, .textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color: #3e183b;
	background-color: #FFFFFF;
	border:1px solid #3e183b;
	margin-top:13px;
	margin-bottom:0;
	width:195px;
}
.claire{
	color:#3e183b;
}
#btnValid {
	display:block;
	float:right;
	margin-top:15px;
	margin-right:13px;
}
