/*////////////////////////////////////////////
// Script de [Menu Vertical] - Fichier style
////////////////////////////////////////////*/


a:HOVER { outline:0; }
.hide
{
	display: none;
	text-decoration: none;
}

.bordure_cat {
	border-top: gray 1px solid;
	border-bottom: 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 {
	background-image:  url(../images/bgcolor.gif);
	font-family : arial, verdana, helvetica, sans-serif;
	font-size : 15px; // 17
	font-weight : bold;
/*	font-variant: small-caps; */
	color : #004000;
  cursor: hand;
	text-decoration:none
}

.cat_titre_select {
	background-image:  url(../images/bgcolor.gif);
	font-family : arial, verdana, helvetica, sans-serif;
	font-size : 15px; // 17
	font-weight : bold;
/*	font-variant: small-caps;*/
	color : #FFFFFF; // #FF3333
	cursor: hand;
	text-decoration:none
}

.sousmenu {
	background-color: #CDD4DA;
	color : #FF0000; // #0077BF
	font-family : arial, verdana, helvetica, sans-serif;
	font-size : 13px; // 15
	font-weight : bold;
/*	font-variant: small-caps; */
/*	// border-right: #EF7557 1px dashed;
	// border-top: #EF7557 1px dashed;
	// border-left: #EF7557 1px dashed;
	// border-bottom: #EF7557 1px dashed;
*/
	cursor: hand;
	text-decoration:none
}

.sousmenu_select {
	background-image:  url(../images/bgcolor.gif);
	font-family : arial, verdana, helvetica, sans-serif;	
	font-weight : bold;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	cursor: hand
}

.sousmenu_nonselect {
	font-family : arial, verdana, helvetica, sans-serif;
	font-weight : bold;	
	border-top: white 1px solid;
	border-left: gray 1px solid;
	border-right: gray 1px solid;
	border-bottom: gray 1px solid;
	color: #004000;
	cursor: hand
}

