/*////////////////////////////////////////////
//
// Script de [Menu Vertical] - Fichier style
// Cration: 10/10/2005
// Dernire modification: 01/07/2006 
// by haryou [haryoudev.free.fr] - haryoudev@free.fr
//
////////////////////////////////////////////*/


/*-------------------------------------- Menu Verticale de Gauche --------------------------------------*/
.hide
{
	display: none;
}


.bordure_cat 
{
	cursor: hand;
	border-top : 1px dotted Silver;
}

.bordure_cat_g 
{
	cursor: hand
}

.bordure_cat_d 
{
	cursor: hand
}

.cat_titre_nonselect 
{
	font-family : tahoma,verdana, arial, helvetica, sans-serif;
	font-size : 11px;
	color : #cbc5c5;
	cursor: hand;
	text-decoration:none
}

.cat_titre_select 
{
	font-family : tahoma,verdana, arial, helvetica, sans-serif;
	font-size : 11px;
	color : #e9213e;
	cursor: hand;
	text-decoration:none
}

.sousmenu 
{
	background-color: #313131;
	color : #c2bdbd;
	font-family : tahoma,verdana, arial, helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-decoration:none;
}

.sousmenu_select 
{
	cursor: hand;
	border-bottom: #9c9c9c 1px solid;
	color:#e9213e;
}

.sousmenu_nonselect
 {
	border-bottom: #9c9c9c 1px solid;
	color: #c2bdbd;
	cursor: hand
}
/*-------------------------------------- Fin Menu Verticale de Gauche --------------------------------------*/