#content .bn_liste {
   position: relative;
   margin: 0 0 1em;
   overflow: hidden;
   padding: 0 0 10px;
}
#content .bn_liste h3.head {
   position: relative;
   font-weight: bold;
   font-size: 120%;
}
#content .bn_liste h3.head a,
#content .bn_liste h3.head a:link,
#content .bn_liste h3.head a:visited {
   color: #4279b9;
   display: block;
   font-weight: bold;
   text-decoration: none;
   background-color: transparent;
}
#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: inherit;
   text-decoration: underline;
}
#content .imgLeft {
   float: left;
   position: relative;
   margin: 0 1em 1em 0;
   border: 0 none;
}
#content .imgRight {
   float: right;
   position: relative;
   margin: 0 0 1em 1em;
   border: 0 none;
}
#content .imgLeft img,
#content .imgRight img {
   display: block;
}
#content .clearLeft,
#content .clearRight {
   display: none;
}
#content .bn_liste_content {
   overflow: hidden;
   position: relative;
}
#content p.readmore {
   position: relative;
   display: block;
}
#content p.readmore a,
#content p.readmore a:link,
#content p.readmore a:visited {
   text-align: right;
   display: block;
   font-weight: normal;
}
#content p.readmore a:focus,
#content p.readmore a:hover,
#content p.readmore a:active {
   background-color: transparent;
   color: inherit;
   text-decoration: underline;
}