/*////////////////////////////////////////////
//
// 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: #808080;
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: #000000 1px solid;
	border-bottom: #467AB6 1px solid;
	cursor: pointer
}

.bordure_cat_g {
	border-left: #000000 1px solid;
	border-top: #000000 1px solid;
	border-bottom: #467AB6 1px solid;
	cursor: pointer
}

.bordure_cat_d {
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-bottom: #467AB6 1px solid;
	cursor: pointer
}

.cat_titre_nonselect {
	background-image: url(../images/bgcolor.gif);
	font-family : Georgia, Times New Roman, Times, serif;
	font-style: italic;
	font-size : 18px;
	font-weight : normal;
	color : #808080;
	cursor: hand;
	text-decoration:none
}

.cat_titre_select {
	background-image: url(../images/bgcolor.gif);
	font-family : Georgia, Times New Roman, Times, serif;
	font-style: italic;
	font-size : 17px;
	font-weight : normal;
	color : #467AB6;
	cursor: pointer;
	text-decoration:none
}

.sousmenu {
	background-color: #000000;
	color : #467AB6;
	font-family : Georgia, Times New Roman, Times, serif;
	font-style: italic;
	font-size : 16px;
	font-weight : normal;
	border-right: #000000 1px dashed;
	border-top: #000000 1px dashed;
	border-left: #000000 1px dashed;
	border-bottom: #000000 1px dashed;
	text-decoration:none
}

.sousmenu_select {
	background-image: url(../images/bgcolor.gif);
	font-weight : normal;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	cursor: pointer
}

.sousmenu_nonselect {
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-right: gray 1px solid;
	border-bottom: gray 1px solid;
	color: #467AB6;
	cursor: pointer
}
/*-------------------------------------- Fin Menu Verticale de Gauche --------------------------------------*/