/* CSS Document */
body {
    background: #BBB2A1
    }
img {
    border: 0
    }
#colGauche {
    background: url(images/commun/bg-gauche.jpg) no-repeat right;
    height: 675px;
    width: 50%
    }
#colDroite {
    background: url(images/commun/bg-droite.jpg) no-repeat left;
    height: 686px;
    width: 50%
    }
#bandeau {
    width: 997px;
    height: 330px
    }
#contenu-centre {
    background: #FFF;
    width: 997px
    }
.contenu-centreG {
    float: left;
    width: 390px;
    background: #FFF
    }
.contenu-centreD {
    float: left;
    width: 372px;
    background: #FFF
    }
.contenu-gauche {
    float: left;
    width: 762px;
    background: #FFF
    }
.contenu-droite {
    float: right;
    width: 235px;
    background: #FFF
    }
.partager {
    background: url(images/commun/partager.gif) no-repeat;
    float: left;
    width: 53px;
    height: 15px;
    margin: 10px 0 0 35px;
    padding: 0 0 3px 75px
    }