.list {
	margin: 0 0 20px 0;
	overflow: visible;
	padding: 0;
}

.list li {
	background: transparent;
	margin: 0 10px 0 0;
	overflow: visible;
	padding: 5px;
}

	.list li:hover {
		background: #ccc;
	}

.list .img {
	display:block;
	float:left;
	height: 44px;
	margin: 0 10px 10px 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
	width: 44px;
}

.list .date {
	color: #4c4c4c;
	display:block;
	float:right;
	font-size: 11px;
	font-weight: normal;
	width: 75px; 
}

.list .name {
	color: #E1187A;
	display: block;
	font-size: 12px;
	font-weight: bold;	
	min-height: 25px;
	text-decoration: none;
}

.list.float li {
	display:block;
	float:left;
	margin: 0 10px 10px 0;
	padding: 0;
	background:transparent;
}

.list.float .last {
	margin-right: 0px;	
}

/* list d'images */
.list-img li {
	border: none ;
	display: block;
	float: left;
	height: 44px;
	margin: 0 20px 20px 0;
	overflow: hidden;
	padding: 0px;
	width: 44px;
}

.list-img .last {
	margin-right: 0px;
}

.list-li.img a,
.list-li.img a:hover  {
	display: block;
	height: 44px;
	width: 44px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
	
	.list-img.medium li {
		height: 108px;
		width: 108px;
	}

	.list-img.medium a {
		height: 108px;
		width: 108px;
	}

/* Treeview */
.treeview .hitarea,
.treeview div.lastExpandable-hitarea,
.treeview div.lastCollapsable-hitarea {
	background: url(../img/framework-css/list/hitarea.png) 0 -26px no-repeat;
	height: 24px;
	width: 24px;
	margin-left: -24px;
	float: left;
	cursor: pointer;
}

	.treeview .expandable-hitarea,
	.treeview div.lastExpandable-hitarea { 
		background-position: 0 -2px; 
	}

.treeview .no-link {
	color: #4C4B4B;
	cursor:pointer;
}

.treeview li,
.treeview li.lastExpandable,
.treeview li.lastCollapsable { 
	background: transparent;
	color: #4C4B4B;
	font-family: "Verdana", sans-serif;
	margin: 0;
	padding: 3px 0px 5px 24px;
}

.treeview  li,
.treeview  li a {
	font-size: 12px;
	text-decoration: none;
}

.treeview li a.title span {
	font-size: 14px;
	font-style: italic;
}

.treeview ul {
	background: transparent;
}

.treeview ul li {
	background: transparent;
	padding: 3px 0 3px 12px;
	line-height: 16px;
	border-bottom: 1px solid #eee;
}

.treeview a:hover {
	color: #000000;
	text-decoration: underline;
}

/** Fil d'ariane START **/	
.ariane {
	margin: 0 0 10px 0;
	overflow: hidden;
	list-style: none;
}

.ariane li,
.ariane span {
	background:  none;
	float: left;
	margin-right: 5px;
	padding: 0;
}

.ariane,
.ariane a,
.ariane li  {
	background: transparent;
	color: #4c4c4c;
	font-size: 11px;
	font-style: italic;
}

.ariane a {
	font-weight: bold;
	font-style: normal;
}

.pagination {
	overflow: hidden;
	margin-left: 10px;
}

.pagination .current, .pagination a:hover {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #cccccc;
    color: #4C4C4C;
    height: 22px;
    width: 22px;
}

.pagination a, .pagination .current {
    background: none repeat scroll 0 0 #961b1d;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    margin-right: 6px;
    text-align: center;
    width: 24px;
}


.nav-horizontal li {
	background-color: transparent;
	float:left;
	margin:0;
	position: relative;
}

	.nav-horizontal  li.l1:hover {
	background-color: #681417;
	}

.nav-horizontal li.l1 a {
	color: #FFF;
	display:block;
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	margin: 0px; 
	padding: 0 10px;
	text-decoration: none;
	text-align:center;
	width: 104px;
}
	
		.nav-horizontal  li.l1:hover a, .nav-horizontal  li.l1:hover a:link, .nav-horizontal  li.l1:hover a:visited, .nav-horizontal  li.l1:hover a:hover, .nav-horizontal  li.l1:focus a {
			color: #FFFFFF;
			text-decoration: none;
		}

/* Subnav Start */
.nav-horizontal li.l1 ul {
  background-color: transparent;
  display: none;
  height: auto;
  margin:0;
  padding:0;
  position: absolute;
     top: 38px; 
     left: 0px;
  width: 180px;
  }
 
	.nav-horizontal li.l1:hover ul{
	  display: block;
	  margin:0;
	  padding:0;
	  position: absolute;
	     top: 38px; 
	     left: 0px;
	  }

.nav-horizontal li.l1 li{
	border-bottom: none;
	height: auto;
	margin:0;
	padding: 0px;  
	text-align: left;
	width: auto;
 }
    
	.nav-horizontal li.l1 li a{
	  color:#4c4c4c;
	  display:block;
	  font-size: 12px;
	  font-weight: normal;
	  min-height: 18px;
	  height: auto;
	  line-height: 16px;
	  margin: 0;
	  padding: 6px 5px;
	  text-align: left;
	  text-decoration: none;  
	  width: 170px;
	  }
  
		.nav-horizontal li.l1:hover li a:hover {
			background-color: #EEEEEE;
			color: #000000;
		}
		

#topcatalog .lvl1 {
	background-color: transparent;
	background-image: url('../img/framework-css/list/topcatalog-li-bg.png');
	background-repeat: repeat-x;
	display:block;
	float:left;
	height: 40px;
	margin:0;
	padding: 0;
	position: relative;
}

	#topcatalog .first {
		background-color: transparent;
		background-image: url('../img/framework-css/list/topcatalog-li-first-bg.png');
		background-repeat: no-repeat;
		width: 85px;
	}

    #topcatalog.nl .first {
        width: 100px;
    }


#topcatalog .first a {
		color: #FFF;
		font-size: 14px;
		font-style: italic;
		padding: 0 0 0 12px;
	}

	#topcatalog  .first a:hover {
		background: transparent;
		border: none;
		padding: 0 0 0 12px;
	}

	#topcatalog .last {
		background-color: transparent;
		background-image: url('../img/framework-css/list/topcatalog-li-last-bg.png');
		background-repeat: no-repeat;
		width: 15px;
	}

#topcatalog a {
	display: block;
	font-size: 15px;
	line-height: 39px;
	text-decoration: none;
	padding: 0 10px 0 10px;
}

#topcatalog  a:hover,
#topcatalog .active a {
	background-color: transparent;
	background-image: url('../img/framework-css/list/topcatalog-a-hover-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	padding: 0 9px 0 9px;
	color: #ffffff;
}

#topcatalog .active a { 
	background-color: #ebebeb;
	background-image: url('../img/framework-css/list/topcatalog-a-active-bg.png');
	background-position: left top;
	background-repeat: repeat-y;
	color: #4c4c4c;
	border: 1px solid #b8b6b6;
	line-height: 37px;

}

#topcatalog ul {
	background-color: #575759;
	background-image: url('../img/framework-css/list/topcatalog-ul-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	display: none;
	padding-top: 29px;
	position: absolute;
	top: 39px;
	width: 370px;
}

ul#submenu-peinture {	background-image: url('../img/framework-css/topcatalog/ul-peinture-bg.png'); background-repeat: no-repeat;}
ul#submenu-huile  {	background-image: url('../img/framework-css/topcatalog/ul-huile-bg.png'); background-repeat: no-repeat;}
ul#submenu-laque  {	background-image: url('../img/framework-css/topcatalog/ul-laque-bg.png'); background-repeat: no-repeat;}
ul#submenu-entretient  {	background-image: url('../img/framework-css/topcatalog/ul-entretient-bg.png'); background-repeat: no-repeat;}
ul#submenu-outillage  {	background-image: url('../img/framework-css/topcatalog/ul-outillage-bg.png'); background-repeat: no-repeat; right:0;}

#topcatalog .lvl1:hover ul {
	display: block;	
}

#topcatalog ul li { 
	width: 185px;
	margin: 0;	
}

#topcatalog ul a,
#topcatalog .active ul a {
	background: transparent;
	border: none;
	border-bottom: 1px solid #222222;
	color: #FFF;
	font-size: 12px;
	line-height: 15px;
	min-height: 30px;
	padding: 10px;
	margin:0;
}

#topcatalog ul a:hover {
	background: #222222;
	border: none;
	border-bottom: 1px solid #222222;
	color: #FFF;
	font-size: 12px;
	line-height: 15px;
	min-height: 30px;
	margin:0;
	padding: 10px;
}