body{
	margin: 0;
	padding: 0;
	font: 12pt/14pt arial, sans-serif;
	background-color:#eeeeee;
}
a{
	color:black;
	text-decoration:none;
}

#conteneur{
	position:relative;
	width:990px;
	height:auto;
	margin:auto;
	text-align:center;
	margin-top:25px;
}

#milieu{
	float:left;
	margin-left:100px;
	margin-top:50px;
	width:780px;
	height:auto;
	bor der:1px solid yellow;
}

#formulaire{
	border: 1px dotted black;
	float:left;
	width:228px;
	height:207px;
	padding:10px;
}

#form{
	width:250px;
	text-align:center;
	height:229px;
	float:left;
}