﻿.PaiementTitre
{
    color:#FFFFFF;
    background-color:#222;
    font-size:14px;
    text-align:left;
    padding:0.5em;
    height:18px;
}

.JaugeAvant
{
    border-width:0;
    color:#ffffff; 
    background-image:url(images/blocJaugerouge.PNG);
    background-position:left;
    background-repeat:repeat-x;
    width:50%;
    height:20px;
}

.JaugeApres
{
    border-width:0;
    color:#ffffff; 
    background-image:url(images/blocJaugerouge.PNG);
    background-position:left;
    background-repeat:repeat-x;
    width:75%;
    height:20px;
}

.creditValeurAvant
{
    padding-left:10px;
    width:100px;
    text-align:left;
    background-image:url(images/plot.jpg);
    background-position:left;
    background-repeat:no-repeat;
}

.creditValeurApres
{
    padding-left:18px;
    width:100px;
    text-align:left;
    background-image:url(images/favoris.png);
    background-position:left;
    background-repeat:no-repeat;
}


.TicketCaisseTitre
{
    border: 1px solid #2F4F4F;
    color: #ffffff;
    background-color: Orange;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 0px;
    text-align:center;
}

.TarifTableau
{
    width:100%;
    border-collapse:collapse;
    border:solid 1px black;
}
.TarifTableau td
{
    text-align:center;
    border:solid 1px black;
}

.BoutonCalculerPrix
{
    border:solid 3px #111;
    background-color:#A1DAF9;
    cursor:pointer;
    width:100%;
    font-weight:bold;
}


.CommandeTitreModePaiement
{
    color:#FFFFFF;
    font-size:11px;
    font-weight:600;
    text-align:left;
    padding-left:18px;
    height:20px;
    background-image:url(images/barre_rouge_35.jpg);
    background-position:left;
    background-repeat:repeat-x;
}


