/*////////////////////////////////////////////
//
// 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
//
////////////////////////////////////////////*/



/*-------------------------------------- Menu Verticale de Gauche --------------------------------------*/
.hide
{
	display: none;
}

.show
{
	
}

.bordure_cat {
	border-top: 1px none #330066;
	border-bottom: 1px none #000066;
	cursor: hand;
	border-right-style: none;
	border-left-style: none;

}

.bordure_cat_g {
	border-left: 1px none #003366;
	border-top: 1px none #003366;
	border-bottom: 1px none #003366;
	cursor: hand;
	border-right-style: none;

}

.bordure_cat_d {
	border-right: 1px none #003366;
	border-top: 1px none #003366;
	border-bottom: 1px none #003366;
	cursor: hand;
	border-left-style: none;

}

.cat_titre_nonselect {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	font-variant: normal;
	color : #000066;
	cursor: hand;
	text-decoration:none
}

.cat_titre_select {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	font-variant: normal;
	color : #FF9933;
	cursor: hand;
	text-decoration:none
}

.sousmenu {
	color : #000066;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	font-variant: normal;
	text-decoration:none;
	text-align: center;
	width: 150px;

}

.sousmenu_select {
	font-weight : normal;
	cursor: hand;
	border: 1px none #FFFFFF;

}

.sousmenu_nonselect {
	border-top: 1px none white;
	border-left: 1px none white;
	border-right: 1px none gray;
	border-bottom: 1px none gray;
	color: #000066;
	cursor: hand;

}
