#catOffre {
}

#catOffre .reduc {
  position: absolute;
  top: 0;
  left: 0;
  width: 83px;
  height: 19px;
  background: url(../img/fonds/r_fond.gif) no-repeat;
}

#catOffre .reduc img {
	cursor: hand;
	position: relative;
	top:0px;
	border: 0;
}

#catOffre p {
	font-size:0.8em;
	color:#138;
	text-align:justify;
	padding:0.4em 0.7em 0.4em 0.4em;
}

.eproduits  {
  width:100%;
  overflow:hidden;
  padding:0em 0em 0em 0.4em;
}

.eproduits table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0 0;
  background-color: #0f298f;
  text-align:center;
}

.produits {
  width:100%;
  max-height:350px;															/* Mozilla */															
  height:expression(this.scrollHeight > 350 ? "350px" : "auto");			/* IE */
  overflow:auto;
  padding:0em 0em 0em 0.4em;
}


.produits table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0 0;
}


.produits thead {
  background-color: #0f298f;
  text-align:center;
}

.eproduits th {
  color: #fff;
  text-align: center;
  font:normal small-caps bold 0.8em;
  border-bottom:solid 2px #0f298f;
  text-decoration: none;
}

.eproduits th a {
  color:#fff;
  text-align: center;
  font:normal small-caps bold 1em;
  border-bottom:solid 2px #0f298f;
  text-decoration: none;
}

.eproduits th a:hover {
  text-decoration: underline;
}

.produits td {
  border:solid 1px #0f298f;
  border-bottom-width:2px;
  font-weight:normal;
  text-align:left;
  font-size:0.8em;
  padding:1px 5px 1px 5px;
  color: #138;
}

.produits td.ed {
	background-color:#fff;
}

.produits td.titre, .produits td.sup, .produits td.tarif, produits td.aucun {
	background-color:#ebebfc;
}

.produits td.aucun {
	text-align:center;
}

.produits td.sup {
  text-align: center;
}

.produits td.tarif ul {
  width: 100%;
}

.produits td.tarif li {
  background-color: #ebebfc;
}

.produits td.tarif li ul {
  padding: 0.3em 0.5em 0.3em 0.5em;
}

/*.produits td.tarif li li {
  float: none;
  margin: 0 1em 0.2em 0;
  background-color: transparent;
}*/

.produits td.tarif li a {
  display: block;
  padding: 0.1em 0.4em;
  color:Black;
  text-decoration: none;
}

/*.produits td.tarif li li a {
  background-color: #fcc;
}*/

.produits td.tarif li span {
  font-size: 1em;
}

/*.produits td.tarif li li span {
  display: block;
}*/
.tarifDetail, .tarifSom
{
    font-size:1.3em;
    font-family:Arial;
   
}
/*pour centrer l'image de l'editeur dans la liste des resultats */
img.centered {
   display: block;
   margin-left: auto;
   margin-right: auto 
   }
