
/**************************************************************

	Image Menu
	v 2.1

**************************************************************/


#imageMenu {
	position: relative;
	width: 640px;
	height: 300px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 300px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: 0px;
	margin-right:2px;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:126px;
	height: 300px;
}


#uk #imageMenu ul li.maison-et-jardin a {
	background: url(images/showcase1_uk.jpg) repeat scroll 0%;
}

#uk #imageMenu ul li.rez-de-chaussee a {
	background: url(images/showcase2_uk.jpg) repeat scroll 0%;
}

#uk #imageMenu ul li.etage1 a {
	background: url(images/showcase3_uk.jpg) repeat scroll 0%;
}

#uk #imageMenu ul li.etage2 a {
	background: url(images/showcase4_uk.jpg) repeat scroll 0%;
}

#uk #imageMenu ul li.tarifs a {
	background: url(images/showcase5_uk.jpg) repeat scroll 0%;

}

#imageMenu ul li.maison-et-jardin a {
	background: url(images/showcase1.jpg) repeat scroll 0%;
}

#imageMenu ul li.rez-de-chaussee a {
	background: url(images/showcase2.jpg) repeat scroll 0%;
}

#imageMenu ul li.etage1 a {
	background: url(images/showcase3.jpg) repeat scroll 0%;
}

#imageMenu ul li.etage2 a {
	background: url(images/showcase4.jpg) repeat scroll 0%;
}

#imageMenu ul li.tarifs a {
	background: url(images/showcase5.jpg) repeat scroll 0%;

}

.clear {
	clear: both;
}




/*****************************Image Menu MINI********************************/


#imageMenuMini {
	position: relative;
	width: 640px;
	height: 300px;
	overflow: hidden;
}

.maisonetjardin {background: url(../images/maison-et-jardin/maison-et-jardin-full.jpg) no-repeat;}
.rezdechaussee {background: url(../images/rez-de-chaussee/rez-de-chaussee-full.jpg) no-repeat;}
.etage1 {background: url(../images/etage1/etage1-full.jpg) no-repeat;}
.etage2 {background: url(../images/etage2/etage2-full.jpg) no-repeat;}
.tarifs {background: url(../images/tarifs/tarifs-full.jpg) no-repeat;}


#imageMenuMini ul { 
 
	list-style: none;
	margin-top: 260px;
	display: block;
	height: 40px;
	width: 1000px;
	
	}

#imageMenuMini ul li {background-color:#fff;
	float: left;
/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}
#imageMenuMini ul li:hover {
	float: left;
/* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1;
}
#imageMenuMini ul li a {
	height: 40px;width:158px;display:block;
	text-indent: 80px;color:#fff;	cursor:pointer;
	overflow:hidden;
	text-indent: 0px;
	margin-right:2px;
}


#imageMenuMini ul li.maisonetjardinMini a {
	background: url(images/showcasemini1.jpg) no-repeat ;
}


#imageMenuMini ul li.rezdechausseeMini a {
	background: url(images/showcasemini2.jpg) no-repeat ;
}

#imageMenuMini ul li.etage1Mini a {
	background: url(images/showcasemini3.jpg) no-repeat;
}

#imageMenuMini ul li.etage2Mini a {
	background: url(images/showcasemini4.jpg) no-repeat;
}

#imageMenuMini ul li.tarifsMini a {
	background: url(images/showcasemini5.jpg) no-repeat;

}
#imageMenuMini ul li.maisonetjardinMini_uk a {
	background: url(images/showcasemini1_uk.jpg) no-repeat ;
}

#imageMenuMini ul li.rezdechausseeMini_uk a {
	background: url(images/showcasemini2_uk.jpg) no-repeat ;
}

#imageMenuMini ul li.etage1Mini_uk a {
	background: url(images/showcasemini3_uk.jpg) no-repeat;
}

#imageMenuMini ul li.etage2Mini_uk a {
	background: url(images/showcasemini4_uk.jpg) no-repeat;
}

#imageMenuMini ul li.tarifsMini_uk a {
	background: url(images/showcasemini5_uk.jpg) no-repeat;

}

.clear {
	clear: both;
}

/*************************************************************/

