html, body {
	font-size: 12px;
	font-family: verdana, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

form, form input {
	display: inline;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#corps {
/* 	background-image: url('../images/fond.gif'); */
	background-repeat: repeat-y;
	margin: auto;
	width: 100%;
	height: 600px;
}

#form {
	text-align: center;
	background-color: #A1E800;
	padding: 10px;
}
