table.genericTable
{
	width: 100%;
	border: 1px solid #b7dcf2;
	border-radius: .6em;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	background-color: #ffffff;
	/* box-shadow: 0 .1em .35em rgba(20, 80, 122, .12); */
}

table.genericTable table.genericTable
{
	box-shadow: none;
	border-color: #d0e8f7;
}

table.genericTable tr td
{
	padding: 2px 4px;
}
table.genericTable tr td.champ
{
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	width: 15%;
	white-space: nowrap;
	background: linear-gradient(to right, #ddefff, #c6e5ff);
	color: #10405f;
}
table.genericTable tr td.nowrap
{
	text-wrap: nowrap;
}
table.genericTable tr td.valeur
{
	text-align: left;
	vertical-align: top;
	width: 35%;
	color: #000000;
}
table.genericTable tr td.valeur:hover
{
	background-color: #e8f4fc;
}
table.genericTable tr td textarea
{
	width: 99%;
}

table.genericTable tr td a       { color: #3a7ab8; text-decoration: none; }
table.genericTable tr td a:hover { text-decoration: underline; }

table.genericTable tr td.valeur strong { font-weight: bold; }
table.genericTable tr td.valeur i      { font-style: italic; }
table.genericTable tr td.valeur b      { font-weight: bold; }
