/**********************************************************************/
/* Gestion des DIV de mise en page
*/
#container {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	background-color:#320001;
}
#containerdepage{
	background-color:#FFFFFF;
	min-height: 50%;
	position: relative;
}

#header {
	margin-bottom: 0px;
	background-position: left top;
	height: 128px;
	background-color: #320001;
	}
#nav {
	width: 255px;
	float: left;
	margin-left: 0px;
	padding: 0px;
	background-color: #00CC33;
}
#menuhaut{
	padding: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}	
#content {
	padding: 10px;
	margin-left: 0px;
	background-color: #FFFFFF;
	}
#footer {
	margin-left: auto;
	margin-right: auto;
	background-color: #320001;
	color: #FFFFFF;
	font-size: 11px;
	text-align: right;
	clear: both;
	width: 950px;
	}
#Align-Droite {
	background-color: #fff;
	color: #006;
	border-top: 1px solid #006;
	font-size: 11px;
	text-align: right;
	padding: 2px 10px 0 0;
	clear: both;
}	
/* * */
/***************************************************************/
/* Slide de la charte graphique
*/
#BANcontainer {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	background-color: #420000;
}
#BANheader {
	background-image:url(/cmsTemplates/webboutique/Charte/bandeau-public-01.gif);
	position: relative;
	height: 250px;
	width: 100%;
	}
#BANimagecentre{
	position: absolute;
	left:0px;//378
	top:0px;
	z-index:2;
}
#BANScript1 {
	position: absolute;
	height: 180px;
	width: 630px;
	left:305px;
	top:35px;
	z-index:1;
	overflow: hidden;
	}
/***/
#BarDessusMenu{
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	height: 29px;
	background-image: url(/cmsTemplates/webboutique/Charte/MENU-BARRE.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
}
#BarDessusMenuSuivieNav{
	top: 5px;
	left: 50px;
	position: relative;
	height: 24px;
	width: 30px;
	float: left;
}
#BarDessusMenuContact{
	top: 10px;
	left: -50px;
	position: relative;
	height: 24px;
	width: 30px;
	float:right;
}