#bannerbk .bn_liste {
   position: relative;
   margin: 0;
   border-bottom: 1px dotted #0b6695;
   padding: 3px 0;
}

#bannerbk .bn_liste_content {
   display: none;
}

#bannerbk .bn_liste h3.head {
   font-size: 86%;
   color: #333333;
   display: block;
}

#bannerbk .bn_liste h3.head a,
#bannerbk .bn_liste h3.head a:link,
#bannerbk .bn_liste h3.head a:visited {
   color: #333333;
   display: block;
   text-decoration: none;
   text-transform: none;
   font-weight: normal;
   background-image: url(../images/forward.png);
   background-position: right 50%;
   background-repeat: no-repeat;
   padding: 0 25px 0 0;
}

#bannerbk .bn_liste h3.head a:focus,
#bannerbk .bn_liste h3.head a:hover,
#bannerbk .bn_liste h3.head a:active,
#bannerbk .bn_liste h3.head a.selected,
#bannerbk .bn_liste h3.head a.selected:link,
#bannerbk .bn_liste h3.head a.selected:visited,
#bannerbk .bn_liste h3.head a.selected:focus,
#bannerbk .bn_liste h3.head a.selected:hover,
#bannerbk .bn_liste h3.head a.selected:active {
   color: #0b6695;
   background-color: transparent;
}

/** Content **/

#content .bn_liste {
   position: relative;
   margin: 0 0 1em;
}

#content .bn_liste_content {
   position: relative;
}

#content .bn_liste h3.head {
   position: relative;
   padding: 5px 0;
   font-size: 100%;
   font-weight: normal;
   border-bottom: 1px dotted #0b6695;
}

#content .bn_liste h3.head a,
#content .bn_liste h3.head a:link,
#content .bn_liste h3.head a:visited {
   color: #333;
   font-weight: normal;
   display: block;
}

#content .bn_liste h3.head a:focus,
#content .bn_liste h3.head a:hover,
#content .bn_liste h3.head a:active {
   background-color: transparent;
   color: #0b6695;
}

#content .bn_liste p.readmore {
   position: relative;
   text-align: right;
}

#content .bn_liste p.readmore a,
#content .bn_liste p.readmore a:link,
#content .bn_liste p.readmore a:visited {
   color: #0b6695;
   font-size: 92%;
   font-weight: normal;
}

#content .bn_liste p.readmore a:focus,
#content .bn_liste p.readmore a:hover,
#content .bn_liste p.readmore a:active {
   text-decoration: underline;
   background-color: transparent;
}