﻿@charset "utf-8";

.noprint
{
    display: none !important;
}

html {
     width: 100%;
}

body {
    background-color: #ffffff;
    color: #000000;
    font-family: Arial,Verdana,Helvetica,Sans-Serif;
    font-size: 12pt;
    width: 100%;
}

a {
    color: #000000;
}

img {
    border: 0;
}

table, tbody, thead, tfoot, th, td
{
    border: 1px solid black;
    border-collapse: collapse;
}

th, td
{
    padding: 2pt;
}

#pageContentRight
{
    width: 100%;
    margin: 0;
}

.total
{
    font-weight: bold;
}

.numerique
{
    text-align: right;
}