/* Échec de l'agrandissement. Renvoi du contenu non agrandi.
(34,5): run-time error CSS1054: JavaScript error in expression property: Argument defined but not referenced: t
 */
/* Contenu de la page */
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; }

.subContentMainWithCol { width: 740px; }
.globalColumnSimpleListUrlItem { width: 203px; }
.subContentLeftColumn { width: 500px; border: 1px solid black; }
.subContentRightColumn { width: 122px; }

nav#topMenu li li, nav#topMenu li li a { width: 180px; }

/* 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)
    );
}
