
/** css specifique produit **/
H2 {
	font-size: 12px;
	color: #954C33;
	font-weight : normal;
	text-align: middle;
}

.menu_off {
	padding-left: 5px;
	color: #C3C8C3;
	font-family: Arial;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
}
.menu_on {
	padding-left: 5px;
	color: #954C33;
	font-family: Arial;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
}

div#menu_fleche_on {
  background-image: url(../pictures/menu_fleche_on.gif);
  background-repeat: no-repeat;
  width: 6px;
  height: 12px;
  padding: 0;
  background-position: center right;
}

.tariftable {
	text-align: left;
	vertical-align: left;
}

td#tarif_titre {
  background-image: url(../pictures/tarif_barre_sansfrais.gif);
  height: 46px;
  vertical-align: top;
  background-repeat: no-repeat;
  font-size: 14px;
  padding: 0;
  color: #FFFFFF;
  font-weight : bold;
  padding-left: 15px;
}
td#tarif_titre_avnt {
  background-image: url(../pictures/tarif_barre.gif);
  background-repeat: no-repeat;
  font-size: 14px;
  padding: 0;
  color: #FFFFFF;
  font-weight : bold;
  padding-left: 15px;
}

td#tarif_prime
{
  background-color: #B58170;
  color: #FFFFFF;
  font-weight : bold;
  padding-left: 5px;
}

td#tarif_typepaiement
{
  background-color: #954C33;
  color: #FFFFFF;
  font-weight : bold;
  padding-left: 5px;
}

td#clair  {
  background-color: #B58170;
}


td#gris {
  background-color: #C3C8C3;
}

