/* Base ===================================================================== */

body {
    /*box*/ 
    width: 980px; 
    /*border */
    /*background*/
    /*fonts*/
    /* autres */  
}

/* Agencements ============================================================== */

.page-col-2 {
    /*box*/ 
    /*width: 1020px;*/ 
    width : 980px;
    /*border */
    /*background*/
    /*fonts*/
    /* autres */  
}

.page-col-2.page-sas {
    /*box*/ 
    width: 980px; 
    /*border */
    /*background*/
    /*fonts*/
    /* autres */  
}

.page-col-2 main {
    /*box*/ 
    /*width : 770px;*/
    width : 730px;
    /*border */
    /*background*/
    /*fonts*/
    /* autres */   
}

.page-col-2 aside {
    /*box*/ 
    width : 230px;
    /*border */
    /*background*/
    /*fonts*/
    /* autres */  
}

.item-grid.w4, .stamp.w4 {
    /*box*/ 
    width: 730px;
    /*border */
    /*background*/
    /*fonts*/
    /* autres */   
}


.hasGrilleImgNav main {
    /*box*/ 
    width : 730px;
    /*border */
    /*background*/
    /*fonts*/
    /* autres */   
}

.hasGrilleImgNav aside {
    /*box*/ 
    width : 230px;
    /*border */
    /*background*/
    /*fonts*/
    /* autres */  
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    -webkit-column-gap: 0; /* Chrome, Safari, Opera */
    -moz-column-gap: 0; /* Firefox */
    column-gap: 0;
}

/* Modules ================================================================== */

/* FIGURE ------------------------------------------------------------------- */

.csc-textpic img {
    max-width: 730px;
    height: auto !important;  
}

.cols-3 figure, .cols-3 figcaption { 
    width : 730px;
}

.cols-4 figure, .cols-4 figcaption { 
    width : 730px;
}

/* Etats ==================================================================== */

/* Themes =================================================================== */

#index .colpos-0 {
    /*box*/ 
    width: 730px;
    /*border */
    /*background*/
    /*fonts*/
    /* autres */ 
}