/*-------------------------------------- Menu Verticale de Gauche --------------------------------------*/
.hide
{
	display: none;
}

.show
{
	
}

.bordure_cat {
	border-top-color:Black;
	border-top-width:medium;
	border-bottom: gray dotted 1px;
	
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	font-variant: small-caps;
}

.bordure_cat_g {
	
	border-bottom: gray dotted 1px;
	
}

.bordure_cat_d {
	
	border-bottom: gray dotted 1px;
	
}

.cat_titre_nonselect {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	font-variant: small-caps;
	color : #666666;
	cursor:pointer;
	text-decoration:none;
}

.cat_titre_nonselect a:hover{color: #FF3333;}

.cat_titre_select {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	font-variant: small-caps;
	color : #FF3333;
	cursor:pointer;
	text-decoration:none;
}

.sousmenu {
	background-color: #FFFFFF;
	color : #0077BF;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	font-variant: small-caps;
	text-decoration:none;
}

.sousmenu_select {
	
	border-bottom: gray dotted 1px;
	cursor:pointer;
	height:20px;
}

.sousmenu_select a{color: #FF3333;text-decoration:none}

.sousmenu_nonselect {
	
	border-bottom: gray dotted 1px;
	color: #0077BF;
	cursor:pointer;
	height:20px;
}

.sousmenu_nonselect a{color: #0077BF;text-decoration:none}
.sousmenu_nonselect a:hover{color: #FF3333;}
.sousmenu_nonselect a:active{color: #FF3333;text-decoration:none}

.lien_nonselect {
	color: #0077BF;
	cursor:pointer;
	height:20px;
}

.lien_nonselect a{color: #0077BF;text-decoration:none}
.lien_nonselect a:hover{color: #FF3333;}
.lien_nonselect a:active{color: #FF3333;text-decoration:none}




/*-------------------------------------- Fin Menu Verticale de Gauche --------------------------------------*/
