/* sicavsubnav
   The subnavigation of Sicav */

#sicavsubnav {
	height: 23px;
	padding: 0;
  	margin: 0;
  	width: 100%;
	background: #cc0101 url(../images/topsubnav_bg.gif);
  	z-index: 0;
}

#sicavsubnav ul {
	list-style: none;
}

#sicavsubnav ul li {
	float: left;
	text-align: left;
	padding:4px;
	margin-left:4px;
	background-image: url(../images/subarrow.gif);
	background-repeat:no-repeat;
}

#sicavsubnav ul li.first {
}

#sicavsubnav ul li a {
	color: White;
	padding-left:5px;
	padding-right:5px;
	text-decoration: none;
}

#sicavsubnav ul li a:hover {
  color: #FF0000;
}

#sicavsubnav ul li.active {
	border:1px solid #074892;
	border-bottom:none;
	border-top:none;
	background-image: url(../images/subarrow_active.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

#sicavsubnav ul li.active a {
  color: #225b9a;
	text-decoration: none;
  font-weight: bold;

}

#sicavsubnav ul li a:hover {
  text-decoration: underline;
}

/*----------------------------------------------------------------------------*/

/* format des box */

#contentbody.sicav {
	margin-top:20px;
}

#contentbody .box, .boxlarge {
	color:#333;
	padding-bottom: 25px;
}

#contentbody .box {
	width: 375px;
	background: #f1f6fb url(../images/sicav/ombre.jpg) no-repeat bottom left;
}

#contentbody .boxlarge {
	background: #f1f6fb url(../images/sicav/ombre_large.jpg) no-repeat bottom left;
	clear:both;
}


#contentbody .box p, #contentbody .boxlarge p {
	padding: 0px 9px 9px 9px;
	margin:0;
	text-align:justify;
}

#contentbody .box h3, #contentbody .boxlarge h3 {
	margin:0 0 8px 0;
	padding-left:3px;
	height: 32px;
	background: #0a51a0 url(../images/sicav/bg_titre.jpg) repeat-x top left;
	font-size:13px;
	color:#FFF;
	line-height: 26px;
	font-weight:normal;
}

.spreadsheet-sicav td, .spreadsheet-sicav th{
	padding:5px 10px;
}
.spreadsheet-sicav td{
	border-bottom:1px solid #e7e6e4;
}
.spreadsheet-sicav td{
	border-bottom:1px solid #e7e6e4;
}
.spreadsheet-sicav .value{
	text-align:right;
	color:#670001;
}
#contentbody .box h3.whitearrow, #contentbody .boxlarge h3.whitearrow {
	padding-left:0;
}
#contentbody .box h3.whitearrow span, #contentbody .boxlarge h3.whitearrow span{
	background:url(../images/sicav/misc-whitearrow.gif) no-repeat center left;
	padding-left:10px;
}
#contentbody .grayarrow{
	list-style-type:none;
	margin:0 0 15px 0;
}
#contentbody .grayarrow li{
	background:url(../images/sicav/bullet-grayarrow.gif) no-repeat center left;
	padding-left:15px;
}
#overDiv{
border:2px solid #0950a0;
}