jQuery(document).ready(function() {
  jQuery('#actu2').autoCSS({
    name:                   'curl',
        width:                  378,
        top:                    20,
        bottom:                 20,
        right:                  14,
        left:                   14,
        top_height:             17,
        bottom_height:          17
    });
  jQuery('.partenaires').autoCSS({
    name:                   'curl2',
    folder:                 'static/images/autoCSS/curl/',
        width:                  208,
        top:                    20,
        bottom:                 20,
        right:                  14,
        left:                   14,
        top_height:             17,
        bottom_height:          17,
    background:             'bg2.gif'
    });
});