﻿
/* ------------------------------------------------------------------------------------- */
/* ---------- >> LAYOUT << ------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------- */

div#src-wrapper-page {
     background:none;
     padding:9px 0 0 0;    
}

div#src-wrapper-content-col,
div.src-wrapper-content-col {
    /*background-color: #ffffff; */
    background: #f8f8f8;
    /*padding-bottom:10px;*/
    overflow: hidden;
}

div#src-wrapper-left-col,
div.src-wrapper-left-col, 
div#src-right-col,
div.src-right-col,
.une-section, 
.section-list {
     display:inline-block;
     float:left;      
}

div#src-wrapper-left-col,
div.src-wrapper-left-col {
    background: #fff;
    margin-right: -676px;
    position: relative;
    padding-top:10px;
    padding-left: 0;
    width:676px;     
}

/* Enlever le margin padding quand ce n'est pas le dernier <div> de la page */
.arts-et-divertissement  .without-margin-padding {
     margin-bottom: 0;
     padding-bottom:0;     
}

div#src-wrapper-left-col div.inner-col,
div.src-wrapper-left-col div.inner-col { padding: 0 13px 10px 20px; }

div#src-right-col,
div.src-right-col {
    /*background: #f8f8f8;    */
    border-left: 676px solid #fff;
    position: static;
    padding:10px 5px 0 9px;
    /*margin-bottom: -1000px;
    padding-bottom: 1000px;*/
    width: 300px;
}

/* Ajoute du padding au top de la deuxième partie de colonne pour les divisées en deux par la console ( Evenements, Cinema)*/
.arts-et-divertissement .second-half-col { padding-top:50px; }

.col-double { width:960px; }

/* ------------------------------------------------------------------------------------- */
/* -------- >> RIGHT COL << ------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------- */

div.right-col-block { margin-bottom: 20px; }

