/*////////////////////////////////////////////
//
// Script de [Menu Vertical] - Fichier style
// Création: 10/10/2005
// Dernière modification: 01/07/2006 
// by haryou [haryoudev.free.fr] - haryoudev@free.fr
//
////////////////////////////////////////////*/

body {
background-COLOR: #780000;
SCROLLBAR-FACE-COLOR: #780000;
    SCROLLBAR-ARROW-COLOR: #DAA520;
    SCROLLBAR-TRACK-COLOR: #780000;
    scrollbar-base-color: #DAA520;
    
}

/*-------------------------------------- Menu Verticale de Gauche --------------------------------------*/
.hide
{
	display: none;
}

.show
{
	
}

.bordure_cat {
	cursor: hand
}

.bordure_cat_g {
	cursor: hand
}

.bordure_cat_d {
	cursor: hand
}

.cat_titre_nonselect {

	font-family : Tahoma;
	font-size : 8pt;
	font-weight : bold;
	color : #F0E68C;
	cursor: hand;
	font-variant: small-caps;
	text-decoration:none
}

.cat_titre_select {
	
	font-family : Tahoma;
	font-size : 8pt;
	font-weight : bold;
	color :#DAA520;
	cursor: hand;
	text-decoration:none
}

.sousmenu {
	
	color :#DAA520;
	font-family : Tahoma;
	font-size : 8pt;
	font-weight : normal;
	
}

.sousmenu_select {
	
	font-weight : normal;
	color : #DAA520;
	line-height: normal;
	text-decoration: underline;}

.sousmenu_nonselect {
	
	color: #F0E68C;
	cursor: hand
}
/*-------------------------------------- Fin Menu Verticale de Gauche --------------------------------------*/