#body {
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
	text-align:center;
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	color:#000000;
	font-size:10pt;
}
#body a {
	text-decoration:underline;
	color:#127FBF;
}
#body a:hover {
	text-decoration:none;
}
#body img {
	border:0;
}
#body h1, #body h2, #body h3, #body h4, #body h5, #body h6, #body h7 {
	font-size:1em;
	font-weight:normal;
	padding:0;
	margin:0;
}
/* Titres des rubriques */
#body h2 {
	color:#127FBF;
	font-weight:bold;
	display:block;
	text-align:center;
	background:url("dots.gif") bottom left repeat-x;
	padding-bottom:1px;
	padding-top:1px;
	margin-bottom:5px;
	max-height:16px;
	overflow:hidden;
	font-size:8pt;
}
#body ul, #body li {
	margin:0;
	padding:0;
	list-style:none;
}
#body table, #body table tr, #body table td, #body tbody {
	margin:0px;
	padding:0px;
	font-size:8pt;
}
/* Tableau général */
#body table {
	border-right:1px solid #CAD6EB;
	border-bottom:1px solid #CAD6EB;
	font-size:8pt;
}
#body table td {
	text-align:center;
	width:75px;
	height:20px;
	border-bottom:1px solid #F1F4FA
}
/* entete (ligne1 et colonne 1) avec fond de couleur */
#body table .l1, #body table .c1 {
	background:#CAD6EB;
	border-bottom:1px solid #CAD6EB;
}
/* Colonne 1 */
#body table tr.l1 td {
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #CAD6EB;
}
#body table td.c1 {
	text-align:left;
}
.invisibleText {
	letter-spacing:-1000em;
}


/* Contener général */
#body #conteneur {
	text-align:left;
	width:750px;
	margin-right:auto;
	margin-left:auto;
}

#body #page1, #body #page2 {
	background:url("background.gif") bottom left repeat-x;
	padding-bottom:10px;
	border:1px solid #E6E6E7;
}
#body #page1 {
	margin-top:20px;
	margin-bottom:20px;
}
#body #conteneur #print2 {
	border:none;
}
#body #print2 td.td{
	width:750px;
	border-bottom:none;
}

/* utilisation d'un inner pour mettre le dégradé derrière */
#body .inner {
	width:730px;
	/*height:1045px;*/
	margin-right:auto;
	margin-left:auto;
	background:#FFFFFF;
}

/* Header */
#body #header {
	overflow:hidden;
	margin-top:5px;
}
#body #header a.logo {
	display:block;
	background:url("logo.gif") top left no-repeat;
	width:95px;
	height:97px;
	text-decoration:none;
	float:left;
	margin-left:5px;
}
/* Fix FF : FF imprime les background-image beaucoup trop petit, on les mets en generated-content pour les avoir à la bonne taille */
#body #header .entete {
	float:left;
	display:inline;
	margin-left:33px;
	margin-top:20px;
	text-align:center;
	width:400px;
}
/* Titre du fond */
#body #header .entete h1 {
	color:#127FBF;
	font-size:13pt;
	font-weight:bold;
}
/* Infos du fond N°, etc */
#body #header .entete .infos {
	font-weight:bold;
	line-height:1.5em;
}
/* Adresse de contact */
#body #header address {
	float:right;
	font-style:normal;
	font-size:8pt;
}


/* politique d'investissement */
#body #politiqueDInvestissement {
	background:url("dots.gif") bottom left repeat-x #FFFFFF;
	padding-bottom:5px;
	overflow:hidden;
	margin-top:5px;
}
#body #politiqueDInvestissement h2 {
	color:#FFFFFF;
	background:#157EBE;
	font-size:8pt;
}
/* Espace de texte (séparé en deux colonnes */
#body #politiqueDInvestissement .texte {
	overflow:hidden;
	font-size:8pt;
	height:220px;
}
/* Chacune des colonnes */
#body #politiqueDInvestissement .texte .colonne {
	margin-right:10px;
	margin-left:10px;
	text-align:justify;
}

/* Performances en euros */
#body #performancesEnEuros {
	background:url("dots.gif") bottom left repeat-x #FFFFFF;
	overflow:hidden;
	max-height:250px;
	padding-bottom:5px;
}
#body #performancesEnEuros h2 {
	font-size:8pt;
}
/* Espace de texte (graphique + tableau ) */
#body #performancesEnEuros .texte {
	overflow:hidden;
}
/* Graphique à gauche */
#body #performancesEnEuros .texte .graphique {
	float:left;
	display:inline;
	width:430px;
	text-align:center;
}
#body #performancesEnEuros .texte .graphique .titre {
	font-size:8pt;
	text-align:left;
	margin-left:45px;
}
/* tableau à droite */
#body #performancesEnEuros .texte .tableau {
	float:left;
	display:inline;
	width:290px;
	margin-left:10px;
	font-size:8pt;
}
#body #performancesEnEuros .texte .tableau table {
	margin-bottom:5px;
	width:280px;
	max-width:270px;
	overflow:hidden;	
}
#body #performancesEnEuros .texte .tableau table tr td {
}
#body #performancesEnEuros .texte .tableau table tr td {
	width:50px;
}
#body #performancesEnEuros .texte .tableau table tr td.c1 {
	padding-left:5px;
	width:50px;
	text-align:left;	
}
#body #performancesEnEuros .texte .tableau table tr.l1 td.c3 {
	white-space:pre;
}
#body #performancesEnEuros .texte .tableau table tr td.c4 {
	width:70px;
}


/* Ligne des trois tableaux : Elements fondamentaux + caractéristiques techniques + Style de gestion */
#body #elementsCaracteristiquesGestion {
	background:url("dots.gif") bottom left repeat-x #FFFFFF;
	height:170px;
	overflow:hidden;
	padding-bottom:2px;
}
#body #elementsCaracteristiquesGestion h2 {
	font-size:8pt;
}
/**** Elements fondamentaux ***/
#body #elementsCaracteristiquesGestion #elementsFondamentaux {
	float:left;
	display:inline;
	background:url("dots-vertical.gif") top right repeat-y;
	width:255px;
	height:170px;
	overflow:hidden;
}
#body #elementsCaracteristiquesGestion #elementsFondamentaux table {
	font-size:8pt;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
}
#body #elementsCaracteristiquesGestion #elementsFondamentaux table td {
	width:50px;
	height:25px;
}
#body #elementsCaracteristiquesGestion #elementsFondamentaux table td.c1 {
	width:130px;
	padding-left:5px;
	white-space:pre;
}
#body #elementsCaracteristiquesGestion #elementsFondamentaux table tr.l4 td.c1,
#body #elementsCaracteristiquesGestion #elementsFondamentaux table tr.l5 td.c1 {
	background-image:url("croissance.gif");
	background-position:5px 5px;
	background-repeat:no-repeat;
	padding-left:15px;
}
/*** caractéristiques techniques ***/
#body #elementsCaracteristiquesGestion #caracteristiquesTechniques {
	float:left;
	display:inline;
	width:210px;
	background:url("dots-vertical.gif") top right repeat-y;
	height:170px;
	overflow:hidden;
}
#body #elementsCaracteristiquesGestion #caracteristiquesTechniques table {
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	margin-bottom:10px;
	font-size:8pt;
}
#body #elementsCaracteristiquesGestion #caracteristiquesTechniques table td {
	height:25px;
}
#body #elementsCaracteristiquesGestion #caracteristiquesTechniques table td.c1 {
	width:100px;
	padding-left:10px;
}

/*** Style de gestion ***/
#body #elementsCaracteristiquesGestion #styleDeGestion {
	float:left;
	display:inline;
	width:265px;
	font-size:8pt;
}
#body #elementsCaracteristiquesGestion #styleDeGestion .style {
	background:url("styleDeGestion.gif") top right no-repeat;
	height:80px;
	width:240px;
	margin-right:auto;
	margin-left:auto;
}
#body #elementsCaracteristiquesGestion #styleDeGestion .style .texte {
	width:160px;
}
#body #elementsCaracteristiquesGestion #styleDeGestion .style .texte h3 {
	font-weight:bold;
}

#body #elementsCaracteristiquesGestion #styleDeGestion table {
	width:240px;
	margin-right:auto;
	margin-left:auto;
	margin-top:2px;
	border-right:none;
	border-bottom:none;
}
/* Chaque case du tableau */
#body #elementsCaracteristiquesGestion #styleDeGestion table td {
	height:5px;
	border-bottom:3px solid white;
}
/* Colonne de gauche */
#body #elementsCaracteristiquesGestion #styleDeGestion table td.c1 {
	width:150px;
	text-align:left;
	padding-left:5px;
}
/* Colonne de droite */
#body #elementsCaracteristiquesGestion #styleDeGestion table td.c2 {
	text-align:right;
	padding-right:5px;
}
/* Liquidités et Couverture de change */
#body #elementsCaracteristiquesGestion #styleDeGestion table tr.l1 td.c1,
#body #elementsCaracteristiquesGestion #styleDeGestion table tr.l2 td.c1 {
	font-weight:normal;
	background:#CAD6EB;
}
#body #elementsCaracteristiquesGestion #styleDeGestion table tr.l1 td.c2,
#body #elementsCaracteristiquesGestion #styleDeGestion table tr.l2 td.c2 {
	font-weight:normal;
	background:#CAD6EB;
}
/* Valeur Liquidative et Actif Net */
#body #elementsCaracteristiquesGestion #styleDeGestion table tr.l3 td.c1,
#body #elementsCaracteristiquesGestion #styleDeGestion table tr.l4 td.c1 {
	font-weight:normal;
	background:#FFFFFF;
}
#body #elementsCaracteristiquesGestion #styleDeGestion table tr.l3 td.c2,
#body #elementsCaracteristiquesGestion #styleDeGestion table tr.l4 td.c2 {
	font-weight:normal;
	background:#FFFFFF;
	font-weight:bold;
}

/*** Structure du portefeuille ***/
#body #structureDuPortefeuille {
	background:url("dots.gif") bottom left repeat-x #FFFFFF;
	overflow:hidden;
	max-height:290px;
	padding-bottom:2px;
}
#body #structureDuPortefeuille h2 {
	font-size:8pt;
}
/* Espace des graphiques */
#body #structureDuPortefeuille .graphiques {
	overflow:hidden;	
}
/* Camemberts à gauche */
#body #structureDuPortefeuille .graphiques .camemberts {
	float:left;
	display:inline;
	width:220px;
	text-align:center;
}
#body #structureDuPortefeuille .graphiques .camemberts .repartitionParMarches {
	background:url("titreRepartitionParMarche.gif") top center no-repeat;
	padding-top:8px;
}
#body #structureDuPortefeuille .graphiques .camemberts .repartitionParCapitalisationBoursiere {
	background:url("titreRepartitionParCapitalisationBoursiere.gif") top center no-repeat;
	padding-top:8px;
}

/* Graphique à droite */
#body #structureDuPortefeuille .graphiques .graphique {
	float:left;
	display:inline;
	width:510px;
	text-align:center;
}

/*** Pied de page ***/
#body #bottom {
	background:#FFFFFF;
	padding-left:5px;	
	font-size:7pt;
}
#body #bottom h3 {
	font-weight:bold;
	font-size:8pt;
}



/*************** PAGE 2 ****************/
/* tableau des 10 premieres lignes */
#body #dixPremieresLignes {
	background:url("dots.gif") top left repeat-x #FFFFFF;
	margin-top:3px;
	padding-bottom:3px;
}
#body #dixPremieresLignes table {
	font-size:8pt;
	border:none;
	border-left:1px solid #CAD6EB;
	border-bottom:1px solid #CAD6EB;
	width:710px;
	margin-right:auto;
	margin-left:auto;
}
#body #dixPremieresLignes table tr {
}
#body #dixPremieresLignes table tr td {
	height:10px;
	border-bottom:1px solid #FFFFFF;
	border-right:1px solid #CAD6EB;
}
/* Ligne entete */
#body #dixPremieresLignes table tr.l1 td.c1{
	background:#CAD6EB;
	width:50px;
	padding:0px;
}
/* Poids % */
#body #dixPremieresLignes table td.c1 {
	background:#FFFFFF;
	width:50px;
	text-align:center;
}
/* Sociétés */
#body #dixPremieresLignes table td.c2 {
	width:170px;
	text-align:left;
	padding-left:5px;
}
#body #dixPremieresLignes table tr.l1 td.c2 {
	text-align:center;
}
/* Secteurs d'activités */
#body #dixPremieresLignes table td.c3 {
	text-align:left;
	padding-left:5px;
	width:120px;
}
#body #dixPremieresLignes table tr.l1 td.c3 {
	text-align:center;
}
/* PBR */
#body #dixPremieresLignes table td.c4 {
	width:50px;
}
/* PER FY03/08 */
#body #dixPremieresLignes table td.c5 {
	width:50px;
}
/* PSR FY07 */
#body #dixPremieresLignes table td.c6 {
	width:50px;
}
/* Sales FY05(%) */
#body #dixPremieresLignes table td.c7 {
	width:50px;
}
#body #dixPremieresLignes table tr.l1 td.c7 {
	background:url("croissance.gif") 3px 10px no-repeat #CAD6EB;
}
/* Rec. Profit FY07(%) */
#body #dixPremieresLignes table td.c8 {
	width:70px;
}
#body #dixPremieresLignes table tr.l1 td.c8 {
	background:url("croissance.gif") 0px 10px no-repeat #CAD6EB;
}
/* OP margin (%) */
#body #dixPremieresLignes table td.c9 {
	width:50px;
}



/* Grande partie EVOLUTION ET CARACTERISTIQUES DU MARCHE DES SMALL CAPS ET DES PETITS MARCHES JAPONAIS */
#body #evolutionEtCaracteristiques {
	background:url("dots.gif") bottom left repeat-x #FFFFFF;
}
/* Titre principal en bleu */
#body #evolutionEtCaracteristiques h2.titrePrincipal {
	color:#FFFFFF;
	background:#157EBE;
}
/* Div contenant les deux colonnes */
#body #evolutionEtCaracteristiques .contenu {
	overflow:hidden;
	background:url("dots.gif") top left repeat-x;
}
/* Séparation en deux colonnes */
#body #evolutionEtCaracteristiques .colonne {
	float:left;
	overflow:hidden;
	height:710px;
}
/* Colonne de gauche */
#body #evolutionEtCaracteristiques .colonne1 {
	background:url("dots-vertical.gif") top right repeat-y;
	width:400px;
}
#body #evolutionEtCaracteristiques .colonne2 {
	width:330px;
}


/* Entete du tableau des activités par type d'investisseurs */
#body #activitesParTypeDInvestisseurs {
	overflow:hidden;
	background:url("dots.gif") bottom left repeat-x;
	padding-bottom:15px;
}
#body #activitesParTypeDInvestisseurs .entete {
	text-align:center;
	font-size:8pt;
	overflow:hidden;
}
#body #activitesParTypeDInvestisseurs .entete .milYen {
	float:left;
	width:100px;
}
#body #activitesParTypeDInvestisseurs .entete .otc {
	float:left;
	margin-left:80px;
	display:inline;
} 
#body #activitesParTypeDInvestisseurs .source {
	float:right;
	width:100px;
}
#body #activitesParTypeDInvestisseurs table {
	width:387px;
	margin-right:auto;
	margin-left:auto;
	font-size:8pt;
}
#body #activitesParTypeDInvestisseurs thead {
	background:#CAD6EB;
	font-size:8pt;
	font-weight:bold;
	border-bottom:none;
}

#body #activitesParTypeDInvestisseurs thead td {
	border-bottom:none;
}
#body #activitesParTypeDInvestisseurs thead td.date {
	width:72px;
	border-right:1px solid #F1F4FA;
	border-bottom:1px solid #CAD6EB;
}
#body #activitesParTypeDInvestisseurs thead td.investisseursDomestiques {
	font-style:italic;
	white-space:pre;
	text-align:center;
	border-bottom:1px solid #B0B7C4;
	width:225px;
}
#body #activitesParTypeDInvestisseurs thead td.investisseursEtrangers {
	width:80px;
	border-right:1px solid #B0B7C4;
}
#body #activitesParTypeDInvestisseurs thead td.institutionsFinancieres {
	width:70px;
	border-right:1px solid #F1F4FA;
}
#body #activitesParTypeDInvestisseurs thead td.societes {
	width:55px;
	border-right:1px solid #F1F4FA;
}
#body #activitesParTypeDInvestisseurs thead td.fonds {
	width:40px;
	border-right:1px solid #F1F4FA;
}
#body #activitesParTypeDInvestisseurs thead td.particuliers {
	width:65px;
}

/* La premiere ligne Annuel : ligne blanche et  Mensuel : ligne blanche*/
#body #activitesParTypeDInvestisseurs tbody tr.l1, #body #activitesParTypeDInvestisseurs tbody tr.l7 {
	background:#FFFFFF;
	border-bottom:1px solid #FFFFFF;
}
#body #activitesParTypeDInvestisseurs tbody tr.l1 td, #body #activitesParTypeDInvestisseurs tbody tr.l7 td {
	border-bottom:1px solid #FFFFFF;
}
/* la case Annuel : et Mensuel :*/
#body #activitesParTypeDInvestisseurs tbody tr.l1 td.c1, #body #activitesParTypeDInvestisseurs tbody tr.l7 td.c1 {
	border-bottom:1px solid #CAD6EB;
	font-style:italic;
	text-align:left;
	font-weight:bold;
	text-indent:5px;
}
/* La colonne de gauche */
#body #activitesParTypeDInvestisseurs tbody tr td.c1 {
	text-align:right;
	font-size:8pt;
	width:67px;
	max-width:67px;
	min-width:67px;
	padding:0px;
	border-right:1px solid #FFFFFF;
	padding-right:2px;
}
/* Colonne Investisseurs étrangers */
#body #activitesParTypeDInvestisseurs tbody tr td.c2 {
	width:80px;
	border-right:1px solid #CFD0D2;
}
/* Colonne Insititutions financières */
#body #activitesParTypeDInvestisseurs tbody tr td.c3 {
	width:70px;
}
/* Colonne Sociétés */
#body #activitesParTypeDInvestisseurs tbody tr td.c4 {
	width:55px;
}
/* Colonne Fonds */
#body #activitesParTypeDInvestisseurs tbody tr td.c5 {
	width:40px;
}
/* Colonne Particuliers */
#body #activitesParTypeDInvestisseurs tbody tr td.c6 {
	width:65px;
}


/* PBR Relatif */
#body #PBRRelatif {
	text-align:center;
	background:url("dots.gif") bottom left repeat-x;
	padding-bottom:15px;
	height:200px;
}
#body #PBRRelatif h2 {
	margin-bottom:10px;
}

/* Distribution du PER */
#body #distributionDuPER {
	text-align:center;
	padding-bottom:5px;
	overflow:hidden;
	height:230px;
}



/* Evolution à court terme du Yen */
#body #evolutionACourtTerme {
	background:url("dots.gif") bottom left repeat-x;
	padding-bottom:5px;
}
#body #evolutionACourtTerme table {
	width:320px;
	margin-right:auto;
	margin-left:auto;
	font-size:8pt;
}
#body #evolutionACourtTerme table td.c1 {
	text-indent:5px;
}


/* PERFORMANCES : LARGE CAPS VS SMALL CAPS */
#body #performancesLargeCapsVsSmallCaps {
	background:url("dots.gif") bottom left repeat-x;
	padding-bottom:5px;
}
#body #performancesLargeCapsVsSmallCaps table {
	width:320px;
	margin-right:auto;
	margin-left:auto;
	font-size:8pt;
}
#body #performancesLargeCapsVsSmallCaps table td.c1 {
	width:180px;
	text-indent:3px;
}

/* Evaluation du marché japonais */
#body #comparatifDesEvaluationsDeMarches {
	background:url("dots.gif") bottom left repeat-x;
	padding-bottom:5px;
}
#body #comparatifDesEvaluationsDeMarches table {
	width:320px;
	margin-right:auto;
	margin-left:auto;
	font-size:8pt;
}
#body #comparatifDesEvaluationsDeMarches table thead td {
	background:#CAD6EB;
	border-bottom:1px solid #CAD6EB;
	border-right:1px solid #FFFFFF;
}
#body #comparatifDesEvaluationsDeMarches table thead td.indices {
	width:80px;
}
#body #comparatifDesEvaluationsDeMarches table thead td.pe {
	text-align:center;
	width:70px;
}
#body #comparatifDesEvaluationsDeMarches table thead td.pb {
	width:35px;
}
#body #comparatifDesEvaluationsDeMarches table thead td.salesGrowth {
	width:70px;
	text-align:center;
}
#body #comparatifDesEvaluationsDeMarches table thead td.recurringProfit {
	border-right:none;
	width:70px;
	text-align:center;
}
#body #comparatifDesEvaluationsDeMarches table td {
	width:35px;
	border-right:1px solid #F1F4FA;
}
#body #comparatifDesEvaluationsDeMarches table tr.l1 td {
	background:#FFFFFF;
	font-weight:normal;
	padding:0px;
	margin-right:2px;
	border-bottom:1px solid #157EBE;
}
#body #comparatifDesEvaluationsDeMarches table td.c1 {
	text-indent:3px;
	text-align:left;
	border-right:1px solid #FFFFFF;
	white-space:pre;
}
#body #comparatifDesEvaluationsDeMarches table tr.l1 td.c1 {
	background:#CAD6EB;
	border-bottom:0px;
}
#body #comparatifDesEvaluationsDeMarches table tr td.c8 {
	border-right:none;
}

/* Shoko Chukin */
#body #shokoChukin {
	text-align:center;
	padding-bottom:5px;
	overflow:hidden;
	height:240px;
}
#body #shokoChukin  img {
}


/* Notes */
#body #notes {
	background:#FFFFFF;
	font-size:8pt;
	padding-right:3px;
	padding-left:3px;	
	text-align:justify;
	padding-top:8px;
}
#body #notes h3 {
	font-weight:bold;
}
#body #notes address {
	padding-top:3px;
	background:url("dots.gif") top left repeat-x;
	font-style:normal;
	text-align:center;
	margin-top:8px;
	padding-bottom:5px;
}



/**** Toolitp d'affichage des screenshots *****/
#tooltip {
	position:absolute;
	background: #FFFFFF;
	border:1px dashed #127FBF;
	padding:5px;
	position:absolute;
	z-index:1000;
	cursor:pointer;
}
#tooltip a.close {
	display:block;
	text-align:right;
	font-size:8pt;
	margin-bottom:10px;
}




