 /* les liens */ 

a:link { color: #000; text-decoration: none; background-color: transparent; }
a:visited { color: #000; text-decoration: none; background-color: transparent; }
a:hover { color: #333; text-decoration: underline; background-color: transparent; }
a:active { color: #000; text-decoration: underline; background-color: transparent; }

#droite a:link { 
color:#000;
display:block; 
padding-left:5px;
width:203px;
height:18px;
line-height:18px;
text-decoration: none; 
}
#droite a:visited {
color:#000;
display:block; 
padding-left:5px;
width:203px;
height:18px;
line-height:18px;
text-decoration: none; 
} 

#droite a:hover {
color:#000;
display:block; 
padding-left:5px;
width:203px;
height:18px;
line-height:18px;
background:#F2F2F2;
text-decoration: none; 
}

#droite a:active {
color:#000;
display:block; 
padding-left:5px;
width:203px;
height:18px;
line-height:18px;
background:#F2F2F2;
text-decoration: none; 
}

