#The_colorPicker{
	position:absolute;
	width:224px;
	/*padding-bottom:1px;*/
	background-color:#333;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: left; /* rajouté pour contrer le text-align: center du body */
	z-index: 10000;
}