#cherche	{
	background: white;
    border: 3px solid yellow;
    border-radius: 10px;
	padding-left: 20px;
	color: black;
	font-family: Verdana, sans-serif;
	font-size: 14px;
}
#cherche:focus {
	background: #660000;
	color: yellow;
}