
a.trdm, a.trdm:link, a.trdm:visited, a.trdm:hover {
    color: #000000;
	text-decoration: none;
}

.rouge {
    color: red;
    text-align: center;
}
.vert {
    color: green;
    text-align: center;
}

span.lnhor {
    color: #0069d6;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}
span.lnhor:hover {
    color: #007ed5;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: underline;
    text-decoration-style: solid;	
}

.tltpPrs {
    position: relative;
    display: inline-block;
	top: -20px;
	left: 3px;
    border-bottom: 1px dotted black;
}

.tltpPrs .tltpTxtPrs {
    visibility: hidden;
	background-color: #FFDE01;
	color:#FFFFFF;
	font-style:italic;
    border-radius: 4px;
	border: outset 2px #D0D0D0;
	padding: 5px;
    position: absolute;
    z-index: 1;
}

td.choix{
	font-size:110%;
}
