/***************** BODY *****************/
*{
/*---on passe toutes les marges à 0---*/
margin:0;
padding:0;
}
body,html{
height:100%;
/*---permet de changer la couleur de la barre de scroll dans IE (déconseillé)
scrollbar-base-color:#7d8a2e;
---*/
}
body{
background:#000;
}
#containerIntro{
width:100%;
height:100%;
background:#000 url(../images/charte/intro.jpg) center center no-repeat;
}
#intro{
position:absolute;
width:980px;
height:530px;
left:50%;
top:50%;
padding:10px;
margin-left:-490px;
margin-top:-265px;
}
#footerIntro{
position:absolute;
width:100%;
height:30px;
bottom:0;
background:#000;
}
#footerIntro #idep{
position:absolute;
left:20px;
top:0;
width:195px;
height:30px;
}
#footerIntro #idep img{
float:left;
}
#footerIntro #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#333;
margin:4px 0 0;
}
#footerIntro #idep a.idep.optea{
margin:0;
}
#footerIntro #idep a:hover.idep{
text-decoration:none;
color:#fff;
}
/***************** CONTAINER *****************/
#container{
position:absolute;
width:900px;
height:470px;
left:50%;
top:50%;
padding:10px;
margin-left:-460px;
margin-top:-245px;
background: url(../images/charte/container.gif) center top no-repeat;
}

/***************** LOGO *****************/
#logoLabo{
width:160px;
height:60px;
background:url(../images/charte/header-lab.gif) center top no-repeat;
}
#logoStudio{
width:160px;
height:60px;
background:url(../images/charte/header-studio.gif) center top no-repeat;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:160px;
height:430px;
padding:20px;
}
/***************** CONTENU *****************/
#contenu{
float:left;
width:660px;
height: auto;
padding:20px;
}
#colLeft{
float:left;
width:260px;
height:auto;
}
#colRight{
float:right;
width:360px;
height:430px;
}
/***************** FOOTER *****************/
#footer{
float:left;
position:relative;
width:920px;
height:35px;
padding-top:10px;
}
#idep{
position:absolute;
left:20px;
top:5px;
width:195px;
height:30px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#333;
margin:4px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#666;
}

