/* @override http://mac-host.com/slidingdoor/wp-content/themes/sliding-door/imagemenu/imageMenu.css */

/*****
Image Menu
v 2.2
	*****/

#imageMenu {
	height: 240px;
	overflow: hidden;

	padding: 10px 0 5px 0px;
	border-style: none;
	margin: auto;
  width: 980px;/*964*/
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	padding: 0;
	}

#imageMenu ul li {
	float: left;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 12px;
	padding-top: 12px;
	border-top-style: solid;
	border-top-width: 1px;
	
/**/
	width:133px;
	height: 200px;
}

#imageMenu ul li a {
	/* change to 	text-indent: -1000px; if you want to use images in the menu instead of text*/
	background:transparent none repeat scroll 0%; /*#ffffff*/
	/*border-right: 2px solid #fff;*/
	cursor:pointer;
	display:block;
	overflow:hidden;
  width:200px;/*150*/
	height:320px;/*40*/
	font-weight: bold;
	font-size: 24px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
	text-decoration: none;
		 
	margin : -60px 0 0 55px;/****pour FF***/
  /*margin-top: 100px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;*/
	/*padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;*/
	text-align: left;
	/*text-indent: 10px;*/
	/*vertical-align: baseline;*/

  /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3)
          progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=45, Strength=5);****IE***999999*/
  /*zoom: 1;****IE****/

	text-shadow: 3px 3px 4px #000;/******FF**********/
  -webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	/*white-space:nowrap;*/

}
	
#imageMenu ul li.bk1 {
	background: url(images/1.jpg) no-repeat scroll 0%;
	/*border: 2px solid blue;*/
}

#imageMenu ul li.bk2 {
	background: url(images/2.jpg) no-repeat scroll 0%;
}

#imageMenu ul li.bk3 {
	background: url(images/3.jpg) no-repeat scroll 0%;
}

#imageMenu ul li.bk4 {
	background: url(images/4.jpg) no-repeat scroll 0%;
}

#imageMenu ul li.bk5 {
	background: url(images/5.jpg) no-repeat scroll 0%;
}

#imageMenu ul li.bk6 {
	background: url(images/6.jpg) no-repeat scroll 0%;
}

#imageMenu ul li.bk7 {
	background: url(images/7.jpg) no-repeat scroll 0%;
	border-right-style: none;
}

.clear {
	clear: both;
}

img { behavior: url(iepngfix.htc); }