/* COMPOSANT AFFICHAGE PRODUITS SOUS-RUBRIQUE  */

.blocListProducts {
	margin-right: 20px;
	margin-bottom: 50px;
}

.blocListProducts .nav {
	background-color: #E6E6DC;
	overflow: hidden;
	color: #666666;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	padding: 0 10px;
	height: 27px;
}

.blocListProducts .nav .firstLink {
	float: left;
	text-align: left;
	margin-top:4px;
}

.blocListProducts .nav img {
	margin-top: 5px;
}

.blocListProducts .nav a, .blocListProducts .nav strong {
	padding: 0 2px;
}

.blocListProducts #nextpage {
	padding-top: 2px;
}

.blocListProducts .titre {
	color: #2A2E24;
	font-family: "Trebuchet MS",Verdana,sans-serif;
	font-size: 25px;
	font-weight: bold;
	margin-right: 20px;
}

div.t-data-grid {
	font-family: Arial, Helvetica, sans-serif;
}

table.t-data-grid {
	border: none;
	width: 100%;
}

table.t-sort-column-ascending {
	border:none;
	width:0px;
	height:0px;
}

table.t-data-grid thead tr th {
	display:none;
}

table.t-data-grid tbody tr td {
	border: none;
	padding: 0px;
}
