/*************************************
UCPAMenuVertical
groupes
**************************************/

/**********************************************************/
/* Styles du menu vertical 
/**********************************************************/

/* Suppression des "text-decoration" pour les liens */
a:link {text-decoration: none;}     /* unvisited link */
a:visited {text-decoration: none;}  /* visited link */
a:hover {text-decoration: none;}   /* mouse over link */
a:active {text-decoration: none;}

.BlocMenu0
{
	width:185px;
}

.BlocMenu1
{
	/*display:none;*/
}

.BlocMenu2
{
	display:none;
}


.TexteMenu0, .TexteMenu0_selected
{
	font:Normal 14px Verdana;
	text-decoration: none;
	padding:0 0 5px 10px;
	color:#333333;
	text-transform:uppercase;
}
.TexteMenu0_selected, .BlocMenu0 a:hover .TexteMenu0
{
    background:url(images/puce_selected.gif) no-repeat 10px 6px;
    color:#ff9900;
    text-decoration:underline;
    padding-left:20px;
}


.TexteMenu1, .TexteMenu1_selected
{
	font:Normal 12px Verdana;
	text-decoration: none;
	padding:0 0 5px 25px;
	color:#333333;
}
.TexteMenu1_selected, .BlocMenu1 a:hover .TexteMenu1
{
    color:#ff9900;
    text-decoration:underline;
}

.TexteMenu2, .TexteMenu2_selected
{
	font:Normal 11px Verdana;
	text-decoration: none;
	padding:0 0 5px 35px;
	color:#333333;
}
.TexteMenu2_selected, .BlocMenu2 a:hover .TexteMenu2
{
    color:#ff9900;
    text-decoration:underline;
}

.BlocMenuHeader
{
	display:none;
}

.BlocMenuFooter
{
	display:none;
}


.HeaderMenuVertical
{
    background:url(images/MenuVertical/HeaderMenuVertical.gif) no-repeat 0 0;
    width:185px;
    height:10px;
    font-size:1px;
}

.ContentMenuVertical
{
    background:url(images/MenuVertical/ContentMenuVertical.gif) repeat-y 0 0;
    width:185px;
    padding:10px 0 0 0;
}

.FooterMenuVertical
{
    background:url(images/MenuVertical/FooterMenuVertical.gif) no-repeat 0 0;
    width:185px;
    height:25px;
}


/* Puce pour dérouler le menu */
.BlocPuceMenu
{
	display:none;
}

.PuceMenu
{
	display:none;
}
.NoPuce
{
	display:none;
}



