A {
color:#000000;
text-decoration:underline;
}
A:hover {
color:#0080FF;
text-decoration:underline;
}

A.lienbleu {
color:#0080FF;
text-decoration:underline;
}
A.lienbleu:hover {
color:#000000;
text-decoration:underline;
}


.touchover { border:#0080FF 1px solid; }
.touchout { border:#0080FF 1px dashed; }

p { font-family: verdana ; font-size:10pt ; color: #000000 ;  }