﻿body
{
    background-repeat: no-repeat;
    margin: 0;
    color: black;
    background-color: white;
    background-color: #0000FF;
    background-attachment: fixed;
    background-repeat: no-repeat;
    vertical-align:baseline;
    text-align: center;
};
 
 titre
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #FFFF00;
    font-style: normal;
    text-decoration: blink;
};
grostitre
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: normal;
    color: #FFFF00;
    font-style: normal;
    text-decoration: blink;
};
 btn
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: blink;
};

 lbl
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    color: #FFFFFF;
    font-weight: normal;
    font-variant: normal;   
}

 infoslbl
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    color: #FFFF00;
    font-weight: normal;
    font-variant: normal;   
}

 small
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    color: #FFFF00;
    font-weight: bold;
    font-variant:small-caps;   
}

 big
{
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    color: #FFFFFF;
    font-weight: bold;
    font-variant: normal;   
}

select 
{
  font:.9em "Trebuchet MS", Verdana, sans-serif;
  width:15.5em;   
}

textarea {
  font:.9em "Trebuchet MS", Verdana, sans-serif;
  width:38em;
  height:12em;
  padding:.2em;
}
table {
    border-spacing: 0px;
    border-spacing: 0px;
    border-collapse:collapse;
}
th {
    vertical-align: top;
    font-family:@Arial Unicode MS;
    font-size:12px;
    font-weight:bold;
    color:#FFFF00;
    border-style:ridge;
    border-width:thin;
    border-color:#FFFFFF;
}
td 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    color: #FFFFFF;
    font-weight: normal;
    font-variant: normal;
    text-align:left;
   }

a:link {color: #ffffff; font-family:   arial, serif; font-style : normal ;font-size : 12px; font-weight:bold; text-decoration:none; }
a:visited {color:#ffff99;font-family:   arial, serif; font-style : normal ;font-size : 12px; font-weight:bold; text-decoration:none;}
a:hover {color: #FF0011; font-family: arial, serif; font-size: 12px; font-size : 12px;  font-weight: bold ; text-decoration:none;} 
a:active {color:#ff6633; font-family:   arial, serif; font-style : normal ;font-size : 12px; font-weight:bold; text-decoration:none; }

