@charset "UTF-8";
/* CSS Document */

.confirme {
	/*font-family: Arial,Helvetica,sans-serif;
	color: #ffffff;
	background-color:#183A8D;
	font-size: 15px;
	text-align:center;
	padding: 10px 10px 10px 10px;
	margin-left: 90px;
	margin-right: 90px;
	font-weight: bold;*/
}
.confirme a {
	text-decoration: none;
}
.confirme:hover {
	background-color:#EB773B;
	/*text-align:center;
	padding: 10px 10px 10px 10px;*/
	color: #FFFFFF;
}
.textevalid {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.9rem;
	color: #183a8d;
}
a {
	text-decoration: none;
}
a:hover {
	color: #EB773B;
}
hr {
	width: 100%;
	text-align: center;
	background-color: #BAB8B8;
	color: #BAB8B8;
	height: 1px;
	border: 0 none;
}