@CHARSET "UTF-8";

/******************************************************
Mise en page globale 
*******************************************************/

body 
{
    margin:0;
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color: #fff;
    background-color: #52453f;
}

* 
{
    margin:0;
    padding:0;
}

img 
{
    border:none;
}

#wrapper
{
    position:relative;
    width:1000px;
    margin-left:auto;
    margin-right:auto;
    background-color: #fff;
}

#header
{
    position: relative;
    width: 1000px;
    height: 138px;
    background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
    background-position: top;
    z-index: 999;
}

#header .inside
{
    z-index: 999;
    height: 100%;
}

#header a
{
    text-decoration: none;
}

#headerLogo
{
    position: absolute;
    left: 25px;
    top: 10px;
}

#headerLang
{
    position: absolute;
    right: 5px;
    top: 5px;
}

#headerBaseLine
{
    position: absolute;
    bottom: 0px;
}

/******************************************************
Partie principale 
*******************************************************/

#clear
{
    clear:both;
    display:block;
    height:0;
    overflow:hidden;
    width:100%;
}

/******************************************************
Footer
*******************************************************/

#footer
{
    padding: 2px 10px 2px 0;
    background-color: #807169;
    color: #c3b9af;
    font-size: 11px;
    text-align: right;
}

#footer a
{
    color: #c3b9af;
    text-decoration: none;
}

#footer ul,
#footer li
{
    margin: 0;
    padding: 0;
}

#footer ul
{
    list-style: none;
}

#footer li
{
    display: inline;
}

#footer p
{
    display: inline;
}

/*****************************************/

#blocG, #blocD
{
  width: 500px;
  float: left;
}

#float_right{
    float: right;
}

