/* 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_sejour{
  float:left;
  clear:left;
  margin-top:10px;
  background-color: #b2bed8;
  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_sejour{
      margin:0;
      color:#ffffff;
      font-size:16px;
    }
    
    p.p_prix_duree{
      float:left;
      color:#ffffff;
      margin-top:0;
      font-size:14px;
      font-weight:bold;  
    } 
    span.sp_prix{
      font-size:18px;
    }
    a.a_lien_fiche{
      float:right;
      display:block;
      width:175px;
      height:27px;
      background-image: url(../img/bt_decouvrezSejour.gif);
      background-repeat: no-repeat;
      text-decoration:none;
    }
    span.hidden{
      visibility:hidden;
    }