/* Échec de l'agrandissement. Renvoi du contenu non agrandi.
(29,5): run-time error CSS1054: JavaScript error in expression property: Argument defined but not referenced: t
 */
ul#langList, ul#langList li,
nav#topMenu ul li,
#content,
.content2Cols, 
.subContentMainWithCol, 
.globalColumnSimpleListUrlItem, 
#breadcrumbs li, 
#contact ul,
#listImageTextPage li a, 
#listImageTextPage li div,
#subContentLeftColumn, #subContentRightColumn,
#summaryPage h2, #summaryPage p,
#images li,
#productPage #productPrice, #productPage #buyZone { display: inline; zoom: 1; }

nav#topMenu ul, nav#topMenu ul ul { top: 0; }
nav#topMenu ul li a:hover { color: orange; }

/* Fil d'Ariane */
#breadcrumbs li {
    list-style:none;
    behavior: expression(
        this.previousSibling!=null
        ? function(t){
            t.insertAdjacentHTML('afterbegin','&nbsp;>&nbsp;');
            t.runtimeStyle.behavior = 'none';
        }(this)
        : function(t) { }
    );
}

/* Sommaire */
#summaryPage h2 { float: none; }

#images li a {
    list-style:none;
    behavior: expression(
        function(t){
            t.insertAdjacentHTML('afterBegin','<span class="images_before"></span>');
            t.runtimeStyle.behavior = 'none';
        }(this)
    );
}

#simpleShopRoot .prodThumb {
    list-style:none;
    behavior: expression(
        function(t){
            t.insertAdjacentHTML('afterBegin','<span class="prodThumb_before"></span>');
            t.runtimeStyle.behavior = 'none';
        }(this)
    );
}

#productThumbs li a {
    list-style:none;
    behavior: expression(
        function(t){
            t.insertAdjacentHTML('afterBegin','<span class="images_before"></span>');
            t.runtimeStyle.behavior = 'none';
        }(this)
    );
}
