div#contenu.formulaire { 
	background-color: white;
	font-size: 12px;
}

div#contenu.formulaire a { 
	color: #0098a1;
	text-decoration: none;
}

div#contenu.formulaire a:hover { 
	color: #db0078;
}

div#contenu.formulaire div.marge10 { 
	padding-right: 20px;
	padding-left: 20px;
}

div#contenu.formulaire p { 
	margin-top: 5px;
	margin-bottom: 5px;
}

table.tableform { 
	margin-top: 20px;
	border: 1px solid #c0c291;
}

table.tableform thead th { 
	text-align: center;
	border-bottom: 2px solid #cacf73;
	background-color: #f3f6b7;
	padding-top: 3px;
	padding-bottom: 2px;
}

table.tableform tbody th { 
	text-align: right;
}

table.tableform td, table.tableform th { 
	border-bottom: 1px solid #e0e3a9;
	padding: 3px 10px;
	background-color: #fdffe5;
}

table.tableform textarea.message { 
	height: 30px;
	width: 680px;
}

table.tableform .validation-advice { 
	color: #d30015;
	background: url(/im/icons/exclamation.png) no-repeat 0 1px;
	padding-left: 18px;
}

table.tableform .validation-failed { 
	background-color: #ffcfc1;
}

table.tableform .validation-passed { 
	
}

table.tableform { 
	
}