/*/////////////////////////////////////////////
//
// Fichier Style - le 10/10/2005
// Script de [Menu Vertical] 
// by CmoiYouyou - haryou@free.fr
//
/////////////////////////////////////////////*/

body {
	background: #DEEDE6;
	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
{
	
}

.menu {
	background-image: url(./images/bgcolor.gif);
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	color: White;
	cursor: hand;
	text-decoration: none;
	text-align: center;
}

.menu_select {
	background-image: url(./images/bgcolor.gif);
	border-right: #EF7557 1px solid;
	border-left: #EF7557 1px solid;
	border-top: #EF7557 1px solid;
	border-bottom: #EF7557 1px solid;
	color: #FFCD00;
	cursor: hand;
}

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

.sousmenu {
	background-color: #DEEDE6;
	color: #0077BF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: small-caps;
	border-right: #EF7557 1px dashed;
	border-top: #EF7557 1px dashed;
	border-left: #EF7557 1px dashed;
	border-bottom: #FFCD00 1px dashed;
	text-decoration: none;
	text-align: right;
}

.sousmenu_select {
	background-image: url(./images/bgcolor.gif);
	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;
	background: #FFCD00;
}

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

