
/*/////////////////////////////////////////////
//											 //
// feuille de style du menu vertical		 //
// Fichier css								 //
// Création: 07/08/2008						 //
// by Moncilli Jelena [calisca@caramail.com] //
//											 //
/////////////////////////////////////////////*/


/*-- Menu Vertical --*/
.hide
{
	display: none;
}

.show
{
	
}

.bordure_cat {
	border-top: gray 1px solid;
	border-bottom: gray 1px solid;
	border-left: gray 1px solid;
	border-right: gray 1px solid;
	cursor: hand
}

.bordure_cat_g {
	border-left: gray 1px solid;
	border-top: gray 1px solid;
	border-bottom: gray 1px solid;
	cursor: hand
}

.bordure_cat_d {
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-bottom: gray 1px solid;
	cursor: hand
}

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

.cat_titre_select {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	text-align: left;
	font-variant: small-caps;
	color : #E5EAF0;
	cursor: hand;
	text-decoration:none
}

.sousmenu {
	text-align: left;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	text-decoration:none
}

.sousmenu_select {
	font-size : 12px;
	text-align: left;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	cursor: hand
}

.sousmenu_nonselect {
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-right: gray 1px solid;
	border-bottom: gray 1px solid;
	color: #6F757D;
	cursor: hand
}
/*-------------------------------------- Fin Menu Verticale de Gauche --------------------------------------*/