/*////////////////////////////////////////////
//
// 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;
}

.show
{
	
}

.bordure_cat {
	border-top: gray 0px solid;
	border-bottom: gray 0px solid;

}

.bordure_cat_g {
	border-left: gray 0px solid;
	border-top: gray 0px solid;
	border-bottom: gray 0px solid;

}

.bordure_cat_d {
	border-right: gray 0px solid;
	border-top: gray 0px solid;
	border-bottom: gray 0px solid;

}

.cat_titre_nonselect {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	font-variant: small-caps;
	color : #666666;
	text-decoration:none
}

.cat_titre_select {
	font-family : verdana, arial, helvetica, sans-serif;
	font-weight : bold;
	font-variant: small-caps;
	color : #FF3333;
	text-decoration:none
}

.sousmenu {
	color : #0077BF;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 0.9em;
	font-weight : normal;
	/* font-variant: small-caps; */
	text-align: left;
	text-decoration:none
}

.sousmenu_select {
	font-family: Arial;
	font-size: 0.9em;
	color: #FF0000;
	text-decoration: none;
	cursor: hand;
}

.sousmenu_nonselect {
	font-family: Arial;
	font-size: 0.9em;
	color: #000000;
	text-decoration: none;
}
/*-------------------------------------- Fin Menu Verticale de Gauche --------------------------------------*/