/***************** 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:#e1ab9f url(../images/charte/bg-body.jpg) center center no-repeat;
}
/***************** CONTAINER *****************/
#container {
	position:absolute;
	width:990px;
	height:590px;
	left:50%;
	top:50%;
	margin-left:-495px;
	margin-top:-295px;
	background: url(../images/charte/bg-container.jpg) center top no-repeat;
}
/***************** HEADER *****************/
#header {
	position:absolute;
	top:0;
	left:0;
	width:990px;
	height:70px;
}
#headerFlash {
	position:absolute;
	top:0;
	left:175px;
	width:640px;
	height:70px;
	/*obligatoire si il y a un flash (firefox)*/
	display:block;
	outline:0;
}
/***************** MENU TOP *****************/
#menuTop {
	position:absolute;
	top:70px;
	left:110px;
	z-index:10;
	width:770px;
	height:40px;
	list-style:none;
}
#menuTop li{
position:relative;
float:left;
}
#menuTop a{
	text-decoration:none;
	display:block;
	height:40px;
	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:109px;}
#menuTop li.bt2{width:148px;}
#menuTop li.bt3{width:132px;}
#menuTop li.bt4{width:127px;}
#menuTop li.bt5{width:143px;}
#menuTop li.bt6{width:111px;}
#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);}
/***************** SOUS MENU *****************/
#menuTop li ul {
	list-style:none;
	position:absolute;
	width:155px;
	top:-6000px;
	left:0;
	background:#f5bfb3;
}
#menuTop li li {
	float:none;
}
#container #menuTop li li a {
	background:none;
	width:auto;
	position:relative;
	height:20px;
	font:11px/20px Arial, Helvetica, sans-serif;
	text-transform:none;
	color:#4a4541;
	text-decoration:none;
	border:solid #dba69b;
	border-width:0 0 2px 0;
	padding:0 0 0 5px;
}
#container #menuTop li li a:hover {
	background:#fff;
}
/***************** CONTENU *****************/
#contenu {
	position:absolute;
	top:129px;
	left:439px;
	width:516px;
	height:421px;
	overflow:auto;
	padding:0 7px 0 0;
}
#zonediapo {
	position:absolute;
	top:129px;
	left:35px;
	width:370px;
	height:421px;
}
#sousrubrique {
	position:relative;
	float:left;
	display:inline;
	margin:0 0 25px 0;
	width:516px;
	height:80px;
}
#fondsousrubrique {
	position:absolute;
	z-index:20;
	top:0;
	left:0;
	width:516px;
	height:80px;
	background:url(../images/charte/bg-btn-sousrubrique.jpg) center top no-repeat; 
	color:#fff;
	font:15px/80px Arial, Helvetica, sans-serif;
	text-align:center;
}
#boutonsousrubrique {
	position:absolute;
	z-index:30;
	top:0;
	left:0:
	width:516px;
	height:80px;
}
/***************** HOME *****************/
#contenuHome {
	position:absolute;
	top:129px;
	left:439px;
	width:516px;
	height:460px;
}
#contenuHomeBienvenue {
	position:absolute;
	top:0px;
	left:0px;
	width:516px;
	height:70px;
	background: url(../images/charte/bg-home-bienvenue.jpg) center top no-repeat;
}
#contenuHomeNews {
	position:absolute;
	top:70px;
	left:0px;
	width:443px;
	height:31px;
	background: url(../images/charte/bg-home-news.jpg) center top no-repeat;
	padding:32px 27px 17px 46px;
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	text-align:justify;
	overflow:hidden;
}
#contenuHomeBtnVideo {
	position:absolute;
	top:150px;
	left:0px;
	width:516px;
	height:291px;
	}
/***************** FOOTER *****************/
#footer {
	position:absolute;
	width:990px;
	height:20px;
	left:0;
	top:570px;
}
