﻿body
{
    font-family: Verdana, Arial;
    font-size: 12px;
}

a
{
    color: #1763a9;
    font-family: Verdana, Arial;
    text-decoration: none;
}

a:hover
{
    color: #ff8040;
    text-decoration: underline;
}

.Titre1
{
    font-weight: bold;
    font-size: 14px;
    color: #306cb3;
    font-family: Verdana, Arial;
}

.Titre2
{
    font-weight: bold;
    font-size: 12px;
    color: #306cb3;
    font-family: Verdana, Arial;
}

TABLE.TableMenu
{
    background-color: white;
    font-family: Verdana, Arial;
    font-size: 10px;
    border-right: navy 1px solid;
    border-top: navy 1px solid;
    border-left: navy 1px solid;
    border-bottom: navy 1px solid;
}

TH.TableMenu
{
    background-color: #91a0d0;
    font-size: 11px;
    color: white;
}

TD.TableMenuHeader
{
    background-color: #91a0d0;
    font-size: 11px;
    color: white;
    font-weight: bold;
    text-align: center;
}

table.Prestation
{
 border-collapse:collapse;
 background-color: #FFFFFF;
 font-family: Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#000000;
 padding:2px;
} 
 
td.Prestation_titre
{
background-color:#507CD1;
color:#FFFFFF;
font-size:14px;
}


TABLE.Tableau
{
    table-layout: auto;
    border-collapse: collapse;
    border-left-color: navy;
    border-bottom-color: navy;
    border-top-style: solid;
    border-top-color: navy;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: navy;
    border-bottom-style: solid;
}

TABLE.TableListe
{
    background-color: white;
    font-family: Verdana, Arial;
    font-size: 10px;
}

TH.TableListe
{
	background-color: white;
	font-family: Verdana, Arial;
    font-size: 10px;
    color :Highlight;
    text-align: center;
}

td.TableListe1
{
	background-color: white;
	font-family: Verdana, Arial;
    font-size: 10px;
    color:Black;
    text-align:center;
}

TABLE.tarif
{
    background-color: white;
    font-family: Verdana, Arial;
    font-size: 12px;
    border-right: #333399 1px solid;
    border-top: #333399 1px solid;
    border-left: #333399 1px solid;
    border-bottom: #333399 1px solid;
    padding:5px;
}

.prix
{   
    font-weight:bold;
    text-align:right;
    padding:5px;
}

.prix_total
{   
    font-weight:bold;
    text-align:right;
    background-color: #e3efff;
}
.Barre
{
    background-image: url(images/barre/toolgrad.gif);
    font-family: Verdana, Arial;
    font-size: 10px;
    border-right: #333399 1px solid;
    border-top: #333399 1px solid;
    border-left: #333399 1px solid;
    border-bottom: #333399 1px solid;
    width: 100%;
    height: 22px;
}

.Separateur
{
    background-color: gray;
}

.Centre
{
    text-align: center;
}

.erreur
{
    color: Red;
}

.aide
{
    color:Orange;
    font-style:italic;
    
}

.Box
{
    font-family: Verdana, Arial;
    font-size: 10px;
    border-right: #333399 1px solid;
    border-top: #333399 1px solid;
    border-left: #333399 1px solid;
    border-bottom: #333399 1px solid;
    width: 100%;
    height: 22px;
}

.Small
{
    font-family: Verdana, Arial;
    font-size: 11px;
}

.XXSmall
{
    font-family: Verdana, Arial;
    font-size: 6px;
}