#logistique_contenu {

  width:100%;
  float:left;
  height:500px;
  height:auto;
  min-height:500px;

}

        #titre_logistique {
          width:100%;
          height:40px;
          float:left;
          position:relative;
          left:12px;
          top:-4px;
          font-size:20px;
          color:#707173;
          }
        
        
        #logistique_contenu_gauche {

          width:47%;
          height:300px;
          height:auto;
          min-height:300px;
          float:left;
          position:relative;
          left:1%;
          margin-top:20px;

        }

        #logistique_contenu_droite {

          width:47%;
          height:300px;
          height:auto;
          min-height:300px;
          float:right;
          position:relative;
          right:0%;
          margin-top:20px;

        }
        
        
        #bloc_logistique {
          width:98%;
          height:200px;
          height:auto;
          min-height:200px;
          float:left;
          position:relative;
          left:1%;
          margin-top:15px;
         }
         
         #titre_bloc_logistique {
          width:100%;
          height:20px;
          float:left;
          position:relative;
         }
         
         #texte_bloc_logistique {
          width:100%;
          height:175px;
          height:auto;
          min-height:175px;
          float:left;
          margin-top:20px;
          position:relative;
          line-height:18px;
          font-size:12px;
          text-align:left;
         }