/**********************************************************************/
/* Gestion des DIV de mise en page
*/
#container {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: #FFFFFF;
}
#nav {
	width: 255px;
	float: left;
	margin-left: 0px;
	padding: 0px;
	background-color: #00CC33;
}
#menuhaut{
	padding: 0px;
	margin-left: 0px;
}	
#content {
	padding: 0px;
	margin-left: 0px;
	position: relative;
	}
#header {
	/*background-image: url(Charte/fondHaut.jpg);*/
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	height: 160px;
	}
#footer {
	background-color: #fff;
	color: #006;
	border-top: 1px solid #006;
	font-size: 11px;
	text-align: right;
	padding: 2px 10px 0 0;
	clear: both;
	}
#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: 800px;
}
#BANheader {
	/*background-image:url(/cmsTemplates/kart/);*/
	position: relative;
	height: 160px;
	width: 100%;
	}
#BANimagecentre{
	position: absolute;
	left:0px;
	top:0px;
	z-index:2;
}
#BANScript1 {
	position: absolute;
	height: 160px;
	width: 800px;
	left:0px;
	top:0px;
	z-index:1;
	overflow: hidden;
	}
	
.BTNLAngue{
	text-align:center;
	position:absolute;
	width:200px;
	z-index:2;
	top: 140px;
	right:0px;
	padding-top:3px;
	padding-bottom:3px;
}
	
/***/
/* Bloc panier*/
.PanierBloqueDivContour{
width:100px;
}
.PanierBloqueTitre{
	background-image:url(/cmsTemplates/kart/Charte/degrade-menu-gauche.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	width: 150px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-indent:10px;
	vertical-align: middle;
	padding: 5px;
}
.PanierBloqueTexte{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	list-style-type: none;
	left: 20px;
	position: relative;
	text-decoration: none;
	line-height: 16px;
}
.PanierBloqueTexte a{
	text-decoration: underline;
	left: 0px;
}
.LienPanier{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF0066;
}
