/* CSS Document */

#cadre {
position:relative;
width:800px;
height:600px;

margin-left:auto;
margin-right:auto;
}

#entete {
position:relative;
width:100%;
/*top:10px;*/
height:70px;
border: 1px solid #fff;

}

#content {
position:absolute;
top:70px;
/*top:0;*/
width:630px;
height:530px;
left:170px;
/*height:600px;*/
/*padding-bottom:85px;*/
border-top:1px solid #2e2e2e;
border-right:1px solid #2e2e2e;
border-bottom:1px solid #2e2e2e;
}

#menu {
position:absolute;
width:170px;
height:530px;
top:70px;
left:0px;
background-color:#2e2e2e;
border-top:1px solid #2e2e2e;
border-left:1px solid #2e2e2e;
border-bottom:1px solid #2e2e2e;
}

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


#footer {
position:relative;
/*bottom:0;*/
margin-top:90px;
height:20px;
width:100%;
z-index:100;
/*background-color:#012213;*/
}

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

/* div lang */


#lang {
position:absolute;
bottom:13px;
left:28px;
/*right:300px;
margin-left:400px;*/
width:20px;
height:40px;
z-index:100;
margin:0;
padding:0;
/*display:none;*/
}


#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;
}

/* menu table haut */

#menutable {
width:680px;
margin-left:121px;
margin-top:0px;
text-align:center;
background-color:#FFFFFF;
}

#menutable td {
/*width:50px;*/
height:28px;
/*font-size:20px;*/
text-align:center;
text-transform:uppercase;
}


#menutable td:hover {
/*background-color:#1d6789;*/
}

a.menutd {
border:0;
font-weight:normal;
text-decoration:none;
}

a.menutd:hover {
color:#FF6600;
text-decoration:none;
}


#menutable td.menuon {
/*background-color:#1d6789;*/
}

#menutable a.menuon {
/*color:#fff;*/
}


/* menu table bas */

#menutablebas {
width:auto;
margin-top:4px;
border-bottom:1px solid #ccc;
}

#menutablebas td {
width:50px;
height:14px;
font-size:11px;
text-align:center;
text-transform:uppercase;
padding-left:4px;
padding-right:4px;
}

a.menutdbas:hover {
color:#666;
}

a.menutdbas {
color:#fff;
text-decoration:none;
border:0;
font-weight:normal;
}

#menutablebas a.menuon {
color:#333;
}

/* menu news etxc.  */


#menuhaut table {
width:100%;
}

#menuhaut td {
font-size:14px;
width:70px;
height:20px;
}

#menuhaut a {
border:0;
font-weight:normal;
color:#333;
}

#menuhaut a:hover {
font-weight:normal;
color:#fff;
}

#logo {
position:absolute;
left:0px;
top:0px;
}

#bandeau {
position:absolute;
top:0;
left:0;
width:100%;
height:120px;
background-color:#012213;

}
