/* CSS Document */

#cadre {
position:relative;
width:1024px;
margin-left: auto;
margin-right: auto;
height: auto;
}

#entete {
position:relative;
width:100%;
height:90px;
}

#content {
position:relative;
top:2px;
left:0px;
width:800px;
border:1px solid black;
background-image: url(../img/content_bg.png);
background-repeat: no-repeat;
z-index: 1;
}


#footer {
position:relative;
margin-top: 12px;
height:133px;
width:100%;
z-index:120;
background-image:url(../img/footer_bg.jpg);
}


#lang {
position:absolute;
top:136px;
left:169px;
width:50px;
height:20px;
z-index:100;
}

#lang ul {
list-style:none;
}

#lang img {
width:16px;
}

#lang img.selectedlang {
border:1px solid #fff;
}

#lang a {
border:none;
text-decoration:none;
}

#logo {
position:absolute;
left:0px;
top:40px;
z-index: 120;
}

