

body {
text-align : left;
}

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

body a
{
	
	text-decoration: none;
    
	
	
	
}

.show
{
	
}

.bordure_cat {
	border-top: #DDDDDD 1px solid;
	border-bottom: white 1px solid;
	cursor: hand;
}

.bordure_cat_g {

	border-left: #DDDDDD 1px solid;
	border-top:#DDDDDD 1px solid;
	border-bottom: white 1px solid;
	cursor: hand;
}



.bordure_cat_d {
	border-right: #DDDDDD 1px solid;
	border-top: #DDDDDD 1px solid;
	cursor: hand;
}


.bordure_souscat_d {
	
	border-right: #DDDDDD 1px solid;
	cursor: hand;
}

.bordure_souscat_g {  
	border-left: #DDDDDD 1px solid;
	cursor: hand;
}



}

.cat_titre_nonselect {
	text-align : left;
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 12px;
	text-align : left;
	text-decoration:none;
	cursor: hand;
	color:  #FF6633;
}

A.cat_titre_nonselect {
	text-align : left;
	font-size : 12px;
	text-align : left;
	text-decoration:none;
	color:  #000000;

}

.cat_titre_select {

	text-align : left;
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 12px;
	cursor: hand;
	color : #FF6633;
	text-decoration:none
	

}

.sousmenu {
    cursor: pointer;
    text-align : left;    
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size : 11px;
    color:#808080;

	
	
}

.sousmenu_select {
	
    color : #FF6633;
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	cursor: hand;
			

}

.sousmenu_nonselect {
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-right: white 1px solid;
	border-bottom: white 1px solid;
	color : black;
	
}
/*-------------------------------------- Fin Menu Verticale de Gauche --------------------------------------*/