body {
	margin: 0px;
	background-color: #CCCCCC;
}

body, table, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

a {
	color: #0066FF;
	text-decoration: none;
}

a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

.footer {
	font-size: 11px;
	text-align: center;
}
.footer a {
	color: #000000;
	text-decoration: none;
}

.footer a:hover {
	color: #0066FF;
	text-decoration: underline;
}
.footer p {
	margin-top: 5px;
	margin-bottom: 0px;
}

.formulaire {
	width: 100%;
	background-color: #FFCC00;
	font-size: 12px;
	border: none;
}

.formulairebouton {
	width: 70%;
	background-color: #FFCC00;
	font-size: 12px;
}