/** Content **/
#content .bn_liste {
   overflow: hidden;
}
#content .bn_liste h3.head {
   border-bottom: 1px solid #0F5486;
}
#content .bn_liste .imgLeft,
#content .bn_liste .imgRight {
   border: 0 none;
}
#content .bn_liste .imgRight img,
#content .bn_liste .imgLeft img {
   display: block;
}
#content .bn_liste .imgLeft {
   float: left;
   margin: 0 1em 1em 0;
}
#content .bn_liste .imgRight {
   float: right;
   margin: 0 1em 0 1em;
}
#content .bn_liste p.readmore a {
   text-align: right;
   display: block;
}
