/* Menu javascript de la colonne de gauche - Themes et collections  */

ul.tab-menu                  { width: 248px;  margin: 0; padding: 0; clear: both;   } 
ul.tab-menu  li              { float: left; margin: 0; padding: 0;   } 
ul.tab-menu li.theme a       { text-indent: -5000px;  display: block; width: 109px; height: 31px; background: url(../images/bt/theme_off.gif) left top no-repeat; overflow: hidden;   } 
ul.tab-menu li.theme-enable a{ display: block; width: 109px; height: 31px; background: url(../images/bt/theme_on.gif) left top no-repeat;   } 

ul.tab-menu li.collection a           { text-indent: -5000px;  display: block; width: 134px; height: 31px; background: url(../images/bt/collection_off.gif) left top no-repeat;  overflow: hidden } 
ul.tab-menu li.collection-enable a    { display: block; width: 134px; height: 31px; background: url(../images/bt/collection_on2.gif) left top no-repeat;   } 

.tab-wrapper                          {  width: 244px; padding: 0 0 13px 0;  background: url(../images/fond/f-MenuLeft.gif) left bottom no-repeat;   } 

.tab-wrapper     					     { clear: both; padding:19px 0pt 25px 0;   } 
.tab-wrapper li  					     { margin: 0pt 0 7px 13px; padding: 0pt 0 0 11px; background: url(../images/puce/p1.gif) left 6px no-repeat; padding: 0 0 0 17px  } 
.tab-wrapper li a 					  { color: #903838; text-transform: uppercase; font: normal 0.8em arial;  text-decoration: none;    } 
.tab-wrapper li a:first-letter     { color: #903838; text-transform: uppercase; font: normal 1em arial;   } 
.tab-wrapper li a:hover			     { color: #5a1818;  } 

