
/* style de menu :  --------------------------------------------------*/
.RadPanelbar_cogerim .rootGroup .text
{
   
	padding-left:30px;
}

.RadPanelbar_cogerim .rootGroup .link
{
   font: 11px  "Trebuchet MS";
	color: #1b3664;
	text-transform: uppercase;
	font-weight: bold;
	cursor:pointer;
	padding-top:5px;
	padding-bottom:4px;
	background-image: url(img/fond_menu.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	width:180px;
}



.RadPanelbar_cogerim .rootGroup .link:hover
{
	cursor:pointer;
	font: 11px  "Trebuchet MS";
	color: #E78103;
	text-transform: uppercase;
	font-weight: bold;
	padding-top:5px;
	padding-bottom:4px;
	background-image: url(img/fond_menu.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	width:180px;
}



.RadPanelbar_cogerim .rootGroup .expanded,
.RadPanelbar_cogerim .rootGroup .selected
{
	cursor:pointer;
	font: 11px  "Trebuchet MS";
	color: #E78103;
	text-transform: uppercase;
	font-weight: bold;
	padding-top:5px;
	padding-left: 10px;
	padding-bottom:4px;
	background-image: url(img/fond_menuOn.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	width:180px;
	
}



/* style de sousmenu 1er niveau:  --------------------------------------------------*/

.RadPanelbar_cogerim .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_cogerim .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_cogerim .group .expanded,
.RadPanelbar_cogerim .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_cogerim .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_cogerim .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_cogerim .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_cogerim .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_cogerim .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_cogerim .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_cogerim .rootGroup .disabled:hover,
.RadPanelbar_cogerim .disabled .text
{
	 background-color: Aqua;
}

.RadPanelbar_cogerim .rootGroup .group .disabled:hover,
.RadPanelbar_cogerim .rootGroup .group .disabled .text
{
	background-color: Aqua;
}


