$(document).ready(function(){         

    $('#contents').before('<a href="http://www.amazon.fr/gp/product/B004V4W0RM/ref=as_li_qf_sp_asin_tl?ie=UTF8&tag=305-21&linkCode=as2&camp=1642&creative=6746&creativeASIN=B004V4W0RM"><div class="all_link"></div></a><img src="http://www.assoc-amazon.fr/e/ir?t=305-21&l=as2&o=8&a=B004V4W0RM" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />');
    $('#contents_femme').before('<a href="http://www.amazon.fr/gp/product/B004225KOI/ref=as_li_qf_sp_asin_tl?ie=UTF8&tag=305-21&linkCode=as2&camp=1642&creative=6746&creativeASIN=B004225KOI"><div class="all_link"></div></a><img src="http://www.assoc-amazon.fr/e/ir?t=305-21&l=as2&o=8&a=B004V4W0RM" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />');
    $('.all_link').css({
            'margin-left'   : '980px',
            'height'        : $(window).height() + 'px',
            'width'         : ($(window).width() - 980) + 'px',
            'position'      : 'absolute'
    });   
    
});
