.informatique_contenu {

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

}

        #titre_informatique {
          width:100%;
          height:30px;
          float:left;
          position:relative;
          top:5px;
          /*background-color:pink;*/
          }
          
          
          #sous_titre_informatique {
          width:100%;
          height:20px;
          float:left;
          position:relative;
          margin-top:2px;
          /*background-color:pink;*/
          }
        
        
        #image_informatique {

          width:100%;
          height:95%;
          float:left;
          position:relative;
          margin-top:10px;
          /*background-color:pink;*/

        }


        #titre_texte_informatique {
          width:96%;
          height:30px;
          float:left;
          position:relative;
          top:5px;
          left:15px;
          /*background-color:pink;*/
          }


          #contenu_texte_informatique {
          width:96%;
          height:100px;
          height:auto;
          min-height:100px;
          float:left;
          position:relative;
          top:2px;
          left:0px;
          /*background-color:pink;*/
          }