﻿/*navigation catalogue*/
.nav_cata {
	line-height: 14px;
	height: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
}
.nav_cata span {
	display: block;
}
.nav_cata .nbre_cata {
	float: left;
	color: #00ADEF;
}
.nav_cata .nav_page_cata {
	float: right;
}
.nav_cata .arrow_left {
	background-image: url('decoupes/arrow_left.gif');
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 14px;
	height: 14px;
	width: 8px;
	display: block;
	float: left;
	padding-right: 13px;
}
.nav_cata .arrow_right {
	background-image: url('decoupes/arrow_right.gif');
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 14px;
	height: 14px;
	width: 8px;
	display: block;
	float: left;
	padding-left: 13px;
}
.nav_cata .nav_nbre_page_cata {
	float: left;
}
.nav_cata .nav_nbre_page_cata a {
	color: #202020;
	text-decoration: none;
}
.nav_cata .nav_nbre_page_cata a.selected {
	color: #00ADEF;
}
#nav_cata_top {
	border-bottom: solid 1px #EDEDED;
}
#nav_cata_bot {
	border-top: solid 1px #EDEDED;
}
/*catalogue*/
#cata {
}
#cata td {
	padding-left: 24px;
	border-top: solid 1px #EDEDED;
	padding-top: 17px;
	padding-bottom: 17px;
}
#cata td.first {
	padding-left: 0px;
}
#cata tr.first td {
	border-top: none;
}
#cata .blc_cata {
	border-bottom:solid 1px #EDEDED;
	float:left;
	margin-bottom:-1px;
	width: 151px;
}
#cata .blc_cata_content {
	height:210px;
	width: 133px;
	margin-top: 20px;
	margin-right: 9px;
	margin-bottom: 20px;
	margin-left: 9px;
}
#cata a {
	display: block;
	text-decoration: none;
	width: 133px;
	cursor: pointer;
	color: #231F20;
}
#cata a:hover {
	text-decoration: none;
	background-color: #EDEDED;
}
#cata a span {
	display: block;
}
#cata a .promo {
	width: 62px;
	height: 62px;
	background-image: url('decoupes/promo.png');
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 62px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	position: absolute;
	behavior: url(../../../Content/iepngfix.htc);
	margin-left: 91px;
	margin-top: -13px;
}


#cata a .cata_img {
	background-repeat: no-repeat;
	background-position: center center;
	width: 127px;
	height: 97px;
	border: solid 3px #EDEDED;
	background-color: #FFF;
	}
#cata a .cata_title {
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	padding-right: 3px;
	padding-left: 3px;
}
#cata a .cata_desc {
	line-height: 15px;
	font-size: 13px;
	font-weight: normal;
	padding-right: 3px;
	padding-left: 3px;
}
#cata a .cata_prix {
	font-size: 14px;
	color: #00ADEF;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
}

