/***************** 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:#0a0101 url(../images/charte/bg-body.jpg) center center no-repeat;
}
/***************** CONTAINER *****************/
#container{
position:absolute;
width:950px;
height:580px;
left:50%;
top:50%;
margin-left:-475px;
margin-top:-290px;
}
/***************** MENU TOP *****************/
#menuTop{
position:absolute;
top:0;
left:0;
z-index:10;
width:950px;
height:35px;
list-style:none;
}
#menuTop li{
position:relative;
float:left;
}
#menuTop a{
	text-decoration:none;
	display:block;
	height:35px;
	overflow:hidden;
	background:left top no-repeat;
}
#container #menuTop a:hover,
#container #menuTop a.trigered,
#container #menuTop a.rubrique_active{
	background-position:left bottom;
}
#menuTop a span{
	display:none;
}
#menuTop li.bt1{width:77px;}
#menuTop li.bt2{width:116px;}
#menuTop li.bt3{width:102px;}
#menuTop li.bt4{width:85px; margin-left:359px;}
#menuTop li.bt5{width:44px;}
#menuTop li.bt6{width:89px;}
#menuTop li.bt7{width:73px;}
#menuTop li.bt1 a{background-image:url(../images/charte/bt_01.jpg);}
#menuTop li.bt2 a{background-image:url(../images/charte/bt_02.jpg);}
#menuTop li.bt3 a{background-image:url(../images/charte/bt_03.jpg);}
#menuTop li.bt4 a{background-image:url(../images/charte/bt_04.jpg);}
#menuTop li.bt5 a{background-image:url(../images/charte/bt_05.jpg);}
#menuTop li.bt6 a{background-image:url(../images/charte/bt_06.jpg);}
#menuTop li.bt7 a{background-image:url(../images/charte/bt_07.jpg);}
/***************** CONTENU *****************/
#contenu{
position:absolute;
top:35px;
left:0;
width:890px;
height:430px;
margin:60px 20px 20px 20px;
padding:0 10px;
overflow:auto;
}
#TheTexteScroll{
width:444px;
height:400px;
overflow:auto;
padding-right:10px;
}
/***************** FOOTER *****************/
#footer{
position:absolute;
width:950px;
height:35px;
left:0;
bottom:0;
}
#pubonline{
position:absolute;
right:15px;
top:5px;
width:195px;
height:30px;
}
#footer #pubonline a{
text-decoration:none;
display:block;
font:10px/8px Arial, Helvetica, sans-serif;
color:#fff;
text-align:right;
}
