html, body
{
 margin-left: auto;
 margin-right: auto;
 margin: 0px 0px 5px 0px;

 background-color: #000;
}

body
{
 margin: 0px;
 padding: 0px;

 font-family: Verdana;
 font-size: 12px;
 color: #b6b6b8;
}

img
{
 border-width: 0px;
}

a:hover
{
 text-decoration: none;
}

a:link, a:visited, a:active
{
 text-decoration: none;
 color: #FFF;
}


#header
{
 height: 430px;
 min-width: 760px;
 margin: 0px 0px 0px 0px;

 background-image:url('./imgs/accueil.jpg');
 background-repeat: no-repeat;
 background-position: center;
}

#header_cache
{
 visibility: hidden;
 height: 1px;
 margin-top: -1px;
}

#clickhere
{
 font-family: Verdana;
 font-size: 12px;
 font-style: italic;
 font-weight: normal;
 color: #b6b6b8;
}

#footer
{
 min-width: 760px;
 margin: 20px 0px 0px 0px;

 font-family: Verdana;
 font-size: 10px;
}
