
/** css specifique produit **/
.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: #179A1A;
	font-family: Arial;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
}

div#menu_fleche_on {
  background-image: url(../images/menu_fleche_es_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(../images/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: #5CB85E;
  color: #FFFFFF;
  font-weight : bold;
  padding-left: 5px;
}

td#tarif_typepaiement
{
  text-align:center;
  background-color: #179A1A;
  color: #FFFFFF;
  font-weight : bold;
  padding-left: 5px;
}

td#clair  {
  text-align:center;
  background-color: #8BCC8C;
  font-weight : bold;
}
td#blanc  {
  text-align: center;
  background-color: #FFFFFF;
  font-weight : bold;
}
td#gris {
  background-color: #C3C8C3;
}


.tablegarantie {
border:1px solid #179A1A;
}

.tablegarantie thead{
background-color:#179A1A;
}
.tablegarantie tfoot{
background-color:#5CB85E;
}
.tablegarantie tbody {
background-color:#FFFFFF;
}
.tablegarantie th{
font-weight : bold;
color: #FFFFFF;
border:1px solid #C3C8C3;
padding:5px;
width:20%;
}
.tablegarantie td {
border:0px solid #179A1A;
padding:5px;
text-align:center;
}
