Outiref
<!DOCTYPE html>
<html lang="fr">
    <head>             
  
        
        
                                                                                                    
                                                                                                                                                                            
    <script src="https://assets.over-blog-kiwi.com/b/blog/v2024.08.21/runtime.c30679ed.js"></script><script src="https://assets.over-blog-kiwi.com/b/blog/v2024.08.21/ads.930ed0c8.js"></script>
  <script>
      dataLayer = [{
        'source'   : 'OVERBLOG',
        'theme'    : '81',
        'adUnitID' : '/6783/OverBlogKiwi/fr',
        'group'    : 'Blog-Deco',
        'category' : 'Home, Crafting & DIY',
        'rating'   : 'BS',
        'unused'   : 'Yes',
        'adult'    : 'No',
        'pda'      : 'No',
        'hasAds'   : 'Yes',
        'lang'     : 'fr',
        'adblock'  : '__ads_loaded__' in window ? 'No' : 'Yes',
        'blog_id'  : '1339980',
        'blog_name': "les tables de Karine",
        'premium'  : 'No',
        'slots'    : {
    "_125d664": {
        "name": "leaderboard",
        "meta": {
            "background_color": "#ffffff",
            "border_color": "#FFFFFF",
            "text_color": "#9d928b",
            "link_color": "#000",
            "url_color": "#9d928b"
        }
    },
    "_a075cff": {
        "name": "medium_rectangle",
        "meta": {
            "background_color": "#ffffff",
            "border_color": "#FFFFFF",
            "text_color": "#9d928b",
            "link_color": "#000",
            "url_color": "#9d928b"
        }
    },
    "_4d22f2f": {
        "name": "medium_rectangle",
        "meta": {
            "background_color": "#ffffff",
            "border_color": "#FFFFFF",
            "text_color": "#9d928b",
            "link_color": "#000",
            "url_color": "#9d928b"
        }
    },
    "_b3d96e7": {
        "name": "medium_rectangle_or_half_page",
        "meta": {
            "background_color": "#ffffff",
            "border_color": "#ffffff",
            "text_color": "#000000",
            "link_color": "#6666ff",
            "url_color": "#6666ff"
        }
    },
    "_2455992": {
        "name": "thema_160"
    },
    "_e6a90f2": {
        "name": "footer"
    },
    "_80cd7cf": {
        "name": "interstitial"
    },
    "_632194c": {
        "name": "sticky_footer"
    }
},
              }];
  </script>
            <script>
    var s = document.createElement("script");
    s.async = true;
    s.src = "https://cdn.lib.getjad.io/library/6783/overblogkiwi";
    s.setAttribute('importance', 'high');
    s.onload = function(){
        function setupSlideIn() {
            var divSlidein = document.createElement("div");
            divSlidein.id = 'slidein';
            document.body.appendChild(divSlidein);
        }

        if( document.readyState !== 'loading' ) {
            setupSlideIn();
        } else {
            document.addEventListener('DOMContentLoaded', setupSlideIn, false);
        }
    };
    var g = document.getElementsByTagName("head")[0];
    g.parentNode.insertBefore(s, g);

    // targeting
    var jadTargeting = {};
    var noTargetingKeys = ['slots'];
    for (var k in dataLayer[0]) {
        if (noTargetingKeys.indexOf(k) === -1) {
            if (typeof dataLayer[0][k] === 'string') {
                jadTargeting[k] = [dataLayer[0][k]];
            } else if (Array.isArray(dataLayer[0][k])) {
                jadTargeting[k] = dataLayer[0][k];
            } else {
                // unknow type
            }
        }
    }

    // mapping positions
    var jadPagePositions = [];
    var jadElementsMapping = {};
    var stickyFooterDefined = false;
    for (var slot in dataLayer[0].slots) {
        if (dataLayer[0].slots[slot].name == 'sticky_footer') {
            stickyFooterDefined = true;
        }
    }

    // _881c7f7, leaderboard, [header, mtf_leaderboard, mtf_leaderboard_2, btf_leaderboard] => on prend le premier pas défini
    var jadAddPosition = function(obSlotDivId, obSlotName, positionsPref) {
        var added = false;
        for (var i = 0; i < positionsPref.length && !added; i++) {
            if (jadPagePositions.indexOf(positionsPref[i]) === -1) {
                jadPagePositions.push(positionsPref[i]);
                jadElementsMapping[positionsPref[i]] = obSlotDivId;
                added = true;
            }
        }
        if (!added) {
            console.warn('can not add position ' + obSlotName);
        }
    };

    for (var obSlotDivId in dataLayer[0].slots) {
        var obSlotName = dataLayer[0].slots[obSlotDivId].name
        var positionsPref = [];
        if (/banner/.test(obSlotName)) {
            if (stickyFooterDefined) {
                positionsPref = ['mtf_leaderboard', 'btf_leaderboard'];
            } else {
                positionsPref = ['sticky_footer', 'btf_leaderboard'];
            }
        } else if (/footer/.test(obSlotName)) {
            positionsPref = ['footer'];
        } else if (/half_page/.test(obSlotName)) {
            positionsPref = ['rectangle_atf', 'rectangle_atf_2'];
        } else if (/header/.test(obSlotName)) {
            positionsPref = ['header'];
        } else if (/inter/.test(obSlotName)) {
            positionsPref = ['interstitial'];
        } else if (/leaderboard/.test(obSlotName)) {
            if (stickyFooterDefined) {
                positionsPref = ['header', 'mtf_leaderboard', 'mtf_leaderboard_2', 'btf_leaderboard'];
            } else {
                positionsPref = ['header', 'sticky_footer', 'mtf_leaderboard', 'mtf_leaderboard_2', 'btf_leaderboard'];
            }
        } else if (/medium_rectangle/.test(obSlotName)) {
            positionsPref = ['rectangle_mtf', 'rectangle_mtf_2'];
        } else if (/parallax/.test(obSlotName)) {
            positionsPref = ['rectangle_atf', 'rectangle_atf_2'];
        } else if (/pave/.test(obSlotName)) {
            positionsPref = ['rectangle_mtf', 'rectangle_mtf_2'];
        } else if (/skyscraper/.test(obSlotName)) {
            positionsPref = ['atf_sky_left'];
        } else if (/sticky_footer/.test(obSlotName)) {
            positionsPref = ['sticky_footer'];
        } else if (/thema_160/.test(obSlotName)) {
            positionsPref = ['rectangle_atf', 'rectangle_atf_2'];
        }
        if (positionsPref.length) {
            jadAddPosition(obSlotDivId, obSlotDivId, positionsPref);
        } else {
            console.warn('error on ', obSlotDivId, obSlotName);
        }
    }

    // si ! sticky_footer alors ajouter slidein
    if (!jadElementsMapping.hasOwnProperty('sticky_footer')) {
        jadPagePositions.push('slidein');
        jadElementsMapping.slidein = 'slidein';
    }

    window.jad = window.jad || {};
    jad.cmd = jad.cmd || [];

    jad.cmd.push(function() {
        var config = {
            debug: false,
            page: '/6783/OverBlogKiwi/fr',
            targeting: jadTargeting,
            prebidTargeting: jadTargeting,
            pagePositions: jadPagePositions,
            elementsMapping: jadElementsMapping,
            cappingByPosition: [{
                position: "interstitial",
                ttl: 3600,
                limit: 3,
            }, {
                position: "slidein",
                ttl: 3600,
                limit: 6,
            }],
            cmp: {
                name: 'didomi',
                siteId: 'e23a01f6-a508-4e71-8f50-c1a9cae7c0d0',
                noticeId: '3FCZAAB8',
                paywall: {
                    clientId: 'AVvF60FpOZcS6UoBe6sf8isBLYwzuLgMQCnNdE-FvpoW_OhR8P6zERqhyuIBGPOxqrTHKxv7QxsXnfck',
                    planId: 'P-1PX20425XC513033RMBQZVRI',
                    tosUrl: 'https://www.over-blog.com/terms-of-sale',
                    touUrl: 'https://www.over-blog.com/terms-of-use',
                    privacyUrl: 'https://www.over-blog.com/privacy-policy'
                },
                includeCmp: true
            }
        };
        if (jadPagePositions !== null) {
            config.pagePositions = jadPagePositions;
        }
        jad.public.setConfig(config);
        jad.public.loadPositions();
        jad.public.displayPositions();
    })
</script>
      
<script>
    // Paywall Bounce Rate pixel
    function sendCustomPixel(method, consent, tcfStatus) {
        var pixelUrl = "https://bpt.webedia-group.com/pixel.png?/domain=overblog.com&referrer=" + document.referrer + "&site_route=" + dataLayer[0].blog_name + "_" + (typeof jad !== "undefined") + "&event=tcfapi&method=" + method + "&consent=" + consent + "&tcfStatus=" + tcfStatus
        var img = document.createElement('img');
        img.style = "display: none;"
        img.src = pixelUrl;
        document.body.appendChild(img);
    }

    function triggerOnReadyOrTimeout(action, tcfStatus) {

        var done = false;

        function doItIfNotDone(method, consent, tcfStatus) {
            if (!done) {
                action(method, consent, tcfStatus);
                done = true;
            }
        }

        window.didomiOnReady = window.didomiOnReady || [];
        window.didomiOnReady.push(function (Didomi) {
            var consent = Didomi.isConsentRequired() ? Didomi.getUserConsentStatusForVendor("c:googleana-XMqagawa") && Didomi.getUserConsentStatusForVendor("google") : true;
            var consentToString = consent == undefined ? "undefined" : consent;
            doItIfNotDone("didomiOnReady", consentToString, tcfStatus);
        });

        setTimeout(function() {doItIfNotDone("timeout", "false", tcfStatus)}, 1000);
    }

    var tcfok = false;

    var tryTcfApiTimer = 0;

    var tryToReachTcfApi = setInterval(function() {
        if (typeof __tcfapi !== "undefined") {
            clearInterval(tryToReachTcfApi);
            launchTcfApi()
        } else if (tryTcfApiTimer > 3000) {
            clearInterval(tryToReachTcfApi);
            triggerOnReadyOrTimeout(sendCustomPixel, "tcfnotloaded")
        }
        tryTcfApiTimer += 200;
    }, 200)

    function launchTcfApi() {
        __tcfapi('addEventListener', 2, function(tcData, success) {
            if (success) {
                try{
                    switch (tcData.eventStatus) {
                        case "useractioncomplete":
                            triggerOnReadyOrTimeout(sendCustomPixel, tcData.eventStatus);
                            __tcfapi('removeEventListener', 2, function(){}, tcData.listenerId)
                            break;
                        case "cmpuishown":
                            triggerOnReadyOrTimeout(sendCustomPixel, tcData.eventStatus);
                            break;
                        case "tcloaded":
                            triggerOnReadyOrTimeout(sendCustomPixel, tcData.eventStatus);
                            __tcfapi('removeEventListener', 2, function(){}, tcData.listenerId)
                            break;
                        default:
                            triggerOnReadyOrTimeout(sendCustomPixel, tcData.eventStatus);
                    }
                } catch (error) {
                    triggerOnReadyOrTimeout(sendCustomPixel, tcData.eventStatus);
                }
                tcfok = true;
            }
        });

        setTimeout(function() {
            if (!tcfok) {
                triggerOnReadyOrTimeout(sendCustomPixel, "tcfnotloaded")
            }
        }, 2000);
    }
</script>  <style>
    [class^=app_gdpr] a {
        color: white !important;
    }
    [class^=app_gdpr] a[href], [class^=app_gdpr] [class^=banner_message] a:not([class^=banner_continue]) {
        text-decoration: underline;
    }
    [class^=app_gdpr] a svg {
        fill: white !important;
    }
    [class^=app_gdpr] [class^=banner_banner], [class^=app_gdpr] [class^=popup_popup]{
        z-index: 2147483647 !important;
    }
</style>
    <script>
    if (window.parent !== window) {
      if (typeof btoa !== "function") {
        window.btoa = function (input) {
          var str = String(input);
          for (var block, charCode, idx = 0, map = chars, output = ''; str.charAt(idx | 0) || (map = '=', idx % 1); output += map.charAt(63 & block >> 8 - idx % 1 * 8)) {
            charCode = str.charCodeAt(idx += 3/4)
            block = block << 8 | charCode
          }
          return output
        }
      }
      var re = /^(?:https?:)?(?:\/\/)?([^\/\?]+)/i
      var res = re.exec(document.referrer)
      var domain = res[1]
      var forbidden = ["aGVsbG8ubGFuZA==","Y3Vpc2luZS5sYW5k","cmVjZXR0ZS5sYW5k","cmVjZXR0ZXMubGFuZA==",]
      if (forbidden.indexOf(btoa(domain)) > -1) {
        document.location = document.location.origin + "/system/noframed"
      }
    }
  </script>
  <link rel="stylesheet" href="https://assets.over-blog-kiwi.com/b/blog/v2024.08.21/overblog-main.0e742d8d.css">
          <!-- Basic theme id 81 [Kiwi] - last modified : 2024-04-22T10:40:55+02:00 -->
 <!-- test comment -->
        <!-- shortcut:[Meta] -->
        <!-- title -->
                


                    

        <!-- Title -->
        <title>les tables de Karine - J'aime pr&eacute;parer une jolie table lorsque je re&ccedil;ois...</title>
        <!-- metas description, keyword, robots -->
        <!-- Metas -->
        <meta http-equiv="content-type" content="text/html; charset=utf-8" />
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width">
        <meta name="author" content="Karine" />

        <meta property="og:site_name" content="les tables de Karine" />
        <meta property="og:title" content="les tables de Karine" />
        <meta name="twitter:title" content="les tables de Karine" />
        <meta name="description" content="J&#039;aime pr&amp;eacute;parer une jolie table lorsque je re&amp;ccedil;ois..." />
        <meta property="og:description" content="J&#039;aime pr&amp;eacute;parer une jolie table lorsque je re&amp;ccedil;ois..." />
        <meta name="twitter:description" content="J&#039;aime pr&amp;eacute;parer une jolie table lorsque je re&amp;ccedil;ois..." />
        <meta property="og:locale" content="fr_FR" />
        <meta name="keywords" content="" />

        <meta property="og:image" content="http://fdata.over-blog.com/4/29/16/27/avatar-blog-1214935972-tmpphpLDCjP7.jpg" />
        <meta name="twitter:image:src" content="http://fdata.over-blog.com/4/29/16/27/avatar-blog-1214935972-tmpphpLDCjP7.jpg" />
        <meta property="og:type" content="blog" />
        <meta name="twitter:card" content="summary" />
        <meta name="twitter:site" content="@overblog" />
        <meta property="fb:app_id" content="284865384904712" />

    
                

        <!-- Robots -->
        <meta name="robots" content="index,follow" />

        <!-- RSS -->
        <link rel="alternate" type="application/rss+xml" title="RSS" href="/rss" />


<!-- Analytics -->

        <!-- shortcut:[Includes] -->
        <!-- favicon -->
        <!-- Metas -->
    <link rel="icon" type="image/png" href="http://fdata.over-blog.com/4/29/16/27/avatar-blog-1214935972-tmpphpLDCjP7.jpg" />

        
        <!-- Custom vars -->
        <!-- General/Header -->
                                                
        <!-- Text -->
                                
        <!-- Menu Bar -->
                                                                                                                        
        
        <!-- Appareance -->
                
        <!-- Widgets -->
                                                                                                                                
        
                
                                                                                        
                                                                
        
                
                
        
        
        
                                                                                                                                                                        
        
                
                
        <!-- Fancybox -->
        <link rel="stylesheet" href="https://assets.over-blog.com/t/catalog/jquery/fancybox/2.5/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />

        <!-- Nivo-slider -->
        <link rel="stylesheet" href="https://assets.over-blog.com/t/catalog/jquery/nivo-slider/3.2/nivo-slider.css" type="text/css" />
        <link rel="stylesheet" href="https://assets.over-blog.com/t/catalog/jquery/nivo-slider/3.2/themes/default/default.css" type="text/css" />

        <!-- Fonts -->
      <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />

        

        <style type="text/css">
            .ob-h1 {
                display: block;
                font-size: 2em;
                margin-top: 0.67em;
                margin-bottom: 0.67em;
                font-weight: bold;
            }
            .ob-h2 {
                display: block;
                font-size: 1.5em;
                margin-top: 0.83em;
                margin-bottom: 0.83em;
                font-weight: bold;
            }
            .ob-h3 {
                display: block;
                font-size: 1.17em;
                margin-top: 1em;
                margin-bottom: 1em;
                font-weight: bold;
            }
            .ob-h4 {
                display: block;
                margin-top: 1.33em;
                margin-bottom: 1.33em;
                font-weight: bold;
            }
            .ob-h5 {
                display: block;
                font-size: 0.83em;
                margin-top: 1.67em;
                margin-bottom: 1.67em;
                font-weight: bold;
            }
            .ob-h6 {
                display: block;
                font-size: 0.67em;
                margin-top: 2.33em;
                margin-bottom: 2.33em;
                font-weight: bold;
            }
            /*----- Reset -----*/
            body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,.ob-h1, .ob-h2, .ob-h3, .ob-h4, .ob-h5, .ob-h6,pre,form,fieldset,input,p,textarea,blockquote,th,td{ margin:0; padding:0;}
            table{ border-collapse:collapse; border-spacing:0;}
            fieldset,img{ border:0;}
            address,caption,cite,code,dfn,var{ font-style:normal; font-weight:normal;}
            caption,th{ text-align:left;}
            h1,h2,h3,h4,h5,h6,.ob-h1, .ob-h2, .ob-h3, .ob-h4, .ob-h5, .ob-h6{ font-size:100%; font-weight:normal;}
            q:before,q:after{ content:'';}
            abbr,acronym{ border:0;}
            pre{ white-space: normal;}

            /* Standard styles */
            .clear{
                clear: both;
            }
            .clearfix:before, .clearfix:after{
                content: "";
                display: table;
            }
            .clearfix:after{
                clear: both;
            }

            /* Theme styles */
            /* Base */
            html{
                font-size: 62.5%;
            }
            body{
                font-family: Georgia, Times, serif;
                word-wrap: break-word;
            }
            h1, h2, h3, h4, h5, h6,
            .ob-h1, .ob-h2, .ob-h3, .ob-h4, .ob-h5, .ob-h6,
            .blog-title, .widget-title
            {
                font-family: 'Arvo', Helvetica, Arial, sans-serif;
            }
            a{
                text-decoration: none;
            }
            a:hover, a:focus, a:active{
                text-decoration: underline;
            }
            ol ol, ul ul{
                margin-bottom: 0;
            }
            .post ol, .post ul{
                margin-left: 40px;
            }
            .no-margin{
                margin: 0 !important;
            }

            /* Vertical grid */
            body{
                line-height: 20px;
            }
            p, ol, ul{
                margin-bottom: 30px;
            }
            .global{
                margin-bottom: 30px;
                margin-top: 30px;
            }
            .blog-header {
                overflow: hidden;
            }

            .blog-header,
            .menu,
            .slider-wrapper,
            .widget,
            .ob-PostNavigation,
            .ob-pagination,
            .share,
            .ads,
            .post {
                margin-bottom: 30px;
            }

            .post-title {
                font-size: 2.1em;
                line-height: 45px;
                margin: 0;
            }

            
            /* Font size & line-height */
                            body{
                    font-size: 1.6em;
                    line-height: 30px;
                }
                h1, .ob-h1{
                    font-size: 2.500em; /* 40px */
                    line-height: 55px;
                    margin: 40px 0 0 0;
                }
                h2, .ob-h2, .post-title{
                    font-size: 2.188em; /* 35px */
                    line-height: 55px;
                    margin: 20px 0 0 0;
                }
                h3, .ob-h3{
                    font-size: 1.5em; /* 24px */
                    line-height: 35px;
                    margin: 20px 0 0 0;
                }
                h4, .ob-h4{
                    font-size: 1.375em; /* 22px */
                    line-height: 35px;
                    margin: 20px 0 0 0;
                }
                h5, .ob-h5{
                    font-size: 1.250em; /* 20px */
                    line-height: 30px;
                    margin: 20px 0 0 0;
                }
                h6, .ob-h6{
                    font-size: 1.125em; /* 18px */
                    line-height: 30px;
                    margin: 20px 0 0 0;
                }
                .footer h3, .footer .ob-h3{
                    font-size: 1.125em; /* 18px */
                }
                .sidebar .widget-title{
                    font-size: 1.5em; /* 24px */
                    line-height: 43px;
                    margin: 20px 0 0 0;
                }
            
            .blog-header .blog-title{
                font-size: 45px;
                line-height: 60px;
                margin: 0;
            }
            
            /* Global */
            body{
                background-color: #d0d0d0;
            }
            .global{
                background-color: #fff;
                box-shadow: 0 2px 6px rgba(100, 100, 100, .3);
                margin-left: auto;
                margin-right: auto;
                width: 980px;
            }
                                            .blog-header{
                    margin-left: 20px;
                    margin-right: 20px;
                    margin-top: 20px;
                }
                        .blog-header p{
                font-size: 22px;
                line-height: 25px;
                margin-bottom: 0;
            }
            .menu{
                border-bottom: 1px solid #aaa;
                border-top: 1px solid #aaa;
                margin-left: 20px;
                margin-right: 20px;
                margin-top: 0;
            }

                          .menu ul{
                list-style: none;
                margin: 0;
              }
              .menu li{
                float: left;
              }
              .menu li+li{
                margin-left: 20px;
              }
              .menu a{
                display: table-cell;
                height: 38px; /* + borders = 40px */
                vertical-align: middle;
              }
            
            .slider-wrapper{
                height: 320px;
                margin-left: 20px;
                margin-right: 20px;
                overflow: hidden;
                width: 940px;
            }
            .slideshow{
                position: relative;
            }

            .content-global{
                margin: 0 20px;
            }

            .ob-text > *:first-child,
            .widget > *:first-child{
                margin-top: 0;
            }

            .ob-text > *:last-child,
            .widget > *:last-child{
                margin-bottom: 0;
            }

            /* left content : posts */
            .left-content{
                float: left;
                margin: 0 20px 0 0;
                width: 620px;
            }
            .special-title{
                margin: 0 0 20px 0;
            }
            .post .post-title{
                margin-top: 0;
            }
                            .post-sidebox,
                .post-content{
                    float: left;
                }
                .post-sidebox{
                    position: relative;
                    margin-right: 20px;
                    min-height: 30px;
                    width: 100px;
                }
                .post-date{
                    background-color: rgb(10, 10, 10); /* IE8 */
                    background-color: rgba(0, 0, 0, .85);
                    color: #EFEFEF;
                    padding: 5px 0;
                    position: absolute;
                    text-align: center;
                    width: 100px;
                }
                                    .post-content{
                        width: 480px;
                    }
                            
            .snippet{
                margin-bottom: 10px;
            }
            .readmore{
                margin-bottom: 0;
            }
            .readmore a{
                font-size: 0.7em;
                letter-spacing: .2em;
                text-transform: uppercase;
            }

            /* Single post */
            .ob-repost > p{
                margin: 0;
            }
            .meta{
                font-size: 0.9em;
                font-style: italic;
            }
            .share h3, .share .ob-h3{
                margin: 0px 0 10px 0;
            }
            .facebook-share,
            .linkedin-share,
            .ob-share{
                margin-right: 10px;
            }
            a.ob-repost-btn{
                vertical-align: top;
            }
            .facebook-share .fb_iframe_widget > span {
                vertical-align: top !important;
            }

            /* pagination */
            .ob-pagination{
                text-align: center;
            }
            .ob-pagination .ob-page{
                border: 1px solid #aaa;
                display: inline-block;
                text-align: center;
            }
            .ob-PostNavigation-link{
                border: 1px solid #aaa;
                padding: 12px 15px;
            }
            .ob-pagination .ob-page{
                margin-bottom: 10px;
                padding: 0 9px;
            }

            .item-comments h3, .item-comments .ob-h3{
                margin-bottom: 10px;
            }

            /* right content : sidebar */
            .right-content{
                float: right;
                width: 300px;
            }
            .sidebar .widget-title{
                border-bottom: 1px solid #aaa;
                border-top: 1px solid #aaa;
                margin-bottom: 20px;
                margin-top: 0;
            }
            .sidebar ul{
                list-style: none;
            }
            .archives ul ul{
                margin-left: 20px;
            }
            /* modules */
            .about .avatar{
                float: left;
                max-height: 100px;
                margin: 0 10px 10px 0;
            }

            /* Hub */
            .right-content .post{
                margin-bottom: 20px;
            }
            .widget .ob-section{
                margin: 0;
            }
            .widget .ob-section-images{
                margin-bottom: 10px;
            }
            .social-hub .cover{
                display: block;
                margin: 0 auto;
            }

            /* follow */
            .follow ul{
                list-style: none;
            }
            .follow li{
                display: inline-block;
                margin: 5px 10px 5px 0;
            }
            .follow .bloglovin a{
                background: url('https://assets.over-blog.com/t/catalog/images/follow/follow-24.png') no-repeat top left;
                display: block;
                height: 24px;
                text-indent: -99999%;
                width: 24px;
                background-position: 0 -432px;
            }

            /* subscribe */
            .subscribe p{
                margin-bottom: 10px;
            }
            .subscribe .ob-label{
                display: none;
            }
            .subscribe .ob-form-field,
            .subscribe .ob-input-submit{
                display: inline-block;
                margin: 0;
            }
            .subscribe .ob-input-email,
            .search input[type="text"]{
                width: 200px;
            }

            /* last posts */
            .last-posts li{
                display: block;
                overflow: hidden;
                float: left;
                height: 100px;
                position: relative;
                width: 100px;
            }
            .last-posts .caption{
                background: #111;
                background: rgba(17,17,17,0.95);
                display: block;
                height: 90px;
                overflow: hidden;
                padding: 5px;
                position: absolute;
                top: 0;
                -webkit-transition: all 500ms ease;
                   -moz-transition: all 500ms ease;
                     -o-transition: all 500ms ease;
                        transition: all 500ms ease;
                width: 90px;
            }

            .last-posts .cover,
            .last-posts .cover img {
                display: block;
            }

            .last-posts .caption {
                color: #FFF;
                display: inline-block;
                -webkit-hyphens: auto;
                   -moz-hyphens: auto;
                    -ms-hyphens: auto;
                     -o-hyphens: auto;
                        hyphens: auto;
                line-height: 20px;
                overflow: hidden;
                width: 100%;
                word-wrap: break-word;
            }

            .last-posts li .cover > .caption,
            .last-posts li:hover .cover img + .caption {
                margin-left: 0;
                -webkit-transition: all 300ms ease-in;
                   -moz-transition: all 300ms ease-in;
                     -o-transition: all 300ms ease-in;
                        transition: all 300ms ease-in;
                filter:alpha(opacity=100);
                opacity: 1;
            }

            .last-posts .cover img + .caption {
                margin-left: -100px;
                -webkit-transition: all 300ms ease-out;
                   -moz-transition: all 300ms ease-out;
                     -o-transition: all 300ms ease-out;
                        transition: all 300ms ease-out;
                filter:alpha(opacity=0);
                opacity: 0;
            }

            /* sections */
            .ob-media{
                max-width: 100%;
            }
            .ob-section-images{
                width: 100%;
            }
            .ob-section-images img{
                max-width: 100%;
                vertical-align: top;
            }
            .ob-row-1-col,
            .ob-row-2-col,
            .ob-row-3-col{
                margin-bottom: 20px;
            }
            .left-content .ob-row-1-col a{
                margin: 0 10px;
            }
            .left-content .ob-row-2-col a+a{
                margin-left: 20px;
            }
            .left-content .ob-row-3-col a+a{
                margin-left: 10px;
            }
            .left-content .ob-row-1-col img{
                max-width: 600px;
            }

            /* forms */
            #global input[type="text"],
            #global input[type="email"],
            #global input[type="submit"],
            #global textarea{
                border: 1px solid #525252;
                padding: 4px 2px;
            }
            #global input[type="submit"]{
                background-clip: padding-box;
                background-color: #e1e1e1;
                background-image: -webkit-linear-gradient(#f3f3f3, #e9e9e9);
                background-image: -moz-linear-gradient(#f3f3f3, #e9e9e9);
                background-image: -o-linear-gradient(#f3f3f3, #e9e9e9);
                border: 1px solid #d0d0d0;
                border-radius: 0.2em;
                -webkit-box-shadow: inset 0px 0px 2px #fff;
                -moz-box-shadow: inset 0px 0px 2px #fff;
                -o-box-shadow: inset 0px 0px 2px #fff;
                box-shadow: inset 0px 0px 2px #fff;
                cursor: pointer;
                overflow: visible;
                padding: 4px 5px;
                text-align: center;
                text-shadow: 1px 1px 1px #fff;
                white-space: nowrap;
            }
            #global input[type="submit"]:hover,
            #global input[type="submit"]:focus,
            #global input[type="submit"]:active{
                border: 1px solid #b0b0b0;
                background-color: #ededed;
                background-image: -webkit-linear-gradient(#e1e1e1, #ededed);
                background-image: -moz-linear-gradient(#e1e1e1, #ededed);
                background-image: -o-linear-gradient(#e1e1e1, #ededed);
            }
            #global input[type="submit"]:active {
                border: 1px solid #666;
                -webkit-box-shadow: inset 0px 0px 3px #999;
                -moz-box-shadow: inset 0px 0px 3px #999;
                -o-box-shadow: inset 0px 0px 3px #999;
                box-shadow: inset 0px 0px 3px #999;
            }

                            .ads{
                    margin-left: auto;
                    margin-right: auto;
                }
                .ads-728x90{
                    background-color: #fff;
                    box-shadow: 0 2px 6px rgba(100, 100, 100, .3);
                    padding: 2px;
                    margin-top: 20px;
                    max-height: 90px;
                    max-width: 728px;
                }
                .ads-620x250 .ads-300x250{
                    float: left;
                }
                .ads-620x250 .ads-300x250+.ads-300x250{
                    margin-left: 20px;
                }
                .ads-300{
                    text-align: center;
                }
                .ads-300x600{
                    height: 1000px;
                    position: relative;
                }
                .ads-300x600 > * {
                    position: sticky;
                    top: 30px;
                }
                .shareBarOpened .ads-300x600 > * {
                    top: 70px;
                }
            
                            /* Défault Black */
                body{
                    color: #000000;
                }
                h1, h2, h3, h4, h5, h6,
                h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
                .ob-h1, .ob-h2, .ob-h3, .ob-h4, .ob-h5, .ob-h6,
                .ob-h1 a, .ob-h2 a, .ob-h3 a, .ob-h4 a, .ob-h5 a, .ob-h6 a,
                .blog-title, .widget-title{
                    color: #000000;
                }
                a, #ob-comments a {
                    color: #0084b4;
                }
                a:hover, #ob-comments a:hover, a:focus, #ob-comments a:focus, a:active, #ob-comments a:active{
                    color: #0084b4;
                }
                #ob-comments .ob-button-primary, #ob-comments .ob-reply-link {
                    border-color: #0084b4;
                    color: #0084b4;
                }
            
            
            
                            body{
                                            background-color: #d0d0d0;
                                    }
            
                            .global, .ads-728x90{
                                            background-color: #ffffff;
                                    }
            
                            .blog-header{
                    background: url(//assets.over-blog.com/t/catalog/images/background/header/Drawing-blue-flowers.jpg) no-repeat center top;
                }
            
                            .blog-header{
                    height: 320px;
                }
                .title{
                    background: white;
                    display: inline-block;
                    max-height: 240px;
                    max-width: 860px;
                    overflow: hidden;
                    padding: 10px 20px;
                    position: relative;
                }
                                .title a{
                    display: block;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                                    .title{
                        left: 20px;
                        opacity: 0.8;
                        filter: alpha(opacity=80);
                        top: 20px;
                    }
                
                            
            
            
            .ob-Outbrain_link,
            .ob-RelatedPost-link {
                line-height: 1.4;
            }

            /* Newsletter Form */
            .ob-Newsletter {
                margin-top: 20px;
            }

            .ob-Newsletter-toggle,
            .ob-Newsletter-submit {
                border-radius: 0;
                color: #fff;
                                background: #0084b4;
                border-color: #000000;
                            }

            body .menu-main li {
  padding: 0; }
  @media only screen and (min-width: 970px) {
      body .menu-main a, body .menu-main span {
        line-height: 40px; } }
  @media only screen and (min-width: 970px) {
          body .menu-main ul li > a, body .menu-main ul li > span {
            line-height: 30px; } }
  body .carousel {
    margin-bottom: 40px; }


        </style>
         <script>
  function loadGA() {
    window.dataLayer = window.dataLayer || []
    var s = document.createElement("script")
    s.async = true
    s.src = "https://cdn.lib.getjan.io/library/overblog.js"
    s.setAttribute("importance", "high")
    var g = document.getElementsByTagName("head")[0]
    g.parentNode.insertBefore(s, g)
    window.jan = window.jan || {}
    jan.cmd = jan.cmd || []
    jancmd = function(){jan.cmd.push(arguments);}

    // TODO: Now, The wrapper handle didomi consent for us so we don't need anymore to wait didomi consent to load GA. The dimension23 is for didomi consent but it will be handle directly by the wrapper. We remove it from the code below.
    var dimensions = {
      dimension1: '__ads_loaded__' in window ? '0' : '1',
      dimension2: 'fr',
      dimension3: 'BS',
      dimension4: 'home-crafting-diy',
      dimension5: '1',
      dimension6: '0',
      dimension7: '1',
      dimension10: '1339980',
      dimension11: '1',
      dimension12: '1',
      dimension13: '1',
      dimension14: '__ads_loaded__' in window ? '1' : '0',
      dimension15: '__ads_loaded__' in window ? '0' : '1',
      dimension16: '1339980',
      dimension17: "les tables de Karine",
            dimension24: '20110221',
      dimension25: 'overblog',
    }

    if (location) {
      dimensions.dimension22 = '' + location.hostname
    }

    jancmd("setConfig", {
      metadata: dimensions,
    });

    jancmd("sendEvent", "pageview");
  }

  loadGA()
</script>
  
<script>
  function isConnected(connected, connected_owner, timestamp, user_id) {
    if (connected) {
      document.querySelector('html').classList.add('ob-connected')
    }
    if (connected_owner) {
      document.querySelector('html').classList.add('ob-connected-blog')
    }
  }
</script>
<script src="//connect.over-blog.com/ping/1339980/isConnected" async></script>

<script src="https://assets.over-blog-kiwi.com/b/blog/v2024.08.21/overblog-main.fd68da44.js"></script>


  <script src="https://static1.webedia.fr/js/gs.js" async></script>
  
  
 </head>
    <body> 

                
  <div class="ob-ShareBar ob-ShareBar--dark js-ob-ShareBar">
    <div class="ob-ShareBar-container ob-ShareBar-container--left">

      
                                    
      
      <a href="https://www.over-blog.com" class="ob-ShareBar-branding">        <img class="ob-ShareBar-brandingImg" src="https://assets.over-blog-kiwi.com/b/blog/v2024.08.21/images/shareicon-branding-ob--dark.png" alt="Overblog">
      </a>    </div>

    <div class="ob-ShareBar-container ob-ShareBar-container--right">
                      <a href="#" data-href="https://www.facebook.com/sharer/sharer.php?u={referer}" title=" facebook" class="ob-ShareBar-share ob-ShareBar-share--facebook"></a>
        <a href="#" data-href="https://twitter.com/intent/tweet?url={referer}&amp;text={title}" title="X (Twitter)" class="ob-ShareBar-share ob-ShareBar-share--twitter"></a>
        <a href="#" data-href="#" title=" pinterest" class="ob-ShareBar-share ob-ShareBar-share--pinterest js-ob-ShareBar-share--pinterest"></a>

        <form action="/search" method="post" accept-charset="utf-8" class="ob-ShareBar-search">
          <input type="text" name="q" value="" class="ob-ShareBar-input" placeholder="Rechercher">
          <button class="ob-ShareBar-submit"></button>
        </form>

        
                  <a class="js-ob-ShareBar-follow ob-ShareBar--connected ob-ShareBar-follow" href="https://admin.over-blog.com/_follow/1339980" target="_blank" rel="nofollow">
              Suivre ce blog
          </a>
        
        <a href="https://admin.over-blog.com/" class="ob-ShareBar-admin ob-ShareBar--connected">
          <img src="https://assets.over-blog-kiwi.com/b/blog/v2024.08.21/images/lock-alt-dark.svg" class="ob-ShareBar-lock">
          <span class="ob-ShareBar-text">Administration</span>
        </a>
      
      <a href="https://connect.over-blog.com/en/login" class="ob-ShareBar-login ob-ShareBar--notconnected">
        <img src="https://assets.over-blog-kiwi.com/b/blog/v2024.08.21/images/lock-alt-dark.svg" class="ob-ShareBar-lock">
        <span class="ob-ShareBar-text">Connexion</span>
      </a>
            <a href="https://www.over-blog.com/creation" class="ob-ShareBar-create ob-ShareBar--notconnected">
        <span class="ob-ShareBar-plus">+</span>
        <span class="ob-ShareBar-text">Créer mon blog</span>
      </a>

              <span class="ob-ShareBar-toggle ob-ShareBar-toggle--hide js-ob-ShareBar-toggle"></span>
          </div>
  </div>

      <div class="ob-ShareBar ob-ShareBar--minified js-ob-ShareBar--minified">
      <div class="ob-ShareBar-container">
        <span class="ob-ShareBar-toggle ob-ShareBar-toggle--show js-ob-ShareBar-toggle"></span>
      </div>
    </div>
  
  <script src="https://assets.over-blog-kiwi.com/b/blog/v2024.08.21/sharebar.db8ff6e0.js"></script>
  <script>
        var postTitle = "les tables de Karine"
        socialShare(document.querySelector('.ob-ShareBar-share--facebook'), postTitle)
        socialShare(document.querySelector('.ob-ShareBar-share--twitter'), postTitle)
      </script>           <div id="fb-root"></div>
                    <div class="ads ads-728x90">
                <div id="_125d664"></div>            </div>
                <div class="global clearfix">
            <header class="blog-header" role="banner">
                <div class="title">
                                            <h1 class="blog-title" ><a href="http://les-tables-de-karine.over-blog.fr" title="J'aime pr&eacute;parer une jolie table lorsque je re&ccedil;ois...">les tables de Karine</a></h1>
                                                                <p class="description">J'aime pr&eacute;parer une jolie table lorsque je re&ccedil;ois...</p>
                                    </div>
            </header>
                          <nav class="menu" role="navigation">
                <ul class="clearfix">
                  <li class="selected">
                    <a class="selected" href="http://les-tables-de-karine.over-blog.fr">Accueil</a>
                  </li>
                                                                                                                                                <li><a href="/contact" title="Contact">Contact</a></li>
                </ul>
              </nav>
            
            
            <div class="content-global clearfix">
                <section class="left-content" role="main">
                                            
                                              <div class="carousel">
                          
                        </div>
                      
                                                                                    <article class="post clearfix">
                                                                            <a href="http://les-tables-de-karine.over-blog.fr/article-housses-a-couverts-sur-les-bricoles-de-karine-113639961.html" class="post-sidebox" title="Voici des housses pour ranger vos couverts que vous pourrez trouver dans ma boutique : Les Bricoles de Karine A bientôt !">
                                            <time class="post-date" datetime="2012-12-20T11:39:00+01:00" data-hover="20/12/2012">
                                                20 déc.
                                            </time>

                                                                                            <div class="post-cover">
                                                    <img src="https://image.over-blog.com/ad07-pc0hnPm0NC6SBAgJ-xViOw=/100x100/smart/filters:no_upscale()/idata%2F4291627%2Fles-bricoles-de-karine%2Fhousse-couverts1.JPG" alt="housses à couverts sur &quot;les bricoles de Karine&quot;" width="100" height="100" />
                                                </div>
                                                                                    </a>
                                    
                                    <div class="post-content">
                                        <header class="header">
                                            <h2 class="post-title">
                                                <a title="Voici des housses pour ranger vos couverts que vous pourrez trouver dans ma boutique : Les Bricoles de Karine A bientôt !" href="http://les-tables-de-karine.over-blog.fr/article-housses-a-couverts-sur-les-bricoles-de-karine-113639961.html">
                                                                                                            housses à couverts sur &quot;les bricoles de Karine&quot;
                                                                                                    </a>
                                            </h2>
                                                                                    </header>

                                                                                    <div class="body clearfix">
                                                                                                <p class="snippet">Voici des housses pour ranger vos couverts que vous pourrez trouver dans ma boutique : Les Bricoles de Karine A bientôt !</p>
                                            </div>
                                        
                                        <p class="readmore">
                                                                                            <a href="http://les-tables-de-karine.over-blog.fr/article-housses-a-couverts-sur-les-bricoles-de-karine-113639961.html">
                                                    Lire la suite
                                                </a>
                                                                                    </p>
                                    </div>
                                </article>
                                                                                                                                                                                                                    <article class="post clearfix">
                                                                            <a href="http://les-tables-de-karine.over-blog.fr/article-table-charlie-et-la-chocolaterie-113316457.html" class="post-sidebox" title="Comme promis voici la table concoctée pour les deux Sagittaires de la famille ce week-end : bon anniversaire à ma puce Audrey qui a 11 ans aujourd'hui et à mon mari qui a pris un an de plus le 28 novembre. C'est lui qui m'a soufflé le thème de cette table,...">
                                            <time class="post-date" datetime="2012-12-10T13:53:00+01:00" data-hover="10/12/2012">
                                                10 déc.
                                            </time>

                                                                                            <div class="post-cover">
                                                    <img src="https://image.over-blog.com/3s6xN5eub9e7rXQ9Bp0dFpjJRfg=/100x100/smart/filters:no_upscale()/idata%2F4291627%2FCharlie-et-la-chocolaterie%2Fwillywonka28.jpg" alt="table &quot;Charlie et la chocolaterie&quot;" width="100" height="100" />
                                                </div>
                                                                                    </a>
                                    
                                    <div class="post-content">
                                        <header class="header">
                                            <h2 class="post-title">
                                                <a title="Comme promis voici la table concoctée pour les deux Sagittaires de la famille ce week-end : bon anniversaire à ma puce Audrey qui a 11 ans aujourd&#039;hui et à mon mari qui a pris un an de plus le 28 novembre. C&#039;est lui qui m&#039;a soufflé le thème de cette table,..." href="http://les-tables-de-karine.over-blog.fr/article-table-charlie-et-la-chocolaterie-113316457.html">
                                                                                                            table &quot;Charlie et la chocolaterie&quot;
                                                                                                    </a>
                                            </h2>
                                                                                    </header>

                                                                                    <div class="body clearfix">
                                                                                                <p class="snippet">Comme promis voici la table concoctée pour les deux Sagittaires de la famille ce week-end : bon anniversaire à ma puce Audrey qui a 11 ans aujourd'hui et à mon mari qui a pris un an de plus le 28 novembre. C'est lui qui m'a soufflé le thème de cette table,...</p>
                                            </div>
                                        
                                        <p class="readmore">
                                                                                            <a href="http://les-tables-de-karine.over-blog.fr/article-table-charlie-et-la-chocolaterie-113316457.html">
                                                    Lire la suite
                                                </a>
                                                                                    </p>
                                    </div>
                                </article>
                                                                                                                                                                                                                    <article class="post clearfix">
                                                                            <a href="http://les-tables-de-karine.over-blog.fr/article-petite-surprise-pour-noel-113076449.html" class="post-sidebox" title="Bonjour, comme je vous l'avais annoncé lors de mon dernier article je brille par mon absence car je suis toujours aussi occupée par ma nouvelle activité. Je fais une exception aujourd'hui pour partager avec vous ceci : Contactée lundi dernier par le site...">
                                            <time class="post-date" datetime="2012-12-03T11:44:00+01:00" data-hover="03/12/2012">
                                                3 déc.
                                            </time>

                                                                                            <div class="post-cover">
                                                    <img src="https://image.over-blog.com/Ss66sFUPH1XF0F6x0grgAU3e3k4=/100x100/smart/filters:no_upscale()/idata%2F4291627%2Fnoel-aufeminin.com%2FTABLE-NOE2L.png" alt="Petite surprise pour Noël !" width="100" height="100" />
                                                </div>
                                                                                    </a>
                                    
                                    <div class="post-content">
                                        <header class="header">
                                            <h2 class="post-title">
                                                <a title="Bonjour, comme je vous l&#039;avais annoncé lors de mon dernier article je brille par mon absence car je suis toujours aussi occupée par ma nouvelle activité. Je fais une exception aujourd&#039;hui pour partager avec vous ceci : Contactée lundi dernier par le site..." href="http://les-tables-de-karine.over-blog.fr/article-petite-surprise-pour-noel-113076449.html">
                                                                                                            Petite surprise pour Noël !
                                                                                                    </a>
                                            </h2>
                                                                                    </header>

                                                                                    <div class="body clearfix">
                                                                                                <p class="snippet">Bonjour, comme je vous l'avais annoncé lors de mon dernier article je brille par mon absence car je suis toujours aussi occupée par ma nouvelle activité. Je fais une exception aujourd'hui pour partager avec vous ceci : Contactée lundi dernier par le site...</p>
                                            </div>
                                        
                                        <p class="readmore">
                                                                                            <a href="http://les-tables-de-karine.over-blog.fr/article-petite-surprise-pour-noel-113076449.html">
                                                    Lire la suite
                                                </a>
                                                                                    </p>
                                    </div>
                                </article>
                                                                                                            <div class="ads-ctn ads-620x250 clearfix">
                                            <div class="ads ads-300x250">
                                                <div id="_a075cff"></div>                                            </div>
                                            <div class="ads ads-300x250">
                                                <div id="_4d22f2f"></div>                                            </div>
                                        </div>
                                                                                                                                                                                    <article class="post clearfix">
                                                                            <a href="http://les-tables-de-karine.over-blog.fr/article-salon-creations-et-savoir-faire-112303073.html" class="post-sidebox" title="Bonjour, le salon Créations et Savoir-faire aura lieu du 21 au 25 novembre à Paris. A cette occasion le blog Caro et Zolie organise un petit concours pour gagner des entrées gratuites... Je tente ma chance car j'adore ce genre de salon, toujours plein...">
                                            <time class="post-date" datetime="2012-11-10T15:04:00+01:00" data-hover="10/11/2012">
                                                10 nov.
                                            </time>

                                                                                            <div class="post-cover">
                                                    <img src="https://image.over-blog.com/AywAIm1EKFsNllP3eSUfEyxucDA=/100x100/smart/filters:no_upscale()/idata%2F4291627%2Fsignature2.jpg" alt="Salon Créations et savoir-faire" width="100" height="100" />
                                                </div>
                                                                                    </a>
                                    
                                    <div class="post-content">
                                        <header class="header">
                                            <h2 class="post-title">
                                                <a title="Bonjour, le salon Créations et Savoir-faire aura lieu du 21 au 25 novembre à Paris. A cette occasion le blog Caro et Zolie organise un petit concours pour gagner des entrées gratuites... Je tente ma chance car j&#039;adore ce genre de salon, toujours plein..." href="http://les-tables-de-karine.over-blog.fr/article-salon-creations-et-savoir-faire-112303073.html">
                                                                                                            Salon Créations et savoir-faire
                                                                                                    </a>
                                            </h2>
                                                                                    </header>

                                                                                    <div class="body clearfix">
                                                                                                <p class="snippet">Bonjour, le salon Créations et Savoir-faire aura lieu du 21 au 25 novembre à Paris. A cette occasion le blog Caro et Zolie organise un petit concours pour gagner des entrées gratuites... Je tente ma chance car j'adore ce genre de salon, toujours plein...</p>
                                            </div>
                                        
                                        <p class="readmore">
                                                                                            <a href="http://les-tables-de-karine.over-blog.fr/article-salon-creations-et-savoir-faire-112303073.html">
                                                    Lire la suite
                                                </a>
                                                                                    </p>
                                    </div>
                                </article>
                                                                                                                                                                                                                    <article class="post clearfix">
                                                                            <a href="http://les-tables-de-karine.over-blog.fr/article-table-belles-lettres-112190752.html" class="post-sidebox" title="Voici la table dressée ce week-end pour une correspondante que j'ai connue ado et avec qui je suis toujours amie, bien des années plus tard. Elle et son mari ont fait le voyage depuis Nantes et nous avons ainsi passé un merveilleux week-end. Elle est...">
                                            <time class="post-date" datetime="2012-11-07T09:37:00+01:00" data-hover="07/11/2012">
                                                7 nov.
                                            </time>

                                                                                            <div class="post-cover">
                                                    <img src="https://image.over-blog.com/nlirMblZic4Gngg-ZIMG7MAWqRg=/100x100/smart/filters:no_upscale()/idata%2F4291627%2Fbelles-lettres%2Fbelles-lettres.jpg" alt="table &quot;belles lettres&quot;" width="100" height="100" />
                                                </div>
                                                                                    </a>
                                    
                                    <div class="post-content">
                                        <header class="header">
                                            <h2 class="post-title">
                                                <a title="Voici la table dressée ce week-end pour une correspondante que j&#039;ai connue ado et avec qui je suis toujours amie, bien des années plus tard. Elle et son mari ont fait le voyage depuis Nantes et nous avons ainsi passé un merveilleux week-end. Elle est..." href="http://les-tables-de-karine.over-blog.fr/article-table-belles-lettres-112190752.html">
                                                                                                            table &quot;belles lettres&quot;
                                                                                                    </a>
                                            </h2>
                                                                                    </header>

                                                                                    <div class="body clearfix">
                                                                                                <p class="snippet">Voici la table dressée ce week-end pour une correspondante que j'ai connue ado et avec qui je suis toujours amie, bien des années plus tard. Elle et son mari ont fait le voyage depuis Nantes et nous avons ainsi passé un merveilleux week-end. Elle est...</p>
                                            </div>
                                        
                                        <p class="readmore">
                                                                                            <a href="http://les-tables-de-karine.over-blog.fr/article-table-belles-lettres-112190752.html">
                                                    Lire la suite
                                                </a>
                                                                                    </p>
                                    </div>
                                </article>
                                                                                                                                                                                                                    <article class="post clearfix">
                                                                            <a href="http://les-tables-de-karine.over-blog.fr/article-table-fa-on-cuir-112152943.html" class="post-sidebox" title="Comme promis, voici une autre table, dressée fin septembre. L'idée m'en est venue quand j'ai déniché des ronds de serviette et des sous-verre pour 3 fois rien chez Babou. Evidemment, à ce prix là, ce n'est pas du cuir... Mais qu'importe ? Je n'ai de toute...">
                                            <time class="post-date" datetime="2012-11-06T08:23:00+01:00" data-hover="06/11/2012">
                                                6 nov.
                                            </time>

                                                                                            <div class="post-cover">
                                                    <img src="https://image.over-blog.com/gMMmoq_nZSaYOcVW8zSGyXf-DNg=/100x100/smart/filters:no_upscale()/idata%2F4291627%2Ffacon-cuir%2Ffacon-cuir.jpg" alt="table &quot;façon cuir&quot;" width="100" height="100" />
                                                </div>
                                                                                    </a>
                                    
                                    <div class="post-content">
                                        <header class="header">
                                            <h2 class="post-title">
                                                <a title="Comme promis, voici une autre table, dressée fin septembre. L&#039;idée m&#039;en est venue quand j&#039;ai déniché des ronds de serviette et des sous-verre pour 3 fois rien chez Babou. Evidemment, à ce prix là, ce n&#039;est pas du cuir... Mais qu&#039;importe ? Je n&#039;ai de toute..." href="http://les-tables-de-karine.over-blog.fr/article-table-fa-on-cuir-112152943.html">
                                                                                                            table &quot;façon cuir&quot;
                                                                                                    </a>
                                            </h2>
                                                                                    </header>

                                                                                    <div class="body clearfix">
                                                                                                <p class="snippet">Comme promis, voici une autre table, dressée fin septembre. L'idée m'en est venue quand j'ai déniché des ronds de serviette et des sous-verre pour 3 fois rien chez Babou. Evidemment, à ce prix là, ce n'est pas du cuir... Mais qu'importe ? Je n'ai de toute...</p>
                                            </div>
                                        
                                        <p class="readmore">
                                                                                            <a href="http://les-tables-de-karine.over-blog.fr/article-table-fa-on-cuir-112152943.html">
                                                    Lire la suite
                                                </a>
                                                                                    </p>
                                    </div>
                                </article>
                                                                                                                                                                                                                    <article class="post clearfix">
                                                                            <a href="http://les-tables-de-karine.over-blog.fr/article-table-cafe-de-la-presse-112137085.html" class="post-sidebox" title="Et voici une table dressée en octobre. Comme d'habitude, j'y pensais depuis un bout de temps et en la préparant elle a complètement changé d'aspect ! Je vous laisse avec les photos... Voilà, j'espère que ce nouveau décor vous a plu. Une nouvelle mise...">
                                            <time class="post-date" datetime="2012-11-05T18:29:00+01:00" data-hover="05/11/2012">
                                                5 nov.
                                            </time>

                                                                                            <div class="post-cover">
                                                    <img src="https://image.over-blog.com/tj1OSQiKUVMtRT5QCt3iXe8aFWY=/100x100/smart/filters:no_upscale()/idata%2F4291627%2Fcafe-de-la-presse%2Fcafe-de-la-presse.jpg" alt="table &quot;café de la presse&quot;" width="100" height="100" />
                                                </div>
                                                                                    </a>
                                    
                                    <div class="post-content">
                                        <header class="header">
                                            <h2 class="post-title">
                                                <a title="Et voici une table dressée en octobre. Comme d&#039;habitude, j&#039;y pensais depuis un bout de temps et en la préparant elle a complètement changé d&#039;aspect ! Je vous laisse avec les photos... Voilà, j&#039;espère que ce nouveau décor vous a plu. Une nouvelle mise..." href="http://les-tables-de-karine.over-blog.fr/article-table-cafe-de-la-presse-112137085.html">
                                                                                                            table &quot;café de la presse&quot;
                                                                                                    </a>
                                            </h2>
                                                                                    </header>

                                                                                    <div class="body clearfix">
                                                                                                <p class="snippet">Et voici une table dressée en octobre. Comme d'habitude, j'y pensais depuis un bout de temps et en la préparant elle a complètement changé d'aspect ! Je vous laisse avec les photos... Voilà, j'espère que ce nouveau décor vous a plu. Une nouvelle mise...</p>
                                            </div>
                                        
                                        <p class="readmore">
                                                                                            <a href="http://les-tables-de-karine.over-blog.fr/article-table-cafe-de-la-presse-112137085.html">
                                                    Lire la suite
                                                </a>
                                                                                    </p>
                                    </div>
                                </article>
                                                                                                                                                                                                                    <article class="post clearfix">
                                                                            <a href="http://les-tables-de-karine.over-blog.fr/article-des-nouvelles-112136637.html" class="post-sidebox" title="Bonjour, je suis absente de la planète blogs depuis quelques temps car je suis... débordée !! Je me suis enfin installée comme auto-entrepreneur dans la décoration événementielle début octobre et depuis c'est beaucoup d'euphorie pour moi car c'est un...">
                                            <time class="post-date" datetime="2012-11-05T18:15:00+01:00" data-hover="05/11/2012">
                                                5 nov.
                                            </time>

                                                                                            <div class="post-cover">
                                                    <img src="https://image.over-blog.com/_HkWTSVc5KaXX_saUN_UrhqOuc8=/100x100/smart/filters:no_upscale()/idata%2F4291627%2Fessai-en-tete2.jpg" alt="Des nouvelles..." width="100" height="100" />
                                                </div>
                                                                                    </a>
                                    
                                    <div class="post-content">
                                        <header class="header">
                                            <h2 class="post-title">
                                                <a title="Bonjour, je suis absente de la planète blogs depuis quelques temps car je suis... débordée !! Je me suis enfin installée comme auto-entrepreneur dans la décoration événementielle début octobre et depuis c&#039;est beaucoup d&#039;euphorie pour moi car c&#039;est un..." href="http://les-tables-de-karine.over-blog.fr/article-des-nouvelles-112136637.html">
                                                                                                            Des nouvelles...
                                                                                                    </a>
                                            </h2>
                                                                                    </header>

                                                                                    <div class="body clearfix">
                                                                                                <p class="snippet">Bonjour, je suis absente de la planète blogs depuis quelques temps car je suis... débordée !! Je me suis enfin installée comme auto-entrepreneur dans la décoration événementielle début octobre et depuis c'est beaucoup d'euphorie pour moi car c'est un...</p>
                                            </div>
                                        
                                        <p class="readmore">
                                                                                            <a href="http://les-tables-de-karine.over-blog.fr/article-des-nouvelles-112136637.html">
                                                    Lire la suite
                                                </a>
                                                                                    </p>
                                    </div>
                                </article>
                                                                                                                                                                                                                    <article class="post clearfix">
                                                                            <a href="http://les-tables-de-karine.over-blog.fr/article-un-deco-pour-un-anniversaire-110063142.html" class="post-sidebox" title="Coucou, je suis très fière de vous présenter ce qui j'espère est la première expérience d'une longue liste : une amie m'a fait confiance pour toute la déco de sa fête d'anniversaire. Elle a choisi le thème : garden party, et les couleurs : du vert et...">
                                            <time class="post-date" datetime="2012-09-14T07:00:00+02:00" data-hover="14/09/2012">
                                                14 sept.
                                            </time>

                                                                                            <div class="post-cover">
                                                    <img src="https://image.over-blog.com/3b4FibxmzNP226JWqIQn2hsvqN0=/100x100/smart/filters:no_upscale()/idata%2F4291627%2Fgarden-party%2Fgarden-party-1.JPG" alt="une déco pour un anniversaire" width="100" height="100" />
                                                </div>
                                                                                    </a>
                                    
                                    <div class="post-content">
                                        <header class="header">
                                            <h2 class="post-title">
                                                <a title="Coucou, je suis très fière de vous présenter ce qui j&#039;espère est la première expérience d&#039;une longue liste : une amie m&#039;a fait confiance pour toute la déco de sa fête d&#039;anniversaire. Elle a choisi le thème : garden party, et les couleurs : du vert et..." href="http://les-tables-de-karine.over-blog.fr/article-un-deco-pour-un-anniversaire-110063142.html">
                                                                                                            une déco pour un anniversaire
                                                                                                    </a>
                                            </h2>
                                                                                    </header>

                                                                                    <div class="body clearfix">
                                                                                                <p class="snippet">Coucou, je suis très fière de vous présenter ce qui j'espère est la première expérience d'une longue liste : une amie m'a fait confiance pour toute la déco de sa fête d'anniversaire. Elle a choisi le thème : garden party, et les couleurs : du vert et...</p>
                                            </div>
                                        
                                        <p class="readmore">
                                                                                            <a href="http://les-tables-de-karine.over-blog.fr/article-un-deco-pour-un-anniversaire-110063142.html">
                                                    Lire la suite
                                                </a>
                                                                                    </p>
                                    </div>
                                </article>
                                                                                                                                                                                                                    <article class="post clearfix">
                                                                            <a href="http://les-tables-de-karine.over-blog.fr/article-table-cafe-the-ou-chocolat-110052675.html" class="post-sidebox" title="Voici la table dressée sur ce thème il y a quelques semaines. Je n'ai pas pu choisir entre les trois, j'ai donc représenté les 3 boissons !! Pour commencer, une nappe couleur chocolat et un chemin de table crème (pour le café !). Dans l'assiette les 3...">
                                            <time class="post-date" datetime="2012-09-13T15:31:00+02:00" data-hover="13/09/2012">
                                                13 sept.
                                            </time>

                                                                                            <div class="post-cover">
                                                    <img src="https://image.over-blog.com/7yAyiNcRiqUHp2A8T-S98acM6ME=/100x100/smart/filters:no_upscale()/idata%2F4291627%2Fcafe-the-chocolat%2Fcafe-the-chocolat.jpg" alt="table &quot;café, thé ou chocolat ?&quot;" width="100" height="100" />
                                                </div>
                                                                                    </a>
                                    
                                    <div class="post-content">
                                        <header class="header">
                                            <h2 class="post-title">
                                                <a title="Voici la table dressée sur ce thème il y a quelques semaines. Je n&#039;ai pas pu choisir entre les trois, j&#039;ai donc représenté les 3 boissons !! Pour commencer, une nappe couleur chocolat et un chemin de table crème (pour le café !). Dans l&#039;assiette les 3..." href="http://les-tables-de-karine.over-blog.fr/article-table-cafe-the-ou-chocolat-110052675.html">
                                                                                                            table &quot;café, thé ou chocolat ?&quot;
                                                                                                    </a>
                                            </h2>
                                                                                    </header>

                                                                                    <div class="body clearfix">
                                                                                                <p class="snippet">Voici la table dressée sur ce thème il y a quelques semaines. Je n'ai pas pu choisir entre les trois, j'ai donc représenté les 3 boissons !! Pour commencer, une nappe couleur chocolat et un chemin de table crème (pour le café !). Dans l'assiette les 3...</p>
                                            </div>
                                        
                                        <p class="readmore">
                                                                                            <a href="http://les-tables-de-karine.over-blog.fr/article-table-cafe-the-ou-chocolat-110052675.html">
                                                    Lire la suite
                                                </a>
                                                                                    </p>
                                    </div>
                                </article>
                                                                                                                                                                            
                                            <div class="ob-pagination">
                        <span
                class="ob-page ob-page-current"
            >1</span>
                                <a
                href="/page/2"
                class="ob-page ob-page-link"
            >2</a>
                                <a
                href="/page/3"
                class="ob-page ob-page-link"
            >3</a>
                                <a
                href="/page/4"
                class="ob-page ob-page-link"
            >4</a>
                                <a
                href="/page/5"
                class="ob-page ob-page-link"
            >5</a>
                                <a
                href="/page/6"
                class="ob-page ob-page-link"
            >6</a>
                                <a
                href="/page/7"
                class="ob-page ob-page-link"
            >7</a>
                                <a
                href="/page/8"
                class="ob-page ob-page-link"
            >8</a>
                                <a
                href="/page/9"
                class="ob-page ob-page-link"
            >9</a>
                                <a
                href="/page/10"
                class="ob-page ob-page-link ob-page-tens"
            >10</a>
                                <a
                href="/page/2"
                class="ob-page ob-page-link ob-page-next"
            >></a>
                                <a
                href="/page/13"
                class="ob-page ob-page-link ob-page-last"
            >>></a>
            </div>
                    
                </section>
                <section class="right-content" role="complementary">
                    <aside class="sidebar">
                                                    <div class="widget ads ads-300x600">
                                                                                                        <div id="_b3d96e7"></div>                                                            </div>
                        
                        
                                                    <div class="widget follow">
                                <p class="widget-title">Suivez-moi</p>
                                <ul>
                                                                                                                                                                                                                                                                                                                                    <li class="rss">
                                        <a href="/rss">
                                          <span class="fa fa-fw fa-rss"></span>
                                        </a>
                                    </li>
                                                                    </ul>
                            </div>
                        
                                                    <div class="widget ads ads-300">
                                <div id="_2455992"></div>                            </div>
                        
                                                                            
                                                                            
                                                                            
                                                                            
                                                    <div class="widget pages">
                                <p class="widget-title">Pages</p>
                                <ul>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/album-1857418.html'>Album - ardoise et toile de jute</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/album-1863366.html'>Album - brin-de-muguet</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/album-1857424.html'>Album - campagne</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/album-1857425.html'>Album - chocolat-anis-turquoise</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/album-1888227.html'>Album - deco-nature</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/album-1919951.html'>Album - des-chiffres-et-des-lettres</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/album-1857427.html'>Album - escale-en-Bretagne</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/album-1857434.html'>Album - halloween-campagne</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/album-1888225.html'>Album - harmonie-de-mauve</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/album-1857435.html'>Album - italienne</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/album-1872773.html'>Album - j-ai-descendu-dans-mon-jardin</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/album-1888231.html'>Album - mandarine-gris-blanc</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/album-1889769.html'>Album - noir-turquoise-jaune</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/album-1857480.html'>Album - noir-violet</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/album-1857481.html'>Album - Pâques 2010</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/album-1889770.html'>Album - pique-nique-au-jardin</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/album-1857439.html'>Album - romantique</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/album-1857469.html'>Album - vanille-caramel-chocolat</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/album-1867331.html'>Album - verre-et-fil-de-fer</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/album-1857485.html'>Album - vert-fushia-jaune</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/pages/Cache-cache-de-pois-et-rayures-5448174.html'>&quot;cache-cache de pois et rayures&quot;</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/pages/Composition-automnale-5920951.html'>composition automnale</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/pages/Compositions-pour-la-fete-des-meres-2011-5233186.html'>compositions pour la fête des mères (2011)</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/pages/Concours-table-estivale-sur-le-journal-des-femmes-5450185.html'>concours &quot;table estivale&quot; sur le Journal des Femmes</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/pages/Cuisiner-l-ail-des-ours-5100793.html'>cuisiner l'aïl des ours</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/pages/Fleurs-et-macarons-5920899.html'>fleurs et macarons</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/pages/Imprimer-un-ruban-5475160.html'>imprimer un ruban</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/links.html'>Links</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/pages/Mes_tabliers-5558862.html'>mes tabliers</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/pages/Mini-plats-d-andouille-au-cidre-et-aux-pommes-5100815.html'>mini plats d'andouille au cidre et aux pommes</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/pages/Napperons_sousassiettes-5170558.html'>napperons sous-assiettes</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/pages/Petits_pulls_au_crochet-5170439.html'>petits pulls au crochet</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/pages/Poulet_au_cidre_et_petits_legumes-5105571.html'>poulet au cidre et petits légumes</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/pages/Pour-isa-7217619.html'>pour Isa...</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/pages/Ronds-de-serviettes-au-crochet-5429999.html'>ronds de serviettes au crochet</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/pages/Roses-et-arum-5182642.html'>Roses et arum</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/pages/Roses_Rodhodendrons_boules_de_neige_et_seringa-5107716.html'>Roses, Rodhodendrons, boules de neige et seringa</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/pages/St-valentin-esprit-grand-nord-6811595.html'>St Valentin &quot;Esprit Grand Nord&quot;</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/pages/Tarte-aux-pommes-a-la-normande-5724871.html'>tarte aux pommes à la normande</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/pages/Tuto-corbeille-5549966.html'>tuto corbeille</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/pages/Tuto-housse-de-chaise-6835292.html'>tuto housse de chaise</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/pages/Tuto-pour-des-petits-coussins-5482922.html'>tuto pour des petits coussins</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/pages/Un-cadre-photo-homemade-6835909.html'>un cadre photo homemade</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/pages/Un_Noel_en_carton-6078325.html'>un Noël en carton...</a></li>
                                                                            <li><a href='http://les-tables-de-karine.over-blog.fr/pages/Verrines-faisselle-rhubarbe-et-fraises-5100778.html'>verrines faisselle, rhubarbe et fraises</a></li>
                                                                    </ul>
                            </div>
                        
                                                    <div class="widget tags">
                                <p class="widget-title">Catégories</p>
                                <ul>
                                                                                                                        <li >
                                                <a href="/tag/tables%20a%20themes/">
                                                    <span style="text-transform: capitalize;">Tables à thèmes</span> (32)
                                                </a>
                                            </li>
                                                                                    <li >
                                                <a href="/tag/tables%20de%20couleurs/">
                                                    <span style="text-transform: capitalize;">Tables de couleurs</span> (20)
                                                </a>
                                            </li>
                                                                                    <li >
                                                <a href="/tag/defis/">
                                                    <span style="text-transform: capitalize;">Défis</span> (16)
                                                </a>
                                            </li>
                                                                                    <li >
                                                <a href="/tag/divers/">
                                                    <span style="text-transform: capitalize;">Divers</span> (12)
                                                </a>
                                            </li>
                                                                                    <li >
                                                <a href="/tag/anniblogs/">
                                                    <span style="text-transform: capitalize;">Anniblogs</span> (9)
                                                </a>
                                            </li>
                                                                                    <li >
                                                <a href="/tag/tables%20de%20fetes/">
                                                    <span style="text-transform: capitalize;">Tables de fêtes</span> (9)
                                                </a>
                                            </li>
                                                                                    <li >
                                                <a href="/tag/tables%20du%20monde/">
                                                    <span style="text-transform: capitalize;">Tables du monde</span> (7)
                                                </a>
                                            </li>
                                                                                    <li >
                                                <a href="/tag/menus%20et%20recettes/">
                                                    <span style="text-transform: capitalize;">Menus et recettes</span> (6)
                                                </a>
                                            </li>
                                                                                    <li >
                                                <a href="/tag/tables%20de%20saisons/">
                                                    <span style="text-transform: capitalize;">Tables de saisons</span> (6)
                                                </a>
                                            </li>
                                                                                    <li >
                                                <a href="/tag/mes%20bricoles/">
                                                    <span style="text-transform: capitalize;">Mes bricoles</span> (3)
                                                </a>
                                            </li>
                                                                                                            </ul>
                            </div>
                        
                                                                            
                                                    <div class="widget subscribe">
                                <p class="widget-title">Newsletter</p>
                                <div class="box-content clearfix">
                                    <p>Abonnez-vous pour être averti des nouveaux articles publiés.</p>
                                    <!-- subscription form -->
<form action="/mail/subscribe?utm_source=_ob_abo_newsletter&amp;utm_medium=_ob_sidebar" method="post" class="ob-form ob-form-subscription">
    <div class="ob-form-field">
        <label class="ob-label required" for="form_email">Email</label>
        <input type="email" id="form_email" name="email" placeholder="Saisissez votre email ici" required="required" class="ob-input ob-input-email" />
    </div>
    <input type="submit" value="S'abonner" class="ob-input ob-input-submit" />
</form>
                                </div>
                            </div>
                        
                                                    <div class="widget last-posts">
                                <p class="widget-title">Articles récents</p>
                                <ul class="clearfix">
                                                                            <li>
                                            <a class="cover" href="http://les-tables-de-karine.over-blog.fr/article-housses-a-couverts-sur-les-bricoles-de-karine-113639961.html" title="En savoir plus &quot;housses à couverts sur &quot;les bricoles de Karine&quot;&quot;">
                                                                                                <img src="https://image.over-blog.com/zE-CjFIrGtQcHaeZlj3L1NN4YfI=/100x286/smart/filters:no_upscale()/idata%2F4291627%2Fles-bricoles-de-karine%2Fhousse-couverts1.JPG" alt="" width="100" height="100" />
                                                                                                <p class="caption">

                                                                                                            housses à couverts sur "les bricole...
                                                                                                    </p>
                                            </a>
                                        </li>
                                                                            <li>
                                            <a class="cover" href="http://les-tables-de-karine.over-blog.fr/article-table-charlie-et-la-chocolaterie-113316457.html" title="En savoir plus &quot;table &quot;Charlie et la chocolaterie&quot;&quot;">
                                                                                                <img src="https://image.over-blog.com/NSoK_oT2bizL0_FbHuX3XkAEFZE=/100x333/smart/filters:no_upscale()/idata%2F4291627%2FCharlie-et-la-chocolaterie%2Fwillywonka28.jpg" alt="" width="100" height="100" />
                                                                                                <p class="caption">

                                                                                                            table "Charlie et la chocolaterie"
                                                                                                    </p>
                                            </a>
                                        </li>
                                                                            <li>
                                            <a class="cover" href="http://les-tables-de-karine.over-blog.fr/article-petite-surprise-pour-noel-113076449.html" title="En savoir plus &quot;Petite surprise pour Noël !&quot;">
                                                                                                <img src="https://image.over-blog.com/bEvwu2PQmvzkPE-bop5a5gWeRW8=/100x281/smart/filters:no_upscale()/idata%2F4291627%2Fnoel-aufeminin.com%2FTABLE-NOE2L.png" alt="" width="100" height="100" />
                                                                                                <p class="caption">

                                                                                                            Petite surprise pour Noël !
                                                                                                    </p>
                                            </a>
                                        </li>
                                                                            <li>
                                            <a class="cover" href="http://les-tables-de-karine.over-blog.fr/article-salon-creations-et-savoir-faire-112303073.html" title="En savoir plus &quot;Salon Créations et savoir-faire&quot;">
                                                                                                <img src="https://image.over-blog.com/AywAIm1EKFsNllP3eSUfEyxucDA=/100x100/smart/filters:no_upscale()/idata%2F4291627%2Fsignature2.jpg" alt="" width="100" height="100" />
                                                                                                <p class="caption">

                                                                                                            Salon Créations et savoir-faire
                                                                                                    </p>
                                            </a>
                                        </li>
                                                                            <li>
                                            <a class="cover" href="http://les-tables-de-karine.over-blog.fr/article-table-belles-lettres-112190752.html" title="En savoir plus &quot;table &quot;belles lettres&quot;&quot;">
                                                                                                <img src="https://image.over-blog.com/_T7P_S3KRTrDsJwgFy-YCu8DrgM=/100x500/smart/filters:no_upscale()/idata%2F4291627%2Fbelles-lettres%2Fbelles-lettres.jpg" alt="" width="100" height="100" />
                                                                                                <p class="caption">

                                                                                                            table "belles lettres"
                                                                                                    </p>
                                            </a>
                                        </li>
                                                                            <li>
                                            <a class="cover" href="http://les-tables-de-karine.over-blog.fr/article-table-fa-on-cuir-112152943.html" title="En savoir plus &quot;table &quot;façon cuir&quot;&quot;">
                                                                                                <img src="https://image.over-blog.com/kJ_ydaQyW0drsHi9Zxg22PGOPTc=/100x500/smart/filters:no_upscale()/idata%2F4291627%2Ffacon-cuir%2Ffacon-cuir.jpg" alt="" width="100" height="100" />
                                                                                                <p class="caption">

                                                                                                            table "façon cuir"
                                                                                                    </p>
                                            </a>
                                        </li>
                                                                    </ul>
                            </div>
                        
                                                    <div class="widget search" id="search">
                                <p class="widget-title">Recherche</p>
                                <form class="search" action="/search" method="post">
                                    <input type="text" value="" name="q" />
                                    <input type="submit" value="Recherche" />
                                </form>
                            </div>
                        
                                                                            
                                                    <div class="widget archives">
                                <p class="widget-title">Archives</p>
                                <ul id="archive-list">
                                                                             <li class="archive-year">
                                            <a href="#">2012</a>
                                            <ul id="archive-year-2012" class="archive-months">
                                                                                                                                                            <li><a href="/archive/2012-12/">Décembre</a> (3)</li>
                                                                                                                                                                                                                <li><a href="/archive/2012-11/">Novembre</a> (5)</li>
                                                                                                                                                                                                                <li><a href="/archive/2012-09/">Septembre</a> (9)</li>
                                                                                                                                                                                                                <li><a href="/archive/2012-08/">Août</a> (1)</li>
                                                                                                                                                                                                                <li><a href="/archive/2012-07/">Juillet</a> (3)</li>
                                                                                                                                                                                                                <li><a href="/archive/2012-06/">Juin</a> (2)</li>
                                                                                                                                                                                                                <li><a href="/archive/2012-05/">Mai</a> (3)</li>
                                                                                                                                                                                                                <li><a href="/archive/2012-04/">Avril</a> (3)</li>
                                                                                                                                                                                                                <li><a href="/archive/2012-03/">Mars</a> (8)</li>
                                                                                                                                                                                                                <li><a href="/archive/2012-02/">Février</a> (11)</li>
                                                                                                                                                                                                                <li><a href="/archive/2012-01/">Janvier</a> (4)</li>
                                                                                                                                                </ul>
                                        </li>
                                                                             <li class="archive-year">
                                            <a href="#">2011</a>
                                            <ul id="archive-year-2011" class="archive-months">
                                                                                                                                                            <li><a href="/archive/2011-12/">Décembre</a> (5)</li>
                                                                                                                                                                                                                <li><a href="/archive/2011-11/">Novembre</a> (3)</li>
                                                                                                                                                                                                                <li><a href="/archive/2011-10/">Octobre</a> (3)</li>
                                                                                                                                                                                                                <li><a href="/archive/2011-09/">Septembre</a> (2)</li>
                                                                                                                                                                                                                <li><a href="/archive/2011-08/">Août</a> (4)</li>
                                                                                                                                                                                                                <li><a href="/archive/2011-07/">Juillet</a> (14)</li>
                                                                                                                                                                                                                <li><a href="/archive/2011-06/">Juin</a> (8)</li>
                                                                                                                                                                                                                <li><a href="/archive/2011-05/">Mai</a> (9)</li>
                                                                                                                                                                                                                <li><a href="/archive/2011-04/">Avril</a> (5)</li>
                                                                                                                                                                                                                <li><a href="/archive/2011-03/">Mars</a> (5)</li>
                                                                                                                                                                                                                <li><a href="/archive/2011-02/">Février</a> (18)</li>
                                                                                                                                                </ul>
                                        </li>
                                                                    </ul>
                            </div>
                        
                                                                                                </aside>
                </section>
            </div>
        </div>

                    <!-- Ad footer -->
            <div style="text-align:center;margin-bottom:20px;">
                <div id="_e6a90f2"></div>            </div>
        
        <!-- jQuery -->
        <script type="text/javascript" src="https://assets.over-blog.com/t/catalog/jquery/source/1.10.2/jquery-1.10.2.min.js"></script>

        <!-- Fancybox -->
        <script type="text/javascript" src="https://assets.over-blog.com/t/catalog/jquery/fancybox/2.5/source/jquery.fancybox.pack.js?v=2.1.5"></script>

        <!-- Nivo-slider -->
        <script type="text/javascript" src="https://assets.over-blog.com/t/catalog/jquery/nivo-slider/3.2/jquery.nivo.slider.pack.js"></script>

        
        
        <script type="text/javascript">
            $(document).ready(function() {
                // FancyBox
                $(".ob-link-img, .author-avatar, .blog-avatar, .asset-img-link, .avatar").attr("rel", "fancybox");
                $("a[rel=fancybox]").fancybox({
                    'overlayShow'   : true,
                    'transitionIn'  : 'fadin',
                    'transitionOut' : 'fadin',
                    'type'          : 'image'
                });

                // Google + button
                window.___gcfg = {lang: 'fr'};
                  (function() {
                    var po = document.createElement('script');
                        po.type = 'text/javascript';
                        po.async = true;
                        po.src = 'https://apis.google.com/js/plusone.js';
                    var s = document.getElementsByTagName('script')[0];
                        s.parentNode.insertBefore(po, s);
                  })();

                // Twitter share + tweets
                !function(d,s,id){
                    var js, fjs = d.getElementsByTagName(s)[0];
                    if(!d.getElementById(id)){
                        js = d.createElement(s);
                        js.id = id;
                        js.src = "https://platform.twitter.com/widgets.js";
                        fjs.parentNode.insertBefore(js,fjs);
                    }
                }(document,"script","twitter-wjs");

                // Facebook comments + share
                                    (function(d, s, id) {
                        var js, fjs = d.getElementsByTagName(s)[0];
                        if (d.getElementById(id)) return;
                            js = d.createElement(s);
                            js.id = id;
                            js.src = "https://connect.facebook.net/fr_FR/all.js#xfbml=1&appId=284865384904712";
                            fjs.parentNode.insertBefore(js, fjs);
                    }(document, 'script', 'facebook-jssdk'));
                
                // Pinterest
                
                
                
                                    // Archives
                    // Hide years without months
                    $(".archive-year").each(function() {
                        if ($(this).find(".archive-months li").length == 0) {
                            $(this).hide();
                        }
                    });
                    $('.archive-year:nth-child(n+2)').find(".archive-months").hide();
                    $('.archive-year > a').click(function(event) {
                        event.preventDefault();
                        $(this).siblings(".archive-months").slideToggle(1);
                    });
                            });
        </script>
     <div class="ob-footer ob-footer-padded" id="legals" >
    <ul>
        <li class="ob-footer-item">Voir le profil de <a href="https://www.over-blog.com/user/1247790.html" target="_blank">Karine</a> sur le portail Overblog</li>
                <li class="ob-footer-item"><a href="https://www.over-blog.com/" target="_blank">Créer un blog gratuit sur Overblog</a></li>
            <li class="ob-footer-item"><a href="/top">Top articles</a></li>
        <li class="ob-footer-item"><a href="/contact">Contact</a></li>
        <li class="ob-footer-item"><a href="https://www.over-blog.com/abuse/1339980"> Signaler un abus </a></li>
        <li class="ob-footer-item"><a href="https://www.over-blog.com/terms-of-use" target="_blank">C.G.U.</a></li>
            <li class="ob-footer-item"><a href="https://www.over-blog.com/features/earn-money.html" target="_blank">Rémunération en droits d'auteur</a></li>
        <li class="ob-footer-item"><a href="https://www.over-blog.com/features/premium.html" target="_blank">Offre Premium</a></li>
            <li class="ob-footer-item"><a href="https://www.over-blog.com/cookies" target="_blank">Cookies et données personnelles</a></li>
        <li class="ob-footer-item"><a href="javascript:Didomi.notice.show()">Préférences cookies</a></li>
    </ul>
</div>

  <div id="_80cd7cf"></div><div id="_632194c"></div>    <script>
    (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
              new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
            j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
            'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
    })(window,document,'script','dataLayer', "GTM-WG3SK3P");
  </script>
   </body>
</html>