div#fondContenu {
	background-image:url('../images/design/fond_accueil.jpg');
	background-repeat:no-repeat;
	position:relative;
	width:100%;
}
table#formulaire{
	margin:auto;
	border:1px solid #C7C2E2;	
	border-collapse:collapse;
	background-color:#E8E9EB;
	color:#305B7D;
	font-size:9pt;
	line-height:1.7em;	
}
table#formulaire td{
	padding:6px;
}
table#formulaire td.label{
	text-align:right;
	padding-right:10px;
	font-weight:bold;	
}
table#formulaire td input.text{
	width:200px;
}

table#formulaire td textarea{
	width:200px;
	height:75px;
}

div#obligatoire{
	text-align:center;
	font-style:italic;
	padding:5px;
}

div#sMessageCentrer {
	color:red;
	font-weight:bold;
	text-align:center;
	margin-top:20%;
}
