/* CSS Document */
p.titrelien
{
	font-family: Constantia;
	font-size: 24;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

td.lignelienunselect
{
	font-family: Constantia;
	font-size: 16;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
	border-bottom-color: #990000;
	border-bottom-width: 2;
	border-bottom-style: solid;
}

td.lignelienselect
{
	font-family: Constantia;
	font-size: 16;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
	border-bottom-color: #990000;
	border-bottom-width: 2;
	border-bottom-style: solid;
}

