/* CSS Document */

#cadre {
position:relative;
width:1024px;
height:720px;
margin-left:auto;
margin-right:auto;
background-color: #fff;
border-left:1px solid #cd83a6;
border-right:1px solid #cd83a6;
border-bottom:1px solid #cd83a6;
}

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

#content {
position:absolute;
width: inherit;
height:auto;
top:110px;
left:0px;
}

#mainmenu {
position:relative;
width:100%;
height:19px;
top:0px;
left:0px;
background-color: #c3c3cf;
/*background-color: #71b1ca;*/
border-bottom: 1px solid #999;
border-top: 1px solid #999;
z-index: 1;
}

#secondmenu {
width:160px;
position:absolute;
top:193px;
left:0px;
z-index: 3;
}


#footer {
position:absolute;
height:20px;
width:100%;
z-index:100;
bottom: 0;
}

#footer p {
text-align:center;
font-size: 11px;
color:#999;
}

#footer a {
border: 0;
color:#999;
}

/* 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;
}


