/* CSS Document */
#centre-bas {
	margin: 29px 0 0 0;
	width: 100%;
	min-height: 560px;
}

#centre-bas-titre {
	background-image: url(img/interface/onglet-contact.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 680px;
	margin: 0 0 17px 0;
}

#centre-bas-barre-page {
	margin: 10px 0 0 0;
	height: 19px;
	width: 530px;
	background-color: #EAFAE0;
}

#centre-bas-libelle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#FFFFFF;
	font-weight:bold;
	text-align: center;
	width: 158px;
	padding: 8px 0 0 0;
}

#formulaire {
	margin-left: auto;
    margin-right: auto;
}

.texte-titre {
	padding: 4px 0 6px 0;
	display: block;
}

.colonne-gauche {
	display: inline;
	float: left;
	text-align: right;
	background-color: #CDF1B7;
	padding: 3px;
	height: 145px;
	width: 100px;
}
.colonne-droite {
	display: inline;
	float: left;
	background-color: #F2F2F2;
	padding: 3px;
	height: 145px;
	width: 220px;
	color: #507A37;
}

.champs-standards {
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color:#000000;
	border: 1px solid #000000;
	padding: 2px;
	margin: 4px 3px 0 6px;
	display: block;
	width: 180px;
}
.libelles-standards {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color:#000000;
	padding: 2px;
	margin: 5px 3px 0 6px;
	display: block;
	height: 15px;
}

#champ-CP {
	width: 35px;
	margin: 3px 3px 0 6px;
}

#champ-ville {
	width: 132px;
}

#zone-civilite {
	width: 450px;
	margin: 0 0 20px 200px;
}

.etoile-obligatoire {
	color: red;
	font-weight: bold;
}
.champs-obligatoires {
	display: block;
	clear: left;
	margin: 0 0 20px 200px;
}
.champ-question {
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color:#000000;
	border: 1px solid #000000;
	padding: 2px;
	margin: 4px 3px 0 6px;
	display: block;
	width: 512px;
	height: 70px;
}
.colonne-gauche-question {
	display: inline;
	float: left;
	text-align: right;
	background-color: #CDF1B7;
	padding: 3px;
	height: 80px;
	width: 100px;
}
.colonne-droite-question {
	display: inline;
	float: left;
	background-color: #F2F2F2;
	padding: 3px;
	height: 80px;
	width: 552px;
	color: #507A37;
}
#bouton-envoi-formulaire {
	border: 0;
	margin: 0 0 0 485px;
}