﻿*
{
    margin: 0;
    padding: 0;
    border: 0;
}
html, body, #form1
{
    height: 100%;
}
body
{
    font-family: Lucida Sans Typewriter, Tahoma, Arial, Sans Serif;
    font-size: 11px;
    font-weight: bold;
    color: #1a171b;
}
p
{
    line-height: 15px;
    padding: 2px 0 1px 0;
}
h5
{
    color: #004499;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 0 1px 0;
}
a
{
    text-decoration: none;
    color: #004499;
}
h6
{
    color: #9c9e9f;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 0 1px 0;
}
#distance
{
    width: 1px;
    height: 50%;
    margin-bottom: -300px; /* half of container's height */
    float: left;
}
#container
{
    margin: 0 auto;
    position: relative; /* puts container in front of distance */
    height: 600px;
    clear: left;
    width: 100%;
    background-image: url(images/spirale.jpg);
    background-repeat: no-repeat;
    background-position: center;
    min-width: 1000px;
}
#contenu
{
    position: relative;
    height: 100%;
    width: 1000px; /* centrage horizontal, supprimer pour caler à gauche */
    margin: 0 auto;
}
.menu-admin
{
    color: Silver;
}
.menu-admin a
{
    text-decoration: none;
}
.bouton
{
    display: block;
    background-position: top;
    font-size: 9px;
    color: #949494;
}
.bouton:hover
{
    background-position: bottom;
    color: #6d6d6d;
}