/* tableaux */

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

div#tableaux h3 {
	background-color: #FEF7FE;
	font-size: 1.1em;
	margin: 1em 0 .5em 0;
	padding: 2px 5px;
}
div#tableaux h3 {
	font-weight: normal;
}
#calcium div#tableaux h3 {
	color: #ED60B3;
	cursor:pointer;
}
#magnesium div#tableaux h3 {
	color: #FF9D03;
	cursor:pointer;
}

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

div#tableaux thead th.rightcol {
	text-align: center;
}

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

div#tableaux tbody tr.partie th {
	font-weight: bold;
}

div#tableaux tbody tr.partie th.rightcol {
	text-align: center;
}

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

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