body {
    font-family: Verdana, Arial, Tahoma;
    font-size: 11px;
    font-weight: normal;
    color: black;
    background-color: white;
    background-image: yellow;
    cursor: default;
}

img {
    border: 0;
}
a, a:link, a:visited, a:hover {
    color: black;
    text-decoration: none;
}
table {
    font-family: Verdana, Arial, Tahoma;
    font-size: 10px;
    color: black;
    border-collapse: collapse;
}
input.Texte, textarea, select {
    font-family: Verdana, Arial, Helvetica;
    font-size: 10px;
    background-color: white;
    color: black;
    border: grey solid 1px;
}
input.txtCal {
    font-family: Verdana, Arial, Helvetica;
    font-size: 9px;
    font-weight: bold;
    color: black;
    background-color: white;
    border: grey solid 0px;
    text-align: center;
}
input.Case {
    width: 14px;
    height: 14px;
}

input.Bouton {
    font-family: Verdana, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    color: black;
    border: grey solid 1px;
    cursor: pointer;
}

.erreur {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: white;
    background-color: red;
}
.confirm {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: white;
    background-color: green;
}
.rouge {
    color: red;
    text-align: center;
}
.vert {
    color: green;
    text-align: center;
}

