@import url("./moteur.css");
  
#page{
  height:650px;
}
  html>body #page {
    height: auto;
    min-height: 650px;
  }

#div_presAcc{
  float:left;
  width:415px;
}
#div_accDroite{
  float:right;
  width:255px;
}
#div_moteurFixe{  
  margin-bottom:15px;
  float:right;
}
#a_fermeAffinage, #a_rechercheAffine{
  display:none;
}

div.div_attenteMoteur{
  text-align: center;
  padding-top:30px;
  color:#606060;
  font-size:11px;
}
p.p_msgAttente{
  padding:30px;
}
    
#div_btCarteAcc{
  clear:right;
  float:right;
}

#p_titreHasard{
  border-bottom:1px #e2023c solid;
}

  div.div_ligneAuHasard{
    float:left;
    width:100%;
  }
  li.li_auHasard{
    float:left;
    width:330px;
    height:79px;
  }  
  div.elem_auHasard{
    float:left;
    width:320px;
    height:68px;
    padding:5px;
    position:relative;
  }
  
  div.div_photoHasard{
    float:left;
    width:90px;
    height:68px;
    overflow:hidden;
    position:relative;
    margin-right:5px;
  }
    div.div_photoHasard img{
      position:absolute;
      width:110px;
      left:50%;
      margin-left:-55px;
    }
    
  div.div_descHasard{
    float:left;
    width:225px;
  }
    p.p_titreHebHasard{
      font-weight:bold;
      color:#7fa312;
    }
    
  div.div_prixHasard{
    position:absolute;
    right:15px;
    bottom:0;
    color:#e2023c;
    font-weight:bold;
  }
    span.sp_prixHasard{
      font-size:18px;
    }
    
    