/* RadMenu Default skin */

/* RadMenu Default skin */

.RadMenu_MonProfil 
{
	border: 0px none transparent;
	border-bottom-width: 0;
	border-top-color: Transparent;	
	background-color: Transparent;		
	text-align: left;	
	margin-top: 5px;
}

.RadMenu_MonProfil_rtl
{
	text-align: right;
}

.RadMenu_MonProfil_Context
{
	background: none;
	border: 0;
}

.RadMenu_MonProfil a
{
	text-decoration: none;
}

.RadMenu_MonProfil .rmLink
{
	line-height: 30px;
	text-decoration: underline;
	color: #000066;
	font-weight: bold;
}

.RadMenu_MonProfil .rmLink:focused,
.RadMenu_MonProfil .rmFocused
{
	outline: 0;
}

.RadMenu_MonProfil .rmExpanded
{
	z-index: 10000;
}

.RadMenu_MonProfil .rmLink:hover,
.RadMenu_MonProfil .rmFocused,
.RadMenu_MonProfil .rmExpanded
{
   cursor: pointer;
	background-color: Transparent;
}

.RadMenu_MonProfil .rmLink .rmText
{
	font: bold 10px Arial, sans-serif;
}

.RadMenu_MonProfil .rmGroup
{
	background: Transparent;
}

.RadMenu_MonProfil .rmGroup .rmLink
{
	text-decoration: none;
	color: #000066;
	background: #FFFFFF;
}

.RadMenu_MonProfil_rtl .rmGroup .rmLink
{
	text-align: right;
}

.RadMenu_MonProfil .rmGroup .rmLink:hover,
.RadMenu_MonProfil .rmGroup .rmFocused,
.RadMenu_MonProfil .rmGroup .rmExpanded
{
	color: #990000;
	background: #FFFFFF;
}

.RadMenu_MonProfil .rmText
{
	padding: 2px 5px 2px 5px;
}

.RadMenu_MonProfil .rmGroup .rmLink .rmText
{
	font-size: 10px;
}

/* <expand arrows styling> */

.RadMenu_MonProfil .rmGroup .rmLink .rmExpandRight
{
	background: transparent url(Images/ArrowExpand.gif) no-repeat right -3px;
}

.RadMenu_MonProfil .rmGroup .rmLink .rmExpandLeft
{
	background: transparent url(Images/ArrowExpandRTL.gif) no-repeat left -3px;
}

.RadMenu_MonProfil .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_MonProfil .rmGroup .rmFocused .rmExpandRight,
.RadMenu_MonProfil .rmGroup .rmExpanded .rmExpandRight
{
	background-image: url(Images/ArrowExpandHovered.gif);
}

.RadMenu_MonProfil .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_MonProfil .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_MonProfil .rmGroup .rmExpanded .rmExpandLeft
{
	background-image: url(Images/ArrowExpandHoveredRTL.gif);
}

/* </expand arrows styling> */

.RadMenu_MonProfil .rmHorizontal .rmItem { border-right: 1px solid #353535; }
.RadMenu_MonProfil .rmHorizontal .rmLast { border-right: 0; }

.RadMenu_MonProfil .rmVertical .rmItem { border-bottom: 1px solid #353535; }
.RadMenu_MonProfil .rmVertical .rmLast { border-bottom: 0; }

.RadMenu_MonProfil_rtl .rmHorizontal .rmItem { border-left: 0; }

.RadMenu_MonProfil .rmRootGroup .rmGroup .rmItem,
.RadMenu_MonProfil_Context .rmGroup .rmItem
{ border-right: 0; border-bottom: 0; }

.RadMenu_MonProfil .rmGroup
{
	border: 1px solid #BBD0B2;
	background-color: #fff;
}

.RadMenu_MonProfil .rmGroup .rmExpanded
{
	z-index: 11;
}

.RadMenu_MonProfil .rmTopArrowDisabled,
.RadMenu_MonProfil .rmBottomArrowDisabled,
.RadMenu_MonProfil .rmLeftArrowDisabled,
.RadMenu_MonProfil .rmRightArrowDisabled
{
	display: none;
}

.RadMenu_MonProfil .rmTopArrow,
.RadMenu_MonProfil .rmBottomArrow,
.RadMenu_MonProfil .rmLeftArrow,
.RadMenu_MonProfil .rmRightArrow
{
	font-size: 0;
	line-height: 0;
	color: #fff;
}

.RadMenu_MonProfil .rmTopArrow,
.RadMenu_MonProfil .rmBottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url(Images/ArrowScrollUpDown.gif) no-repeat top center;
}

.RadMenu_MonProfil .rmBottomArrow
{
	background-position: center -18px;
}

.RadMenu_MonProfil .rmLeftArrow,
.RadMenu_MonProfil .rmRightArrow
{
	width: 10px;
	height: 100%;
	background: #fff url(Images/ArrowScrollLeftRight.gif) no-repeat left center;
}

.RadMenu_MonProfil .rmRightArrow
{
	background-position: -18px center;
}

.RadMenu_MonProfil .rmItem .rmDisabled .rmText
{
	color: #999;
}

.RadMenu_MonProfil .rmRootGroup .rmItem .rmDisabled
{
	background: none;
}

.RadMenu_MonProfil .rmGroup .rmItem .rmDisabled
{
	background-color: #fff;
}

.RadMenu_MonProfil .rmRootGroup .rmSeparator,
.RadMenu_MonProfil .rmGroup .rmSeparator
{
	background: #8f8f8f;
	border-top: 1px solid #676767;
	border-bottom: 0;
}

.RadMenu_MonProfil .rmSeparator .rmText
{
	display: none;
}

.RadMenu_MonProfil .rmHorizontal .rmSeparator
{
	height: 20px;
	width: 1px;
	line-height: 20px;
	border: 0;
}

.RadMenu_MonProfil .rmVertical .rmSeparator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	line-height: 1px;
}

.RadMenu_MonProfil .rmLeftImage
{
	margin: 2px;
}

.RadMenu_MonProfil .rmSlide
{
	margin: -1px 0 0 -1px !important;
}

* html .RadMenu_MonProfil .rmVertical .rmSlide
{
	margin-left: -2px !important;
}

* html .RadMenu_MonProfil .rmHorizontal .rmSlide
{
	margin-top: -2px !important;
}

.RadMenu_MonProfil_rtl .rmSlide
{
	margin: -1px 0 0 2px !important;
}

* html .RadMenu_MonProfil_rtl .rmVertical .rmSlide
{
	margin-left: 3px !important;
}

* html .RadMenu_MonProfil_rtl .rmHorizontal .rmSlide
{
	margin-top: -2px !important;
	margin-left: 0 !important;
}

.RadMenu_MonProfil .rmItem .rmDisabled:hover
{
	background: none;
}

.MonProfil
{
   background-color: #495116;   
   background-position: center;       
   background-repeat: no-repeat;         
   padding: 1px;            
}