#cadreall {
	height: 700px;
	width: 1000px;

	padding: 0px;
	margin-top: -450px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -500px;
	left: 50%;
	top: 50%;
	position: absolute;
	text-align: center;
}
body {
background-color: #9e9e9e;
font-family: "HelveticaNeue","Helvetica-Neue", "Helvetica", "Arial", sans-serif;
font-size: 14px;
}

a {
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}
a:hover {
	color: #a3bd24;
}

.big-link {
 display:block; margin-top: 0px; text-align: center; font-size: 14px; color: #ffffff; text-decoration: none;
 
 }