/*////////////////////////////////////////////
//
// 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
//
////////////////////////////////////////////*/

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

.show
{
	
}

.bordure_cat {
	cursor: hand;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: gray;
	border-bottom-color: gray;
}

.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/Navig/bgcolor2.gif);
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 11px;
	font-weight : bold;
	font-variant: small-caps;
	color : blue;
	cursor: hand;
	text-decoration:none;
}
A.cat_titre_nonselect:link {
	color: blue;
	font-style: normal;
}
A.cat_titre_nonselect:visited {
	color: blue;
	font-style: normal;
}

.cat_titre_select {
	background-image: url(/Images/Navig/bgcolor.gif);
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	font-variant: small-caps;
	color : #FF00FF;
	cursor: hand;
	text-decoration:none
}

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

.sousmenu {
	background-color: #FFFFB0;
	color : #0077BF;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	font-variant: small-caps;
	text-decoration:none;
	border-top: white 2px solid;
	border-left: white 2px solid;
	border-right: gray 2px solid;
	border-bottom: gray 2px solid;
	width: 100%;
	margin: 0px;
	padding: 0px;
	clip: rect(auto,auto,auto,auto);
}

.sousmenu_select {
	background-image: url(/Images/Navig/bgcolor2.gif);
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 10px;
	font-variant: normal;
	border-right: #EF7557 1px dashed;
	border-top: #EF7557 1px dashed;
	border-left: #EF7557 1px dashed;
	border-bottom: #EF7557 1px dashed;
	cursor: hand;
	text-transform: none;
	white-space: nowrap;
	font-weight: bold;
}

.sousmenu_nonselect {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 11px;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	white-space: nowrap;
	cursor: hand;
	font-variant: normal;
}
.sousmenu_actif {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 11px;
	white-space: nowrap;
	cursor: hand;
	font-variant: normal;
	background-color: #FFCC00;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00CC00;
	border-right-color: #00CC00;
	border-bottom-color: #00CC00;
	border-left-color: #00CC00;
}

A.sousmenu_lien:link {
	color: #0000FF;
	text-decoration: none
}
A.sousmenu_lien:visited {
	color: #0000FF;
	text-decoration: none
 }

/*-------------------------------------- Fin Menu Vertical de Gauche --------------------------------------*/

