/*COULEUR DE FOND DE page: DE LA BOUTIQUE*/
#boutikarea {padding: 15px; /*background: #a36209;*/}


/*ENTETE BOUTIQUE*/
  /*IMAGE DE FOND */
  #divthbk {margin:auto; height: 96px; background-image: url(bandeau-bkg.jpg);background-repeat: repeat-x; width: 1000px;}
  
  /*IMAGE*/
  table.thbk {height: 96px; border:0px solid #b74e1d;/*border-collapse:collapse;*/ width: 1000px; margin:auto; background-image: url(bandeau.jpg);background-position: center;background-repeat: no-repeat;}

  /*NOM DE LA BOUTIQUE*/
  .thbkname {padding: 5px; height: auto;/*background: black;*/ width:100%;}
  .thbkname h1 {color: white; margin:0;padding:0; font-size: 16px;}

  /*LOGO SUR LA GAUCHE*/
  .thbklogo {
	display: none;}

  /*ZONE D'INFORMATION*/
  .thbkinfo {padding: 5px;}

/* LARGEUR DE LA BOUTIQUE */
table.thbk, table.maintable , table.footertable, #divthbk {width: 1000px;margin-left: auto;margin-right: auto;}


/* COLONNE GAUCHE */
td#leftcolumn {width: 165px;height:560px;font-size:12px;background-color: #a36209;padding: 18px 6px 4px 6px;}


/*MENUS GAUCHE*/
#navcontainerB { width: 160px; text-align: left; font-weight: normal; }
#navcontainerB ul{margin-left: 0;padding-left: 0;list-style-type: none; padding: 0px;}
#navcontainerB li {padding: 3px;}
#navcontainerB a {color: #ffffff;}

td#leftcolumn div.blockTitle {color: #f7f7f7; font-weight: bold;background-color: #000000;}

/*TAILLE BLOC CENTRE GAUCHE ET DROIT*/
td#centerLcolumn {width:40%; background: #fddc9f;}
td#centerRcolumn {width:60%; background: #fcf9b4; }
