/**
USER DEFINED STYLES
*/
h1 > span.new-neuf {
	display: none;
}
.relSubList > li > span > a:first-child {
	position: relative;
}

th[scope="row"] {
	font-weight: normal;
}
table {
	margin: auto;
}

A > span.new-neuf:after {
	content: "✪ New";
	font-size: 14px;
	right: -70px;
	top: -5px;
	position: absolute;
	text-decoration: none !important;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #fefcea; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmVmY2VhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxZGEzNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(-45deg,  #fefcea 0%, #f1da36 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#fefcea), color-stop(100%,#f1da36)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #fefcea 0%,#f1da36 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #fefcea 0%,#f1da36 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #fefcea 0%,#f1da36 100%); /* IE10+ */
	background: linear-gradient(135deg,  #fefcea 0%,#f1da36 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
	color: #000;
	padding: 0 10px;
	text-transform: capitalize;
}

html[lang="fr"] A > span.new-neuf:after {
	content: "✪ Nouveau";
	font-size: 14px;
	right: -105px;
	top: -5px;
}


TABLE.searchResults THEAD TH a:before {
	content: ' ';
	float: left;
	width: 15px;
	color: #333;
	height: 15px;
	font-size: 10px;
	display: block;
}
TABLE.searchResults THEAD TH a {
	font-weight: bold;
	text-decoration: none;
}
TABLE.searchResults THEAD TH a.asc:before {
	content: "▲";
}
TABLE.searchResults THEAD TH a.desc:before {
	content: "▼";
}


@media screen and (min-width: 480px) {
	/* Support for Webkit, Mozilla, Opera */
	.multicolumn-3 {
		-moz-column-count: 2;
		-moz-column-gap: 20px;
		-webkit-column-count: 2;
		-webkit-column-gap: 20px;
		column-count: 2;
		column-gap: 20px;
		width:95%;
	}
	.multicolumn-4 {
		-moz-column-count: 2;
		-moz-column-gap: 5px;
		-webkit-column-count: 2;
		-webkit-column-gap: 5px;
		column-count: 2;
		column-gap: 5px;
		width:95%;
	}
	.multicolumn-5 {
		-moz-column-count: 3;
		-moz-column-gap: 5px;
		-webkit-column-count: 3;
		-webkit-column-gap: 5px;
		column-count: 3;
		column-gap: 5px;
		width:95%;
  	
	}
}

@media screen and (min-width: 768px) {
	/* Support for Webkit, Mozilla, Opera */
	.multicolumn-3 {
		-moz-column-count: 2;
		-moz-column-gap: 20px;
		-webkit-column-count: 2;
		-webkit-column-gap: 20px;
		column-count: 2;
		column-gap: 20px;
		width:95%;
	}
	.multicolumn-4 {
		-moz-column-count: 3;
		-moz-column-gap: 5px;
		-webkit-column-count: 3;
		-webkit-column-gap: 5px;
		column-count: 3;
		column-gap: 5px;
		width:95%;
	}
	.multicolumn-5 {
		-moz-column-count: 4;
		-moz-column-gap: 5px;
		-webkit-column-count: 4;
		-webkit-column-gap: 5px;
		column-count: 4;
		column-gap: 5px;
		width:95%;
  	
	}
}

@media screen and (min-width: 1024px) {
	/* Support for Webkit, Mozilla, Opera */
	.multicolumn-3 {
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
		width:95%;
	}
	.multicolumn-4 {
		-moz-column-count: 4;
		-moz-column-gap: 5px;
		-webkit-column-count: 4;
		-webkit-column-gap: 5px;
		column-count: 4;
		column-gap: 5px;
		width:95%;
	}
	.multicolumn-5 {
		-moz-column-count: 5;
		-moz-column-gap: 5px;
		-webkit-column-count: 5;
		-webkit-column-gap: 5px;
		column-count: 5;
		column-gap: 5px;
		width:95%;
  	
	}
}