/* en tete */
#entete_recherche{
	margin-bottom:20px;
	text-align:justify;
	float:left;
}

  #img_entete{
    float:right;
    margin-left:50px;
  }
  
  h2.titrePage{
  color:#CF1111;
  font-family:tahoma,helvetica,arial,sans serif;
  font-size:17px;
  font-weight:bold;
  margin:0;
  padding:4px 0 10px;
  text-transform:uppercase;
  }
  
/* fin en tete */

#div_contenu{
  clear:both;
}

div.div_offre{
  float:left;
  clear:left;
  margin-top:10px;
  width:735px;
  padding:10px;
}

  div.div_photo_offre{
    float:left;
    width:160px;
    overflow: hidden;
    text-align:center;
  }
    div.div_photo_offre img{
      max-width:160px;
      display:block;
      padding-bottom:5px;
    }
  
  div.div_infos_offre{
    float:left;
    width:555px;
    padding-left:20px;
    text-align: justify;
  }
  
    h3.h3_titre_offre{
      margin:0;
      color:#111624;
      font-size:16px;
    }
    h4.h4_sous_titre_offre{
      margin:0;
    }
    a.a_lien_fiche{
      color:#111624;
    }