/* **************** BLOCK SKINS ***************** */
/* ====== Contour blocks ====== */
/* remove *background-image:" to default to square corners for IE */
/* ----- simple (extends box) ----- */
.simple .inner {border:1px solid #dddddd;background-color:#fcfcfc;}
.simple .inner .hd {}
.simple b{}
/* ----- info (extends box) ----- */
.info .inner {border:2px solid #46839B;}
.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:#f0f0f0;}
.note .inner .hd {}

/* ----- important (extends box) ----- */
.important .inner{border: 3px solid #00477a; border-bottom-width:10px;}
.important b{}

/* ----- basic (extends box) ----- */
.basic {overflow: hidden;}
.basic .inner {padding-bottom: 1px;margin-bottom: -1px;}
.basic .inner .hd {}
.basic b{}

/* ----- error, success, notice (extends box) ----- */
.error .inner,.success .inner,.notice .inner{border:2px solid;font-weight: normal;color:#333;padding-left:40px;min-height:24px;background-repeat:no-repeat;background-position: 5px 5px;}
.success .inner{color: #264409;border-color: #C6D880;background-color:#E6EFC2;background-image:url(img/box/message_ok-24.png);}
.error .inner{color: #8A1F11;border-color: #FBC2C4;background-color:#FBE3E4;background-image:url(img/box/message_erreur-24.png);}
.notice .inner{color: #514721;border-color: #FFD324;background-color:#FFF6BF;background-image:url(img/box/message_notice-24.png);}

/* ====== Background blocks ====== */
.highlight .inner{background-color:#e3e36f;}
.inverse .inner{background-color:#333333;color:#ffffff}

/* ====== Block headers and footers ====== */
/*
.section{background: #e9e9e9; color:#70617E;font-size:120%;padding:5px 10px;}
.section h1,.section h2,.section h3,.section h4,.section h5,.section h6{font-size:100%;color:#70617E;padding:0;}
*/
.bam{background: #46839B;color: #fff;font-size:120%;padding:5px 10px;}
.bam h1,.bam h2,.bam h3,.bam h4,.bam h5,.bam h6{font-size:100%;color:#fff;padding:0;}
.topper{background: #fff;color: #4D4D4D;font-size:120%;padding:5px 10px;border:1px solid #eee;}
.topper h1,.topper h2,.topper h3,.topper h4,.topper h5,.topper h6{font-size:100%;color:#4D4D4D;padding:0;}

.act{background-color:#e9e9e9;}
