/***************** BODY *****************/
*{
/*---on passe toutes les marges à 0---*/
margin:0;
padding:0;
}
body,html{
height:100%;
}
body{
	background:#FFF url(../images/charte/bg.gif) repeat-x;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
background:url(../images/charte/bg-container.gif) repeat-y;
}
/***************** HUN *****************/
#hun{
width:960px;
height:29px;
background:url(../images/charte/hun.gif);
}
/***************** LOGO *****************/
#logo{
width:960px;
height:86px;
}
/***************** HEADER *****************/
#header{
width:960px;
height:185px;
}
/***************** VIDEO *****************/
#video{
width:960px;
height:210px;
background-color:#eee;
}
/***************** MENU TOP *****************/
#menuTop{
	position:relative;
	z-index:5;
	width:960px;
	height:36px;
	padding:0 0 0 0px;
	background:url(../images/charte/bg-menu.jpg);
	list-style:none;
}

#menuTop li{
	position:relative;
	float:left;
}

#menuTop a{
	text-decoration:none;
	display:block;
	height:36px;
	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:104px;}
#menuTop li.bt2{width:137px;}
#menuTop li.bt3{width:99px;}
#menuTop li.bt4{width:119px;}
#menuTop li.bt5{width:128px;}
#menuTop li.bt6{width:130px;}
#menuTop li.bt7{width:132px;}
#menuTop li.bt8{width:111px;}

#menuTop li.bt1 a{background-image:url(../images/charte/bt01.gif);}
#menuTop li.bt2 a{background-image:url(../images/charte/bt02.gif);}
#menuTop li.bt3 a{background-image:url(../images/charte/bt03.gif);}
#menuTop li.bt4 a{background-image:url(../images/charte/bt04.gif);}
#menuTop li.bt5 a{background-image:url(../images/charte/bt05.gif);}
#menuTop li.bt6 a{background-image:url(../images/charte/bt06.gif);}
#menuTop li.bt7 a{background-image:url(../images/charte/bt07.gif);}
#menuTop li.bt8 a{background-image:url(../images/charte/bt08.gif);}

/***************** SOUS MENU *****************/
#menuTop li ul{
list-style:none;
position:absolute;
width:210px;
top:-6000px;
left:0;
background:#161311;
border:solid #fff;
border-width:0px 0 0 0;
}
#menuTop li li{
float:none;
}
#container #menuTop li li a{
background:none;
width:auto;
position:relative;
height:30px;
font:12px/30px Arial, Helvetica, sans-serif;
text-align:center;
text-transform:none;
color:#fff;
text-decoration:none;
border:solid #ffcfbd;
border-width:0 0 0px 0;
}
#container #menuTop li li a:hover{
background:#e48484;
}
/***************** CONTENU *****************/
#contenu{
width:900px;
padding:20px 0 0 30px;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:74px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:960px;
height:74px;
margin:-74px auto 0;
background:url(../images/charte/footer.gif);
}
