a{ text-decoration: none }
a:hover{ color: #BC0E1B }
a:hover{ background: #D2D2D2 }

BODY { font-family: arial ; font-size: 10pt</font> }
TD { font-family: arial ; color : rgb(0,0,0); font-size: 10pt }

P { font-family: arial ; color : rgb(0,0,0); font-size: 10pt }

LI { font-family: arial ; color : rgb(0,0,0); font-size: 10pt }
UL { font-family: arial ; color : rgb(0,0,0); font-size: 10pt }

H3 { font-family: arial ; color : rgb(0,0,157); font-size: 15pt }
H4 { font-family: arial ; color : rgb(0,0,157); font-size: 12pt }

.textetableau { font-family: arial ; color : rgb(ff,ff,ff); font-size: 10pt; font-weight : normal; text-align : justify;}
.titrecellule { font-family: arial ; color : rgb(0,0,157); font-size: 12pt; }

ul, li {
list-style-type: none;
margin: 0;
padding: 0;
}
ul {
width: 220px;
text-align: left;
}
li a {
display: block;
color: #000075;
text-decoration: none;
font-family: arial;
width: 220px;
height: 20px;
}
li a:hover {
color: #BC0E1B;
background: #D2D2D2;
}