html, body
{
 margin-left: auto;
 margin-right: auto;
 margin-top: 10px;

 overflow: auto;
 background-color: #EEE;
}

body
{
 font-family: Verdana;
 font-size: 12px;
 margin: 0px;
 padding: 0px;
}

img
{
 border-width: 0px;
}

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

a:hover
{
 text-decoration: none;
}

#conteneur
{
 position: absolute;
 width: 100%;
 min-width: 600px;
}

#header
{
 height: 180px;

 background-image:url('/imgs/top_center.png');
 background-repeat: repeat-x;
}

#header_left
{
 position: absolute;
 left: 0px;
 top: 0px;
 height: 158px;
 width: 396px;
 background-image:url('/imgs/top_left.png');
}

#header_right
{
 position: absolute;
 top: 0px;
 right: 0px;
 height: 180px;
 width: 177px;
 background-image:url('/imgs/top_right.png');
}

#header_menu
{
 position: absolute;
 height: 22px;
 margin-top: 158px;
 margin-right: 177px;
 padding: 2px;
 padding-left: 10px;

 font-family: Verdana;
 font-size: 14px;
 font-weight: bold;
 color: #4d678f;
 text-align: center;
}

#corps
{
 padding: 10px;

 font-family: Arial;
 font-size: 12px;
 font-weight: normal;
 color: #000;
 text-align: justify;
}

#menu
{
 clear: both;
 float: right;
 width: 140px;
 margin: 0px 4px 5px 10px;
 padding: 2px;

 border-style: solid;
 border-width: 1px;
 border-color: #7d95b9;
 background-color:#bbc6da;
}