/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 16 févr. 2015, 10:14:11
    Author     : christophe
*/

body
{

  /*  background: url('../images/logo/logo_entreprise_cazal.jpg') fixed center bottom rgba(126,126,126,0.8); */
    font-family: 'Arial' , Sans-Serif;
    margin:0px;
    font-weight: bold;
}

#bloc_text
{
    /*! min-height: 1200px; */
    width:100%;
    position:relative;
    margin-top: 80px;
}
#bloc_text_gauche, #bloc_text_droit
{
    float:left;
    width:15%;
    min-height: 2000px;
    position:relative;
    background-color:  rgba(216, 216, 216, 0.4);
}

#bloc_text_centrale
{
    float:left;
    width:100%;
    /*! min-height:1200px; */
    background-size: cover;
    position:relative;
    background: linear-gradient(to right,#006bb3,#a02714);
    min-width: 280px;
}
