div#fondContenu {
	background-image:url('../images/design/fond_accueil.jpg');
	background-repeat:no-repeat;
	position:relative;
	width:100%;
	height:420px;
}

table.references{
	width:96%;
	margin:auto;
	font-size:9pt;
	border:1px solid #D5D5D5;
	line-height:1.7em;
	color:#305B7D;
}

table.references thead td{
	background-color:#2F5A7C;
	color:white;
	text-align:center;
	font-weight:bold;
}
table.references tfoot td{
	background-color:#2F5A7C;
	color:white;
	font-style:italic;
}
table.references tfoot td input{
	font-style:normal;
}
table.references tr.produit{
	font-weight:bold;
	font-size:10pt;	
}
table.references tr.pair{
	background-color:#FCF9E8;
}
table.references tr.impair{
	background-color:#D5D5D5;
}
table.references tr.vide{
	line-height:0.5em;
	border-bottom:1px solid #D5D5D5;
	background-color:#2F5A7C;
}
table.references td.reference{
	font-size:8pt;
}
table.references td.colonne{
	border:1px solid #D5D5D5;
}


table.commentaire{
	width:96%;
	margin:auto;
	color:#305B7D;
	font-weight:bold;	
	font-size:9pt;	
	margin-top:20px;
}
table.commentaire textarea{
	width:100%;
	height:100px;
}

p.selectionMessage{
	text-align:center;
	font-style:italic;
	font-size:10pt;
}

table#formulaire{
	margin:auto;
	line-height:1.7em;	
}
table#formulaire td{
	padding:4px;
}
table#formulaire td.label{
	text-align:right;
	padding-right:10px;
	font-weight:bold;	
}

