.veolia {
	color:red;
}

#identification {
	color: blue;
}

#identification input[type=submit] {
	padding: 5px 15px;
	background: #99e0b2;
	border: 0 none;
	cursor: pointer;
	border-radius: 5px;
}

#identification input[type=text] {
	padding: 5px 15px;
	background: #4D6C91;
	border: 0 none;
	cursor: pointer;
}