/* CSS Document */

#tableGeneral {
	width:100%;
	text-align:center;
}

#tableGeneral_cellules {
	vertical-align:top;
}

#tableGeneral_description {
	text-align:justify;
}

#tableEspace {
	margin:auto;
}

#tableEspace_separation {
	width:80px;
}

#tableClient {
	width:350px;
	margin:auto;
}

#tableClient_haut {
	height:15px;
	background:url(../images/haut_dejaClient.png) no-repeat bottom;
}

#tableClient_centre {
	padding: 10px;
	text-align:center;
	color:#002D00;
}

#tableClient select {
	width:180px;
}

#tableClient_etiquette {
	text-align:right;
}

#tableClient_valeurs {
	text-align:left;
}

#tableClient_envoi {
	text-align:right;
}

#tableClient_formulaire {
	margin:0px;
}

#tableClient_formulaire input {
	width:200px;
}

#tableClient_envoi input {
	width:80px;
}

#tableNouveau {
	width:350px;
	margin:auto;
}

#tableNouveau_haut {
	height:15px;
	background:url(../images/haut_nouveauClient.png) no-repeat bottom;
}

#tableNouveau_centre {
	padding: 10px;
	text-align:left;
	color:#002D00;
}

#tableNouveau_creer {
	text-align:right;
}

#divFormulaire {
	display:block;
	width:330px;
}

#divChargement {
	display:none;
	background-color:#990000;
	color:#FFFFFF;
}

#divErreur {
	color:#FF0000;
	display:none;
	width:200px;
}
