/* CSS Document */

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

#entete {
position:relative;
width:100%;
height:130px;
background-color: black;
}

#content {
position:absolute;
width: inherit;
height:auto;
}

#mainmenu {
position:relative;
width:100%;
height:30px;
top:0px;
left:0px;
background-color: maroon;
border-bottom: 1px dotted #666;
border-top: 1px dotted #666;
}

#secondmenu {
width:160px;
position:absolute;
top:250px;
left:0px;
}


#footer {
position:relative;
margin-top:90px;
height:20px;
width:100%;
z-index:100;
border:1px solid #2e2e2e;
}

#footer p {
font-style:italic;
text-align:center;
}

/* div lang */


#lang {
position:absolute;
bottom:13px;
left:28px;
margin-left:400px;
width:20px;
height:40px;
z-index:100;
margin:0;
padding:0;
border:1px solid #2e2e2e;
}


#lang li {
display:block;
margin: 0;
padding: 0;
height:22px;
}

#lang img {
width:18px;
border:1px solid #2e2e2e;
}

#lang img.selectedlang {
width:18px;
border:1px solid #666;
}

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

