/*-----------------  Collection : accueil ------------------*/
#femme
{ 
  position:absolute;
  left: 110px;
  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;
  
  z-index=256;
}



#femme #smallText
{ 
  position: absolute;
  top: 240px;
  left: 25%;
  
  z-index=256;
}

#sacs
{ 
  position:absolute;
  left: 320px;
  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%;
}


#homme
{ 
  position:absolute;
  left: 530px;
  bottom: 20px;
  text-align: center;
  width: 160px;
  height: 285px;
  background-image: url("homme.jpg");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin-left: -46px;
}


#homme #smallText
{ 
  position: absolute;
  top: 240px;
  left: 20%;

}
