table
{
	margin: 20px;	
	border: 2px solid blue;
	border-collapse: collapse;
}

td
{
	padding: 1px 5px;
	border: 2px solid blue;
	text-align: justify;
}

td[class="G"], td[class="L"], td[class="G"] + td, td[class="L"] + td
{
	text-align: left;
}

th
{
	background-color: #7676E7;
	color: white;
	padding: 1px 5px;
	font-size: 1.1em;
}

.G
{
	color: #2A8F2B;
	font-weight: bold;
}

.L
{
	color: red;
	font-weight: bold;
}

.element
{
	color: #3423e5;
	font-weight: bold;
}

.sens
{
	font-style: italic;
}

tr a
{
	font-weight: bold;
}

.renvoi2
{
	color: #ffbf05;
}

.renvoi
{
	color: #ff34ea;
}

.renvoi3
{
	color: #00ebe5;
}

.moderne
{
	color: #003afa;
}
