/*-----------------  Collection : accueil ------------------*/
#femme
{ 
  position:absolute;
  left: 200px;
  bottom: 20px;
  text-align: center;
  width: 160px;
  height: 285px;
  background-image: url("femme.jpg");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin-left: -46px;
}



#femme #smallText
{ 
  position: absolute;
  top: 240px;
  left: 30%;
}


#sacs
{ 
  position:absolute;
  left: 460px;
  bottom: 20px;
  text-align: center;
  width: 160px;
  height: 285px;
  background-image: url("sac.jpg");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin-left: -46px;
}


#sacs #smallText
{ 
  position: absolute;
  top: 240px;
  left: 17%;
}

