/* CSS Document */

.submenu1 a:hover {
	background:#F0EFEE none repeat scroll 0 0;
	color:#2C81AD;
}

 .submenu1 a {
	/*border-bottom:1px dashed #F0EFEE;*/
	border-bottom:1px dashed #ddd8d5;
	color:#2C81AD;
	display:block;
	font-weight:normal;
	padding:5px 0;
	text-decoration:none;
	text-indent:40px;
}

 .submenu2 a:hover {
	background:#F0EFEE none repeat scroll 0 0;
	color:#006699;
}
 .submenu2 a {
	/*border-bottom:1px dashed #F0EFEE;*/
	border-bottom:1px dashed #ddd8d5;
	color:#006699;
	display:block;
	font-weight:bold;
	padding:5px 0;
	text-decoration:none;
	text-indent:35px;
	text-transform:uppercase
}

#accordionbloc {
  width: 225px;
}

#accordionbloc .rublib img{
  width: 225px;
  padding:5px 0 5px 0;
  border-bottom:1px dashed #ddd8d5;	 
  
}

.panel .panelheader img{
     cursor: pointer;
	 border-bottom:1px dashed #ddd8d5;	 
     cursor: pointer;	
     padding:5px 0;
}

.panel .nestedPanelHeader {
	border-bottom:1px dashed #ddd8d5;
	color:#006699;
	display:block;
	font-weight:bold;
	padding:5px 0;
	text-decoration:none;
	text-indent:35px;
	text-transform:uppercase;
    cursor: pointer;	
}




