#SET{claire,##ENV{couleur_claire,edf3fe}} #SET{foncee,##ENV{couleur_foncee,3874b0}} #SET{left,#ENV{ltr}|choixsiegal{left,left,right}} #SET{right,#ENV{ltr}|choixsiegal{left,right,left}} #SET{rtl,#ENV{ltr}|choixsiegal{left,'',_rtl}} [(#INCLURE{prive/box.css})] /* **************** BLOCK SKINS ***************** */ /* ====== Contour blocks ====== */ /* remove *background-image:" to default to square corners for IE */ /* ----- simple (extends box) ----- */ .simple .inner {border:1px solid #ccc;background-color:#fcfcfc;color:#333;} .simple .inner .hd {} .simple b{} /* ----- info (extends box) ----- */ .info .inner {border:2px solid #GET{claire};background:#fcfcfc;} .info .inner .hd {} .info b{} /* ----- note (extends box) ----- */ .note,.note .inner{border:1px solid #c2c2c2;} .note .inner{border-color:#fff; border-width:4px; background-color:[#(#GET{claire}|couleur_eclaircir{0.85})];} .note .inner .hd {} /* ----- raccourcis (extends box) ----- */ .raccourcis .inner{border:1px solid #ccc;background-color:#eee;} .note .inner .hd {} /* ----- important (extends box) ----- */ .important .inner{border: 3px solid [(#GET{foncee})]; border-bottom-width:10px;background:#fff;} .important b{} /* ----- basic (extends box) ----- */ .basic {overflow: hidden;margin-bottom: -1px} .basic .inner {padding-bottom: 1px;border: 1px solid #aaa;} .basic .inner .hd {} .basic b{} /* ----- error, success, notice (extends box) ----- */ .box.error, .box.success, .box.notice {padding:0;backround-image:none;} .error .inner,.success .inner,.notice .inner{border:2px solid;font-weight: normal;color:#333;} .error .bd,.success .bd,.notice .bd {padding-left:40px;min-height:24px;background-repeat:no-repeat;background-position: 5px 5px;} .box.error .hd,.box.success .hd,.box.notice .hd {padding-left:40px;} .error .ft,.success .ft,.notice .ft {padding-left:40px;} .box.error .ft,.box.success .ft,.box.notice .ft {border-color:#ddd;background-color:#eee;} .success .inner{color: #264409;border-color: #C6D880;background-color:#E6EFC2;} .success .bd{background-image:url(#CHEMIN_IMAGE{ok-24.png});} .box.success .hd {background-color:#C6DF61;} .box.success .hd h1,.box.success .hd h2,.box.success .hd h3,.box.success .hd h4,.box.success .hd h5,.box.success .hd h6 {background-color:#C6DF61;} .error .inner{color: #8A1F11;border-color: #FBC2C4;background-color:#FBE3E4;} .error .bd{background-image:url(#CHEMIN_IMAGE{erreur-24.png});} .box.error .hd {background-color:#DF454F;color:#fff;} .box.error .hd h1,.box.error .hd h2,.box.error .hd h3,.box.error .hd h4,.box.error .hd h5,.box.error .hd h6 {background-color:#DF454F;color:#fff;} .notice .inner{color: #514721;border-color: #FFD324;background-color:#FFF6BF;} .notice .bd{background-image:url(#CHEMIN_IMAGE{warning-24.png});} .box.notice .hd {background-color:#FFD83F;} .box.notice .hd h1,.box.notice .hd h2,.box.notice .hd h3,.box.notice .hd h4,.box.notice .hd h5,.box.notice .hd h6 {background-color:#FFD83F;} /* ====== Background blocks ====== */ .highlight .inner{background-color:#GET{claire};} .inverse .inner{background-color:#GET{foncee};color:#ffffff} /* ====== Block headers and footers ====== */ .hd.titrem { margin-top:10px;padding-top: 6px; padding-bottom: 4px; background-repeat: no-repeat; padding-[(#GET{left})]:16px; padding-[(#GET{right})]:10px; background-color: [#(#GET{foncee}|couleur_eclaircir)];color: #4A4A4A; font-size:1.2em;position:relative;} .hd.titrem h1,.hd.titrem h2,.hd.titrem h3,.hd.titrem h4,.hd.titrem h5,.hd.titrem h6{font-size:100%;color:#4A4A4A;padding:0;margin:0;} .section{ padding-top: 6px; padding-bottom: 4px; background-repeat: no-repeat; padding-[(#GET{left})]:16px; padding-[(#GET{right})]:10px; background-color: #GET{foncee}; color: #4A4A4A;font-size:1.2em;position:relative;} .section h1,.section h2,.section h3,.section h4,.section h5,.section h6{font-size:100%;color:#4A4A4A;padding:0;margin:0;} .bam{ padding-top: 6px; padding-bottom: 4px; background-repeat: no-repeat; padding-[(#GET{left})]:16px; padding-[(#GET{right})]:10px; background-color: [#(#GET{foncee}|couleur_foncer)]; color: #fff;font-size:1.2em; position:relative;} .bam h1,.bam h2,.bam h3,.bam h4,.bam h5,.bam h6{font-size:100%;color:#fff;padding:0;margin:0;} .topper{ padding-top: 6px; padding-bottom: 4px; background-repeat: no-repeat; padding-[(#GET{left})]:16px; padding-[(#GET{right})]:10px; background-color: #fff; color: #4A4A4A;font-size:1.2em; position:relative;} .topper h1,.topper h2,.topper h3,.topper h4,.topper h5,.topper h6{font-size:100%;color:#4A4A4A;padding:0;margin:0;} .act{ [background-color: #(#GET{claire}|couleur_eclaircir);] [border-top: 1px solid (#GET{claire});] margin:0; clear:both; text-align: #GET{right}; padding: 7px 1em; }