/*////////////////////////////////////////////
//
// Script de [Menu Vertical] - Fichier style
// Création: 10/10/2005
// Dernière modification: 01/07/2006 
// by haryou [haryoudev.free.fr] - haryoudev@free.fr
//
////////////////////////////////////////////*/

body {
background:#800000 ;
scrollbar-arrow-color: #09121A;
scrollbar-base-color: #510001;
scrollbar-track-color: #510001;
}


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

.show
{
	
}

.bordure_cat {
	border-top: gray 0px solid;
	border-bottom: gray 01px solid;
	cursor: hand
}

.bordure_cat_g {
	border-left: gray 0px solid;
	border-top: gray 0px solid;
	border-bottom: gray 0px solid;
	cursor: hand
}

.bordure_cat_d {
	border-right: gray 0px solid;
	border-top: gray 0px solid;
	border-bottom: gray 0px solid;
	cursor: hand
}

.cat_titre_nonselect {
	background-image: #510001;
	font-family :Tempus Sans ITC, verdana, arial, helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	font-variant: small-caps;
	color : #ffffcc;
	cursor: hand;
	text-decoration:none
}

.cat_titre_select {
	background-image: #510001;
	font-family : Tempus Sans ITC,verdana, arial, helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	font-variant: small-caps;
	color : #ffffcc;
	cursor: hand;
	text-decoration:none
}

.1menu_select {
	background-image: #510001;
	border-right: #EF7557 0px solid;
	border-left: #EF7557 0px solid;
	border-top: #EF7557 0px solid;
	border-bottom: #EF7557 1px solid;
	color: #666666;
	cursor: hand
}



.sousmenu {
	background-color: maroon;
	color : #510001;
	font-family : Tempus Sans ITC,verdana, arial, helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	font-variant: small-caps;
	border-right: #EF7557 0px dashed;
	border-top: #EF7557 0px dashed;
	border-left: #EF7557 0px dashed;
	border-bottom: #EF7557 0px dashed;
	text-decoration:none
}

.sousmenu_select {
	background-image: #510001;
	font-weight : bold;
	border-right: gray 0px solid;
	border-top: gray 0px solid;
	border-left: gray 0px solid;
	border-bottom: gray 0px solid;
	cursor: hand
}

.sousmenu_nonselect {
	border-top: white 0px solid;
	border-left: white 0px solid;
	border-right: gray 0px solid;
	border-bottom: gray 0px solid;
	color: #ffffcc;
	cursor: hand
}
/*-------------------------------------- Fin Menu Verticale de Gauche --------------------------------------*/
