
.jimgMenu {
	position: relative;
	/*width: 780px;*/
	height: 300px;
	overflow: hidden;
	margin: 10px 0px;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	/*margin: 0px 0px 0px -30px;*/
	display: block;
	height: 300px;
	width: 1340px;
	
	}

.jimgMenu ul li {
	float: left;
}

.jimgMenu ul li a {
	text-indent: -1000px;
	background:transparent none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:78px;
	height: 300px;
}

/*.menu {
	width:78px;
	display:block
	}*/
	
.jimgMenu ul li.radiocommandes a {
	background: transparent url(../images/home/photo1.jpg) repeat scroll 0%;
	min-width:400px;
	}

.jimgMenu ul li.construire a {
	background: transparent url(../images/home/photo2.jpg) repeat scroll 0%;
	}

.jimgMenu ul li.montes a {
	background: transparent url(../images/home/photo3.jpg) repeat scroll 0%;
	}
.jimgMenu ul li.miniatures a {
	background: transparent url(../images/home/photo4.jpg) repeat scroll 0%;
	}

.jimgMenu ul li.jouets a {
	background: transparent url(../images/home/photo5.jpg) repeat scroll 0%;
	}

.clear {
	clear: both;
	}

