/*/////////////////////////////////////////////
//
// Fichier Style - le 10/10/2005
// Script de [Menu Vertical] 
// by CmoiYouyou - haryou@free.fr
//
/////////////////////////////////////////////*/


/*-------------------------------------- Menu Verticale de Gauche --------------------------------------*/
.hide {	display: none; }

.show {}

.td_menu { 
	background-color: #FFFFFF; 
	padding: 10px 0 10px 0; 
}

.menu {	
	background-image: url(../images/bgcolor.gif); 
	border: gray 1px solid;
	font-size : 12px; 
	font-weight : bold; 
	font-variant: small-caps; 
	color : #666666; 
	cursor: hand;	
	text-decoration: none;
}
.cat {	
	font-size : 12px; 
	font-weight : bold; 
	font-variant: small-caps; 
	color : #666666; 
	cursor: hand;	
	text-decoration: none;
}

.menu_select {
	background-image: url(../images/bgcolor_02.gif);
	border-right: #872E18 1px solid;
	border-left: #872E18 1px solid;
	border-top: #872E18 1px solid;
	border-bottom: #872E18 1px solid;
	color: #000000;
	cursor: hand;
}

.menu_nonselect {
	border-right: gray 1px solid;
	border-left: gray 1px solid;
	border-top: gray 1px solid;
	border-bottom: gray 1px solid;
	cursor: hand;
}

.sousmenu {
	background-color: #ffffff;
	color : #000000;
	font-size : 9px;
	font-weight : normal;
	text-decoration: none;
	text-transform: uppercase;
}

.sousmenu_select {
	background-color: #FFDF89;
	font-weight : bold;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	cursor: hand;
}

.sousmenu_nonselect {
	color: #000000;
	letter-spacing:-0.08em;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-right: gray 1px solid;
	border-bottom: gray 1px solid;
	cursor: hand;
}
/*-------------------------------------- Fin Menu Verticale de Gauche --------------------------------------*/
