/***************** 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: #ffb03e url(../images/charte/bg-body.jpg) center top no-repeat fixed;
}
/***************** CONTAINER *****************/
#container {
	position:relative;
	min-height:100%;
	width:990px;
	margin:0 auto;
	background: url(../images/charte/bg-container.gif) center top repeat-y;
}
/***************** HEADER *****************/
#header {
	position:relative;
	float:left;
	display:inline;
	width:990px;
	height:157px;
	background: url(../images/charte/bg-header.jpg) center top no-repeat;
}
#headerFlash {
	float:left;
	width:990px;
	height:157px;
	/*obligatoire si il y a un flash (firefox)*/
	display:block;
	outline:0;
}
/***************** MENU TOP *****************/
#zoneMenuTop {
	position:relative;
	float:left;
	display:inline;
	width:672px;
	height:93px;
	background: url(../images/charte/bg-menutop.jpg) right top no-repeat;
}
#menuTop {
	position:relative;
	float:left;
	display:inline;
	margin:0 0 0 14px;
	z-index:10;
	width:625px;
	height:86px;
	list-style:none;
}
#menuTop li{
position:relative;
float:left;
}
#menuTop a{
	text-decoration:none;
	display:block;
	height:86px;
	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:153px;}
#menuTop li.bt2{width:160px;}
#menuTop li.bt3{width:160px;}
#menuTop li.bt4{width:152px;}
#menuTop li.bt1 a{background-image:url(../images/charte/btt_01.jpg);}
#menuTop li.bt2 a{background-image:url(../images/charte/btt_02.jpg);}
#menuTop li.bt3 a{background-image:url(../images/charte/btt_03.jpg);}
#menuTop li.bt4 a{background-image:url(../images/charte/btt_04.jpg);}
/***************** MENU LEFT *****************/
#colLeft {
	position:relative;
	float:left;
	display:inline;
	width:287px;
	padding:0 0 0 31px;
	background: url(../images/charte/bg-menuleft.jpg) left top no-repeat;
}
#menuLeft {
	position:relative;
	float:left;
	display:inline;
	width:287px;
	list-style:none;
}
#menuLeft li{
position:relative;
float:left;
}
#menuLeft a{
	text-decoration:none;
	display:block;
	width:287px;
	overflow:hidden;
	background:left top no-repeat;
}
#container #menuLeft a:hover,
#container #menuLeft a.trigered,
#container #menuLeft a.rubrique_active{
	background-position:right top;
}

#menuLeft li a span{
	display:none;
}
#menuLeft li.bt1 a{height:72px;}
#menuLeft li.bt2 a{height:74px;}
#menuLeft li.bt3 a{height:49px;}
#menuLeft li.bt4 a{height:55px;}
#menuLeft li.bt5 a{height:85px;}
#menuLeft li.bt1 a{background-image:url(../images/charte/btg_01.jpg);}
#menuLeft li.bt2 a{background-image:url(../images/charte/btg_02.jpg);}
#menuLeft li.bt3 a{background-image:url(../images/charte/btg_03.jpg);}
#menuLeft li.bt4 a{background-image:url(../images/charte/btg_04.jpg);}
#menuLeft li.bt5 a{background-image:url(../images/charte/btg_05.jpg);}
/***************** CONTENU *****************/
#contenu {
	position:relative;
	float:left;
	display:inline;
	width:625px;
	padding:20px 33px 0 14px;
	background: url(../images/charte/bg-contenu.jpg) left top no-repeat;
}
#homeTexte {
	position:absolute;
	z-index:50;
	top:516px;
	left:31px;
	width:856px;
	height:162px;
	padding:26px 36px 10px 36px;
	background:url(../images/charte/bg-home-texte.png) center top no-repeat; 
	_background:url();
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/charte/bg-home-texte.png", sizingMethod="crop");
	font:13px Arial, Helvetica, sans-serif;
	color:#852161;
}
#homeTexte .titre{
	font:15px Arial, Helvetica, sans-serif;
	color:#fff;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer {
	clear:both;
}
#clearFooter {
	height:75px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer {
	position:relative;
	clear:both;
	width:990px;
	height:75px;
	margin:-75px auto 0;
	background: url(../images/charte/bg-footer.jpg) center top no-repeat;
}
