
/* style de menu :  --------------------------------------------------*/
.RadPanelbar_regicote .rootGroup 
{
	margin:0px;
	padding: 0px;
	/*background-color:  Aqua;*/
	width: 166px;
}
.RadPanelbar_regicote .rootGroup .text
{
   margin-left:0px;
	/*background-color: Fuchsia;*/
	width:166px;
}

.RadPanelbar_regicote .rootGroup .link
{
   font: 11px arial;
	font-weight:bold;
	color: #8ba0bd;
	text-transform: uppercase;
   text-decoration: none;
	cursor:pointer;
	padding-left:10px;
	background-image: url(Img/menuOff.jpg);
	background-repeat: no-repeat;
	width:166px;
	height: 24px;
	line-height:24px;
}



.RadPanelbar_regicote .rootGroup .link:hover,
.RadPanelbar_regicote .rootGroup .expanded,
.RadPanelbar_regicote .rootGroup .selected
{
	
	font: 11px arial;
	font-weight:bold;
	color: #41526d;
	text-transform: uppercase;
	text-decoration: none;
	cursor:pointer;
	padding-left:10px;
	background-image: url(Img/menuOn.jpg);
	background-repeat: no-repeat;
	width:166px;
	height: 24px;
	line-height:24px;
}






/* style de sousmenu 1er niveau:  --------------------------------------------------*/

.RadPanelbar_regicote .group .link 
{
	cursor: pointer; 
	cursor: hand; 
	color: #618991; 
	font-family: "Trebuchet MS" verdana, sans-serif; 
	font-size: 11px;
	padding: 0px;
	padding-left: 20px;
	text-align: left;
	border-bottom-style:solid;
	border-bottom-color: #DAEAF2;
	border-bottom-width:1px; 
	height:20px; 
	background-image: url(rien.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

.RadPanelbar_regicote .group .link:hover
{
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: "Trebuchet MS" verdana, sans-serif; 
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
	text-align: left;
	border-bottom-style:solid;
	border-bottom-color: #DAEAF2;
	border-bottom-width:1px; 
	height:20px; 
	background-image: url(rien.jpg);
	background-repeat: no-repeat;
}

.RadPanelbar_regicote .group .expanded,
.RadPanelbar_regicote .group .selected
{
	cursor: pointer; 
	cursor: hand; 
	color: #618991; 
	font-family: "Trebuchet MS" verdana, sans-serif; 
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	text-align: left;
	background-image: url(img/smenu.jpg);
	background-repeat: no-repeat;
	width: 173px;
	height: 21px;
	background-image: url(rien.jpg);
	background-repeat: no-repeat;
}

/* style de sous-sous menu 2em niveau:  --------------------------------------------------

.RadPanelbar_regicote .level1 .group .link 
{
	cursor:pointer;
	font: 10px arial;
	color: #ec1d25;
	text-transform: uppercase;
	font-weight: bold;
	height: 21px;
	background-image: url(img/soumenuOff.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	width:66px;
	margin-top:1px;
	margin-left:28px;
}

.RadPanelbar_regicote .level1 .group .link:hover
{
	cursor:pointer;
	font: 10px arial;
	color: #ec1d25;
	text-transform: uppercase;
	font-weight: bold;
	height: 21px;
	background-image: url(img/soumenuOff.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	width:66px;
	margin-top:1px;
	margin-left:28px;
}


.RadPanelbar_regicote .level1 .group .selected
{
	cursor:pointer;
	font: 10px arial;
	color: #ec1d25;
	text-transform: uppercase;
	font-weight: bold;
	height: 21px;
	background-image: url(img/soumenuOff.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	width:66px;
	margin-top:1px;
	margin-left:28px;
}*/

/* style de sous-sous-sous menu 3em niveau:  --------------------------------------------------

.RadPanelbar_regicote .level2 .group .link 
{
	cursor:pointer;
	font: 10px arial;
	color: #ec1d25;
	text-transform: uppercase;
	font-weight: bold;
	height: 21px;
	background-image: url(img/soumenuOff.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	width:66px;
	margin-top:1px;
	margin-left:28px;
}

.RadPanelbar_regicote .level2 .group .link:hover
{
	cursor:pointer;
	font: 10px arial;
	color: #ec1d25;
	text-transform: uppercase;
	font-weight: bold;
	height: 21px;
	background-image: url(img/soumenuOff.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	width:66px;
	margin-top:1px;
	margin-left:28px;
}


.RadPanelbar_regicote .level2 .group .selected
{
	cursor:pointer;
	font: 10px arial;
	color: #ec1d25;
	text-transform: uppercase;
	font-weight: bold;
	height: 21px;
	background-image: url(img/soumenuOff.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	width:66px;
	margin-top:1px;
	margin-left:28px;
}
/*
	/*--------Aucune id�e de quoi ce style: -------------------------------------------*/


.RadPanelbar_regicote .rootGroup .disabled:hover,
.RadPanelbar_regicote .disabled .text
{
	 background-color: Aqua;
}

.RadPanelbar_regicote .rootGroup .group .disabled:hover,
.RadPanelbar_regicote .rootGroup .group .disabled .text
{
	background-color: Aqua;
}





