div#fondContenu {
	background-image:url('../images/design/fond_accueil.jpg');
	background-repeat:no-repeat;
	position:relative;
	width:100%;
}
div#Necessaire{
	text-align:center;
}
	

table#formulaire {
	border-collapse:collapse;
	color:#305B7D;
	font-size:9pt;
	line-height:1.7em;
	margin:auto;
	width:480px;
}
table#formulaire td {
padding:6px;
}
table#formulaire td.label {
font-weight:bold;
padding-right:10px;
text-align:right;
}
table#formulaire td input.text {
width:200px;
}
table#formulaire td textarea {
height:75px;
width:200px;
}
