﻿body
{
    font-size: small;
    font-family: Arial;
    background-color: #FFFFFF;
    table-layout: auto;
    cursor: auto;
    direction: ltr;
    line-height: normal;
    letter-spacing: normal;
    text-align: justify;
}

H1
{
    font-family: 'Comic Sans MS';
    font-size: x-large;
    font-weight: bold;
    color: maroon;
}
H2
{
    font-family: 'Comic Sans MS';
    font-size: large;
    font-weight: bold;
    color: maroon;
}

h3
{
    font-family: 'Comic Sans MS';
    font-size: medium;
    font-weight: bold;
    color: maroon;
}

.tablePage
{
    width: 800px;
    border-spacing: 1px;
}


SELECT
{
    font-size: small;
    color: blue;
    font-family: Arial;
    font-variant: normal;
    background-color: Silver;
}

#Erreurs
{
    background-color: #ff6666;
}

.IdeeForte
{
    padding: 2px;
    border-right: silver thin groove;
    border-top: silver thin groove;
    border-left: silver thin groove;
    border-bottom: silver thin groove;
    background-image: none;
    color: maroon;
    font-style: normal;
    font-family: Tahoma;
    background-color: white;
}
.titreSujet
{
    border-color: #C0C0C0;
    font: 100% "Comic Sans MS";
    font-weight: bold;
    color: #800080;
    border-left-style: inset;
    border-bottom-style: inset;
    border-bottom-width: 2px;
    border-left-width: 1px;
}

.CodeVb      
{   font-family: Courier New; font-size: 10 pt; color: #0000FF; text-align: left; 
    text-indent: 0; word-spacing: 0; line-height: 120%; 
    margin-left: 0; margin-right: 0; margin-top: 6; margin-bottom: 6; 
}
