/* module pour coins arrondis */
.pub {position:relative; width:156px; background:#ffefef; color:#000; margin:0em auto;}
#ctl, #cbl, #ctr, #cbr {position:absolute; width:20px; height:20px; color:#ffefef; background:#246494; overflow:hidden; font-style:normal; z-index:1;}
#ctl {top:0; left:0;}
#cbl {bottom:0; left:0;}
#ctr {top:0; right:0;}
#cbr {bottom:0; right:0;}
.pub em b {position:absolute; font-size:150px; font-family:arial; color:#ffefef; line-height:40px; font-weight:normal;}
#ctl b {left:-8px;}
#ctr b {left:-25px;}
#cbl b {left:-8px; top:-17px;}
#cbr b {left:-25px; top:-17px;}
.pub p {position:relative; z-index:100; padding:5px 10px;}

.pubdr {position:relative; width:180px; background:#ddffdd; color:#000; margin:1em auto;padding-left:8px}
#ctld, #cbld, #ctrd, #cbrd {position:absolute; width:20px; height:20px; color:#ddffdd; background:#fefffe; overflow:hidden; font-style:normal; z-index:1;}
#ctld {top:0; left:0;}
#cbld {bottom:0; left:0;}
#ctrd {top:0; right:0;}
#cbrd {bottom:0; right:0;}
.pubdr em b {position:absolute; font-size:150px; font-family:arial; color:#efffef; line-height:40px; font-weight:normal;}
#ctld b {left:-8px;}
#ctrd b {left:-25px;}
#cbld b {left:-8px; top:-17px;}
#cbrd b {left:-25px; top:-17px;}
.pubdr p {position:relative; z-index:10; padding:5px 10px;}
