body{
	background: white url(bg.png) repeat-y 50% top;
}
#page{
	width:760px;
	margin:0 auto;
}
#corps{
	padding:40px 100px 120px;
}
#corps form{
	text-align:center;
}
#corps fieldset{
	text-align:left;
	margin:10px 0;
	padding:10px;
}
.mandatory{
	display:none;
}
#corps ol li{
	margin:16px 0;
}
