div.content div.recherche {
  background-color: #fff;
  margin-left: 148px;
  width: 788px;
  padding: 18px 6px 18px 10px;
  min-height: 364px;
  font-family: georgia;
  font-size: 11px;
  color: #666;
}

div.content div.recherche h2 {
  font-size: 20px;
  font-weight: normal;
}

div.content div.recherche h2 span {
  font-size: 12px;
  border-left: 1px solid #666;
  padding-left: 5px;
}

div.content div.recherche h3 {
  font-size: 12px;
  margin: 10px 0 10px 0;
}
div.content div.recherche ul {
  float: left;
  margin-right: 20px;
}

div.content div.recherche ul.first_item {
  border: 0 none;
}

div.content div.recherche ul li {
  display: list-item;
  padding-left: 5px;
}

table {
  margin-top: 20px;
  width: 100%;
}

table tr th {
  text-align: left;
}

table tr td,th {
  padding: 5px 0 0 10px;
  vertical-align: top;
}

table tr td.produit {
	width: 45%;
/*	width: 365px;		*/
}
table tr td.image {
	width: 5%;
/*	width: 185px;		*/
}
table tr td.marchand {
	width: 30%;
/*	width: 135px;		*/
}
table tr td.prix {
	width: 20%;
/*	width: 65px;		*/
	text-align: center;
}

a.ajouter {
  color: #fff;  
  padding: 2px;
  margin-top: 5px;
  display: block;
}

td.produit a {color: #666;}