body
{
    padding: 0;
    margin: 0;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 11px;
    background: url(./img/background.png) repeat-x #999999;
}

#page
{
    width: 900px;
    margin: 0 auto;
}

a
{
    color: #c42b00;
    text-decoration: none;
}
a:hover
{
    color: #c42b00;
    text-decoration: underline;
}
label
{
    width: 150px;
    display: block;
    float: left;
}
img
{
    border: 0;
}

h1
{
    font-size: 18px;
    color: #cc3300;
    text-transform: uppercase;
    padding-top: 10px;
}


/* Entete */
#header
{
    margin-top: 15px;
    background-color: #ffffff;
    text-align: center;
    -moz-border-radius: 6px 6px 6px 6px;
}

/* Pied de page */
#footer
{
    color: #ffffff;
    text-align: center;
    padding-top: 20px;
}

#footer a
{
    color: #ffcc00;
    text-decoration: none;
}
#footer a:hover
{
    color: #ffcc00;
    text-decoration: underline;
}

/* Contenu */

#content
{
    background-color: #ffffff;
    -moz-border-radius: 6px 6px 6px 6px;
    padding-bottom: 60px;
}

#gauche
{
    width: 450px;
    padding-left: 80px;
}

#droite
{
    width: 268px;
    float: right;
}
