/* tableaux */

div.tableau div.opaque table {
	background: #FFFFFF;
	opacity: 0.4;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	margin-bottom: 2px;
	width: 100%;
}

div.tableau h3 {
	background-color: #FEF7FE;
	cursor: pointer;
	font-size: 1.1em;
	font-weight: normal;
	margin: 1em 0 .5em 0;
	padding: 2px 5px;
}
div.tableau#tablocalcium h3 {
	color: #FC4FB5;
}
div.tableau#tablomagnesium h3 {
	color: #FF9D03;
}

div.tableau h3 span.help {
	float: right;
	font-size: .7em;
	margin-top: .1em;
}

div.tableau thead th {
	border-bottom: 1px solid #02356F;
	color: #011380;
	padding: 0 1em;
	text-align: center;
}

div.tableau tbody th {
	border-bottom: 1px solid #c0c0c0;
	color: #011380;
	font-size: .9em;
	font-weight: normal;
	padding: 0 1em;
}

div.tableau tbody td {
	border-bottom: 1px solid #c0c0c0;
	color: #011380;
	font-size: .9em;
	padding: 0 1em;
	text-align: center;
}

div.tableau img#fleche1, div.tableau img#fleche2 {
	margin-right: 7px;
	margin-bottom: 1px;
}