html *, * * {
	margin: 0;
	padding: 0;
}
html {
	background: #CDDEC7;
}
body {
	color: #444;
	background: #CDDEC7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
}
a {
	color: #666;
}
a:hover {
	color: #000;
}
p {
	padding: 5px 18px;
	line-height: 17px;
}

#annonce {
	width: 524px;
	height: 325px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -262px;
	margin-top: -162.5px;
	background: #fff url('../images/annonce.jpg');
}
#content {
	width: 524px;
	height: 220px;
	position: absolute;
	top: 90px;
}
#newsletter {
	margin-top: 15px;
}
#mail {
	padding: 2px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 2px solid #ddd;
}
#mail:hover {
	border-color: #ccc;
}
#mail:focus {
	border-color: #aaa;
}
#submit {
	padding: 1px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	border: 2px solid #ddd;
	background: #e6e6e6;
}
#submit:hover {
	border-color: #ccc;
	background: #ddd;
}
#submit:focus {
	border-color: #aaa;
	background: #ccc;
}
#chargement {
	position: relative;
	top: 3px;
	margin-left: 5px;
	visibility: hidden;
}
#alert {
	padding: 0;
	color: #a33;
	font-weight: bold;
}
#remerciement {
	margin-top: 10px;
	display: none;
}
#footer {
	width: 498px;
	position: absolute;
	bottom: 6px;
	font-size: 10px;
}