/************************************************/
/* 			Vertical Accordions					*/
/************************************************/

#menuNexto{
	/*border:1px solid #5263AB;*/	
	margin-left:0px;
	padding:0px;
	text-indent:0px;
	width:185px;
	font-size:1px;
}

#menuNexto ul {
	border-left:1px solid #E5E5E5;
	border-right:1px solid #E5E5E5;
	margin:0px;
	padding:0px;
	text-indent:0px;
	width:183px;
	font-size:11px;
}

#menuNexto div.headNextoOpen{
	background: url(../../../pic/bg_header_menu_begin.gif) no-repeat bottom;
	/*display:block;*/
	margin:0px;
	padding:0px;
	width:185px;
	height:5px;
}

.headNextoOpenLi{
	height:5px;
	font-size:1px;
	margin-bottom: 0px !important;
	margin-bottom:-5px;
	padding:0px;
}

.headNextoCloseLi{
	height:5px;
	font-size:1px;
	margin-top: 0px !important;
	margin-top:-5px;
	padding:0px;
}

#menuNexto div.headNextoClose{
	background: url(../../../pic/bg_header_menu_end.gif) no-repeat top;
	/*display:block;*/
	margin:0px;
	padding:0px;
	width:185px;
	height:5px;
}

#menuNexto a.headNexto {
	cursor:pointer;
	background: url(../../../pic/bg_header_menu.gif) no-repeat;
	color:#333333;
	display:block;
	font-weight:normal;
	font-size:12px;
	margin:0px;
	padding:0px;
	text-indent:15px;
	padding-top: 5px;
	text-decoration: none;
	width:185px;
	height:20px;
}

#menuNexto a.headNexto:hover {
	background: url(../pic/bg_header_menu_on.gif) no-repeat;
	color:#FFF;
}

#menuNexto a.selected{
	background: url(../pic/bg_header_menu_on.gif) no-repeat;
	color:#FFF;	
}

#menuNexto ul li a {
	background: url(../../../pic/arrow_off.gif) no-repeat;
	background-position:left top;
	color:#666666;
	display:block;
	padding-left:15px;
	padding-right:35px;
	text-decoration:none;
	line-height: 20px;
}

#menuNexto ul li a:hover {
	background: url(../../../pic/arrow_on.gif) no-repeat;
	color: #D03C07;
}

#menuNexto ul li a.current {
	background: url(../../../pic/arrow_on.gif) no-repeat;
}

.menuNextoHr{
	width:85%;
	margin-left:auto;
	margin-right:auto;
	border: none 0;
	border-top: 1px solid #E5E5E5;
	height: 1px;	
}



/*************************************************
			Vertical Accordions article
*************************************************/
.title_drawer{
	width: 185px;
	height: 25px;
	background: url(../pic/header_inv_accordion.gif) no-repeat;	
	color: #FFFFFF;
	font-size:12px;
	padding-left: 10px;
}

.table_hide_content{
	height: 120px;
	width: 185px;	
}

.satelliteAcccordion ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    background-color: #FFF;
    width: 185px;
    position: relative;
}

.hide_content {
    background: url(../../../pic/bg_satellite.gif) repeat-y;
    height: 125px;
    width: 185px;
    display: block;
}

.title_content,.title_content1 {
	background: url(../../../pic/bg_satellite.gif) no-repeat;
   	background-position: bottom;
	height: 75px;
    width: 185px;
    display: block;
    cursor: pointer;
}

.title_content1{
    position:absolute;
}

.title_content_on{
	background: url(../../../pic/bg_satellite_on.gif) no-repeat;
   	background-position: bottom;
}

.title_rubrique{
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	color:#333333;
}

.info_rubrique{
	font-size: 11px;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	color: #666666;
}

.info_rubrique p{
	margin-top: 8px;
	margin-bottom: 8px;
}