html, body {
	margin: 0 1em;
	padding: 0;
	background-color: #f9faf8;
	font-size: 14px;
}
* {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #999;
}
div#conteneur {
	width: 811px;
	margin: 0 auto;
	padding-top: 37px;
}
div#colgauche {
	float: left;
	width: 537px;
}
div#coldroite {
	float: right;
	width: 247px;
}
div#footer {
	clear: both;
	padding: 1em 0;
	text-align: center;
	font-size: 12px;
}
p {
	margin-top: 0;
}
img {
	border: 0;	
}
.champ {
	width: 241px;
	margin: 0.5em 0;
	padding: 2px;
	font-size: 14px;
	border: 1px solid #959595;
	background-color: #f9faf8;
}
label, strong, a, .vert {
	color: #007068;
	font-weight: bold;
}
.rouge, a:hover {
	color: #e2001a;
}

