#stats {
	height: 400px;
	float:left;
	padding-left:7%;
	width: 80%;
	text-align:left;
}

#stats li {
	display : block;
	float:left;
	width: 24%;
	text-align::right;
}

#stats .bleu {
	color:blue;
	font-weight: bold;
}

#center {
	margin-left: 40%;
	margin-top:-3%;
	margin-bottom: 3%
}

#center .green {
	color:green;
}

#ajout_client {
	height: 600px;
	float:left;
	padding-left:7%;
	width: 70%;
	text-align:left;
}

#ajout_client li {
	display : block;
	float:left;
	width: 50%;
	text-align::right;
}


#fiche_client_gauche {
	height: 400px;
	float:left;
	padding-left:7%;
	width: 600px;
	text-align:left;  
}

#fiche_client_gauche li {
	display : block;
	float:left;
	width: 33%;
	text-align::right;
}

#fiche_client_gauche .bleu {
	color:blue;
	font-weight: bold;
}

#fiche_client_droit {
	height: 400px;
	float:left;
	padding-left:7%;
	width: 600px;
	text-align:left;
}

#fiche_client_droit li {
	display : block;
	float:left;
	width: 33%;
	text-align::right;
}
#fiche_client_droit .red {
	color:red;
}
#fiche_client_gauche .bleu {
	color:blue;
	font-weight: bold;
}
#fiche_client_droit .bleu {
	color:blue;
	font-weight: bold;
}