* {
	font-family: Arial;
	color:#ffffff;
}
body {
	margin: 0px;
	background-color:#425053;
}
div.central {
	background:#425053;
	width:740.3px;
	text-align:left;
	padding:5px;
}
div.erreur {
	position:absolute;
	font-weight:bold;
	color: #ffffff;
	background: #ff0000;
	padding: 2px;
}
h1 {
	color:#ffffff;
	font-family: Arial;
	font-size: 17px;
}
input {
	color:#ffffff;
	width:180px;
	font-size: 12px;
	border:0;
	background: #425053 url(input.jpg) no-repeat;
	padding: 10px;
}
input.submit {
	font-size: 9px;
	border: solid 2px #516E4F;
	background: #9DB79B;
	font-weight:bold;
	color: #ffffff;
}
input.ok {
	background: #ADE675 url(input.jpg) no-repeat;
}
	
input.ko {
	background: #FF5B60 url(input.jpg) no-repeat;
}
li {
	font-weight:bold;
	color: #9DB79B;
	font-size: 17px;
}
a {
	font-size: 12px;
	text-decoration: none;
	color:#ffffff;
}
