body, html {
	margin: 0;
	padding: 0;
	background-color: #fff;
	}

* {
	font-family: Arial, Helvetica, sans-serif;
	}

.productliste {
	margin: 0;
	padding: 0;
	width: 800px;
	}

.productbloc {
	float: left;
	border-left: 10px solid #fff;
	border-bottom: 10px solid #fff;
	height: 455px;
	width: 252px;
	overflow: hidden;
	}

.productvisuel {
	border: 1px solid #efefef;
	background-color: #fff;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 208px;
	}

.productlogo {
	position: absolute;
	left: 5px; 
	top: 5px;
	}

.productlogo img {
	border: 0;
	}

.producttexte {
	background-color: #efefef;
	padding: 5px;
	}

.fixHeight3 {
	height: 125px;
	overflow: auto;
	}

a.producttitle {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	display: block;
	margin-bottom: 5px;
	}

.texte {
	font-size: 11px;
	color: #000;
	}

.bestnr { 
	font-size: 10px;
	color: #000;
	display: block;
	height: 60px;
	margin: 0 0 0px 0;
	}

.secteur {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}

a.secteur:active { text-decoration: underline; color: #000;	}
a.secteur:link    { text-decoration: underline; color: #000; }
a.secteur:visited { text-decoration: underline; color: #000; }
a.secteur:hover   { text-decoration: none; color: #000; }

prix {
	font-weight: bold;
}
.prix {
	color: #F00;
	font-weight: bold;
	text-align: right;
	font-size: 20px;
}
.prix_barre {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-align: right;
}

.boutonbloc {
	background-color: #0098dd;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 0px;
	}

.bouton {
	position: relative;
	height: 30px;
	}

.bouton div {
	width: 252px;
	padding: 0px;
	}

ul {
	margin: 0 0 0 1.2em;
	padding-left: 0;
	}


