
#catalogue {
	padding:0px;
	background:#303030;
	position: relative;
	width: 100%;
	z-index: -1;
}


#catalogue table {
	width:100%;
	background-color: white;
	border-spacing: 1px;
	border-collapse: separate;
	margin-top:-1px;
}

#catalogue td {
	text-align:center;
	padding-bottom:1px;
	color:white;
	background-color:#303030;
	
}



#catalogue #mainmenu {
	background-color:white;
}

#catalogue #mainmenu ul {
	height:21px;
	position:relative;
}

#catalogue #mainmenu li {
	height:17px;
	display:block;
	margin-left:1px;
	background:#303030 url(img/menu/bg_menu.png) repeat-x;
	position: relative;
	float:left;
	padding:1px;
	color:white;
	/*width:137px;*/
	width:137px;
	text-align:center;

	border-top:2px;
	border-style:solid;
	z-index: 10;
}

#catalogue #mainmenu li.first {
	margin-left:0px;
	width:138px;
	/*width:138px;*/
}

#catalogue #mainmenu li.on {

	z-index:101;


}


#catalogue #mainmenu a img {
	padding-top: 2px;
}
#catalogue #mainmenu a {
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 19px;
	color:white;
	
	background: url(img/fleche_blanche_bottom.png) no-repeat right bottom;
	text-transform: uppercase;
}
#catalogue #mainmenu li.on {
	border-top-width: 0;
	
}
#catalogue #mainmenu li.on a {
	background: url(img/bg_nav_on.png) repeat-x;
	height: 20px;
	padding-top: 2px;
}
#catalogue  .catalogue_panel {
	position:absolute;
	z-index: 10000;
	top:21px;
	/*display: none;*/
	visibility: hidden;
	/*z-index:50;*/
	width:970px;
	margin-left: 0px;
	border-top: 1px solid #fff;
	background: transparent url(img/degrade_rollover_bloc.png) repeat-x bottom;
	padding: 5px;


	-o-box-shadow: 0px 1px 1px #000;
	-moz-box-shadow: 0px 1px 1px #000;
	-webkit-box-shadow: 0px 1px 1px #000;
	box-shadow: 0px 1px 1px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color='#000000');

}
#catalogue .catalogue_panel .wrapper {

	position: relative;
	
}
#catalogue .catalogue_panel .loader {
	text-align: center;
	padding: 50px;
	
}
#catalogue .catalogue_panel .loader p {
	color:#fff;
}

#catalogue .panel_inner {

	background: #fff;
	
	height: 100%;
	min-width: 100px;
	padding: 10px;

	-o-box-shadow: 0px 1px 4px #000;
	-moz-box-shadow: 0px 1px 4px #000;
	-webkit-box-shadow: 0px 1px 4px #000;
	box-shadow: 0px 1px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#000000');

}
#catalogue .rightpanel{
	float: left;
	padding: 10px;
	text-align: center;
	border-left: 1px solid #eee;
	height: 100%;
}
#catalogue .column {
	float: left;
	padding: 10px;
}
#catalogue .column ul {
	padding-left: 10px;
	padding-right: 5px;
	font-size: 0.9em;
}
#catalogue .column a:hover
{
	text-decoration: underline;
	
	/*text-shadow: 0 0 4px rgba(0,0,0,0.2);
	background-color: #f9f9f9;
	box-shadow: 0 0 4px rgba(0,0,0,0.4) inset;
		-moz-box-shadow: 0 0 4px rgba(0,0,0,0.2) inset;*/
}
#catalogue .column a
{
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	padding: 2px;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;

}
#catalogue .column li li a
{
	text-transform:none;
	font-weight: normal;
	color: #333;
}

