
/*MENU RIGHT*/

#menuRight{
	float : right;
	/*position : absolute ;
	top : 0 ;
	right : -200px ;*/
	margin: 0px 0px 0px 0px ;
	padding : 20px 0px 20px 0px ;
	/*background : red ;*/
	width : 210px !important ;

}

#menuRight .pageLink{
	margin : 0px 0px 30px 0px;
	width : 180px;
	background : url(../img/bt_droite.png) no-repeat #fefefe ;
}

#menuRight .pageLink{
	text-align:right;
}

#menuRight .pageLink a{
	text-align:right;
}


#menuRight .pageLink strong{
	margin : 8px 0px 4px 0px;
	font : bold 15px arial ;
	text-transform : uppercase;
	color : #B0B0B0 ;
	letter-spacing:-1px;
	white-space:nowrap;
	position:relative;
	top:10px;
	right:0;
}

#menuRight .pageLink p{
	margin:14px 0 0 40px;
	padding:0;
	font : bold 12px arial ;
	color : #B0B0B0 ;

}

#menuRight .pageLink img{
	margin: 0px 0 0 0px;
	display : inline ;
	padding:0;
	float : none ;
}

#menuRight .bggray{
	background:#FEFEFE url('../img/boxright_bg.gif') top left repeat-x;
	padding:10px;
	margin:10px 0 0 0;
	border-bottom:2px solid #CCCCCC;
}

#menuRight p{
	padding:10px 0 0 0!important;
	font-size:0.8em;
}

#menuRight .black{
	color:#000000;
}

#menuRight .accordion2 a {
	background: transparent url(../img/arrow-square.gif) no-repeat right -56px;
	cursor: pointer;
	display:block;
	font-size:0.9em;
	height:16px;
	text-align:right;
	padding-right:30px;
	margin-top:5px;
}
#menuRight .accordion2 a:hover {
	
}
#menuRight .accordion2 a.active {
	background-position: right 0px;
}

#menuRight .bbgray{
	border-bottom:2px solid #CCCCCC;
}

#menuRight .btgray{
	border-top:2px solid #CCCCCC;
}

#menuRight  .accordion3 a{
	width:192px;
	color:white;
	margin-top:10px;
	background: #BFBFBF url(../img/arrow-square.gif) no-repeat 192px -46px;
	height:30px;
	text-align:left;
	text-decoration:none;
	padding:2px 15px 0 3px;
	display:block;
	cursor: pointer;
	font-size:0.8em;
}

#menuRight .accordion3 a.active {
	background-position: 192px 10px;
}




#menuRight .p5{
	padding:5px;
}

#menuRight .mt10{
	margin-top:10px;
}

#menuRight ul{
margin:5px 0 0 0!important;
font-size:0.8em;
}

#menuRight .mt0{
	margin-top:0;
}

#menuRight .link{
	font-size:12px;
	font-weight:bold;
	background:transparent url('../img/link.gif') 0 2px no-repeat;
	padding-left:23px;
	margin:0;
	display:block;
}

