#entites td {
	color: white;
	background-color: #1A50B8;
	text-align: left;
	font-family: Calibri, Arial;
	font-size: 14px;
	
}

#entites td:hover {
	color: white;
	background-color: #666666;
}

#entites a {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: white;
}

#entites a:visited {
	color: white;
	text-decoration: none;
}

#entites td:hover a {
	color: white;
}

#entites td:hover a:visited {
	color: white;
}

.formInput {
	padding-left: 3px;
	color: #000000;
	background: #ffffff;
	border: 1px solid #A6A6A6;
	margin-top: 3px;
}

.formSubmit {
	color: #ffffff;
	background: #1854A0;
	border: 1px solid #A6A6A6;
	padding-left: 1px;
	padding-right: 1px;
	margin-left: 2px;
	margin-top: 3px;
	cursor: pointer;
}
