/***************** BODY *****************/
*{
/*---on passe toutes les marges à 0---*/
margin:0;
padding:0;
}
body,html{
height:100%;
overflow: hidden;
/*---permet de changer la couleur de la barre de scroll dans IE (déconseillé)
scrollbar-base-color:#7d8a2e;
---*/
}
body{
background:#130B2C url(../images/charte/body.jpg) center center no-repeat;

}
/***************** CONTAINER *****************/
#container{
position:absolute;
width:960px;
height:530px;
left:50%;
top:50%;
margin-left:-480px;
margin-top:-265px;
}

#filmThumbs{
  height:300px;



}



/***************** LOGO *****************/
#logo{
width:160px;
height:130px;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:190px;

background:url(../images/charte/bg-left.jpg) center top no-repeat;
}
/***************** MENU LEFT *****************/
#menuRight{
float:right;
width:190px;

background:url(../images/charte/bg-right.jpg) center top no-repeat;
}
/***************** CONTENU *****************/
#contenu{
float:left;
width:560px;
height:500px;

overflow:auto;
}

#contenu-text{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #ffffff;
line-height: 18px;
text-align: justify;
padding: 0px 10px;
height:500px;
width:540px;

}
#image1{
background: url(../images/charte/img1.png) center top no-repeat;
width:154px;
height:154px;
float:left;
margin:0 20px 20px 0;
}
#image2{
background: url(../images/charte/img2.png) center top no-repeat;
width:140px;
height:140px;
float:right;
margin:60px 0 20px 20px;
}
/***************** FOOTER *****************/
#footer{
position:relative;
float:left;
width:960px;
height:30px;



}
#idep{
position:absolute;
left:0;
top:-7px;
width:195px;
height:30px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:10px/8px Arial, Helvetica, sans-serif;
color:#fff;
margin:4px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#fff;
}
.invisible{
display: none;

}

