/*////////////////////////////////////////////
//
// Script de [Menu Vertical] - Fichier style
// Cration: 10/06/2009
// 
// by pat
//
////////////////////////////////////////////*/

body {
background: #cdd4da;
scrollbar-arrow-color : #2e5a87;
scrollbar-track-color : #edeef1;
scrollbar-shadow-color : #2e5a87;
scrollbar-face-color : #edeef1;
scrollbar-highlight-color : #2e5a87;
scrollbar-darkshadow-color : #2e5a87;
scrollbar-3dlight-color : #edeef1;
}

/*-------------------------------------- Menu Verticale de Gauche --------------------------------------*/
.hide
{
	display: none;
}

.show
{
	
}

.bordure_cat {
	border-top: gray 2px solid;
	border-bottom: gray 2px solid;
	cursor: hand
}

.bordure_cat_g {
	border-left: gray 2px solid;
	border-top: gray 2px solid;
	border-bottom: gray 2px solid;
	cursor: hand
}

.bordure_cat_d {
	border-right: gray 2px solid;
	border-top: gray 2px solid;
	border-bottom: gray 2px solid;
	cursor: hand
}

.cat_titre_nonselect {
	background-image:  url('../images/bgcolor.gif');
	font-family : Verdana;
	font-size : 14px;
	font-weight : bold;
	font-variant: small-caps;
	color : #00FF00;
	cursor: hand;
	text-decoration:none
}

.cat_titre_select {
	background-image:  url('../images/bgcolor.gif');
	font-family : Verdana;
	font-size : 14px;
	font-weight : bold;
	font-variant: small-caps;
	color : #FF9900;
	cursor: hand;
	text-decoration:none
}

.sousmenu {
	background-color: black;
	background-image:  url('../images/bgcolor.gif');
	color : #0077BF;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 14px;
	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;
	text-decoration:none
}

.sousmenu_select {
	border:2px solid #808080; background-image:  url('../images/bgcolor.gif');
	font-weight : bold;
	cursor: hand; color:#FF9900
}

.sousmenu_nonselect {
background-image:  url('../images/bgcolor.gif');
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-right: 2px solid gray;
	border-bottom: 2px solid gray;
	color: #00FF99;
	cursor: hand
}
/*-------------------------------------- Fin Menu Verticale de Gauche --------------------------------------*/