﻿html, body, form
{
    vertical-align: middle;
}
body
{
    font-family: Arial, Verdana;
    color: Silver;
    background-color: Black;
    margin: 20px;
}
a
{
    color: white;
}
p.petit
{
    font-size: 15px;
    color:White;
}
#centered
{
    text-align: center;
    position: absolute;
    top: 0px;
    left: 50%;
    width: 995px;
    min-height: 650px;
    height: 100%;
    margin-left: -497px;
    background-image: url(../../images/fond.gif);
    background-repeat: no-repeat;
}
#pied
{
    position: absolute;
    left: 0px;
    width: 100%;
    top: 100%;
    margin-top: -30px;
    height: 30px;
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
    background-color: Black;
    letter-spacing: -1px;
    color:Gray;
}
.O
{
    color: #ff6600;
}
h1
{
    font-size:18px;
    color:White;
}
h3
{
    font-size:13px;
    margin:0px;
}