@charset "UTF-8";
@import url("reset.css");

body {
	background:url(/images/background.gif) top left repeat-x #fff;
	font:13px/18px Arial, Helvetica, sans-serif;
	color:#4c4c4c;
}

#container{
	width:960px;
	margin:0 auto;
}

a{ color:#4a7498; }

a:hover, a:hover b{ color:#cf6342; }

b, strong{ color:#000; }

li{ margin:0.5em 0 0 30px; }

/*--------------------*/
/* - - - Titles - - - */
/*--------------------*/

h1{
	font:normal 32px/60px Georgia, "Times New Roman", Times, serif;
	color:#fff;
}

h1 span{
	font-size:16px;
}

h2{
	margin-top:35px;
	font:normal 20px/24px Georgia, "Times New Roman", Times, serif;
	color:#cf6342;
}

h3{
	margin-top:20px;
	font:normal 16px/20px Georgia, "Times New Roman", Times, serif;
	color:#000;
}

h4{
	font:bold 14px/16px Arial, Helvetica, sans-serif;
	color:#000;
}

h6{
	padding-bottom:18px;
	font:normal 16px/20px Georgia, "Times New Roman", Times, serif;
	color:#fff;
}


.intro{	margin-top:40px }

/*--------------------*/
/* - - - Header - - - */
/*--------------------*/

#header{
	position:relative;
	height:133px;
	font:14px/16px Georgia, "Times New Roman", Times, serif;
	color:#000;
}

#header a{ color:#000; }

#header a:hover{ color:#cf6342; }

#logo{
	background-color:#fff;
	padding:9px 48px 16px 47px;
	width:164px;
}

#utility{
	float:right;
	margin-top:7px;
	list-style:none;
}

#utility li{
	display:inline;
	margin:0;
	padding:4px 10px;
	border-left:1px solid #fff;
}

#language{
	position:absolute;
	text-align:right;
	top:110px;
	right:0;
}

/*---------------------*/
/* - - - Sidebar - - - */
/*---------------------*/

#side{
	float:left;
	width:260px;
	background:url(../images/title_back1.jpg) 0 0 no-repeat;
}

/* - - - Menu - - - */
#menu{
	background-color:#ffd457;
	margin-top:30px;
	padding:40px 0;
	font:14px/30px Georgia, "Times New Roman", Times, serif;
}

/* 1st level */

#menu li{
	margin:0;
	list-style:none;
}

#menu li a{
	display:block;
	width:235px;
	padding-left:25px;
	text-decoration:none;
	color:#4c4c4c;
}

#menu li a:hover{
	color:#000;
	text-decoration:underline;
}

#menu li.active{
	background: url(../images/menu_bullet.gif) 11px 12px no-repeat;
	font-weight:bold;
	color:#000;
}

#menu li.active a{ color:#000; }

/* 2nd level */
#menu .submenu{
	margin-top:0;
	background-color:#ffe18a;
	font:bold 13px/30px Arial, Helvetica, sans-serif;
}

#menu .submenu .twolines{
	line-height:16px;
	padding:7px 0;
}

#menu .submenu .active{
	background: url(../images/menu_bullet.gif) 26px 12px no-repeat;
}

#menu .submenu a{
	width:220px;
	padding-left:40px;
	color:#4a7498;
	text-decoration:underline;
}

#menu .submenu a:hover{ color:#000; }

/* 3rd level */
#menu .subsubmenu{
	margin-top:0;
	padding:2px 0 4px 0;
	background:url(../images/menu_sub_grey.jpg) 0 0 repeat-x #ccc9be;
	font:13px/22px Arial, Helvetica, sans-serif;
	color:#4c4c4c;
}

#menu .subsubmenu .active{
	background: url(../images/menu_bullet_3rd.gif) 43px 9px no-repeat;
}

#menu .subsubmenu a{
	width:205px;
	padding-left:55px;
	color:#4c4c4c;
	text-decoration:underline;
}

#menu .subsubmenu a:hover{ 
	color:#cf6342;
	font-weight:normal;
}

#menu .subsubmenu .active a, #menu .subsubmenu .active a:hover{
	background:none;
	color:#cf6342;
	font-weight:bold;
	text-decoration:none;
}


/* - - - Sidebars - - - */

.sidebar{
	position:relative;
	margin-top:24px;
	width:238px;
	padding:18px 0 24px 20px;
	border:1px solid #000;
	background:url(../images/sidebar_piechart.jpg) 0 0 no-repeat #ffe9ab;
	font-size:11px;
	line-height:16px;
}

.sidebar .liens{
	margin-top:12px;
	font-size:13px;
}


/* - - - Sidebars 2 - - - */

.sidebar2{
	margin-top:24px;
}

.sidebar2 a{
	display:block;
	text-align:center;
	width:230px;
	padding:10px 15px;
	background-color:#ffeebc;
	border-top:1px dotted #4c4c4c;
	font-size:12px;
	line-height:14px;
	text-decoration:none;
	text-transform:uppercase;
	color:#4c4c4c;
}

.sidebar2 a:hover{
	background-color:#ffd457;
	color:#000;
}

.sidebar2 a:hover b{ color:#000; }

/*------------------*/
/* - - - Main - - - */
/*------------------*/

#main{
	float:left;
	width:640px;
	padding-left:60px;
	background:url(../images/title_back2.jpg) 0 0 no-repeat;
}

.box, .side-box{
	padding:15px 15px 27px 15px;
	background:url(../images/box_shadow.gif) left bottom repeat-x #fee9aa;
	font-size:12px;
	line-height:14px;
}

.box { margin-top:50px; }

.side-box{
	position:relative;
	float:right;
	width:240px;
	margin:0 0 0 20px;
}

.side-box .arrow{
	position:absolute;
	top:15px;
	left:-9px;
}

.box h2, .box h3, .box h4, .box h5, 
.side-box h2, .side-box h3, .side-box h4, .side-box h5{
	margin-top:0;
}

.inline-links{ margin-top:1em; }

.inline-links li{
	display:inline;
	list-style:none;
	margin:0;
}

.link-doc a{ font-weight:bold; }
.link-doc img{ vertical-align:-1px; }

.top-page a{ color:#4c4c4c; }


/*--------------------*/
/* - - - Footer - - - */
/*--------------------*/

#footer{
	margin-top:80px;
	height:35px;
	background-color:#ffd457;
}

#footer-container{
	margin:0 auto;
	width:960px;	
}

.footer_left{
	float:left;
	width:260px;
	text-align:center;
	background-color:#fff;
	font:14px/35px Georgia, "Times New Roman", Times, serif;
}

.footer_left a{ color:#000; }

.footer_right{
	float:left;
	text-align:right;
	width:700px;
	margin-top:7px;
}

.footer_right li{
	display:inline;
	margin:0;
	padding:0 5px;
	font-family:12px/12px Arial, Helvetica, sans-serif;
}

.footer_right a{ color:#4c4c4c; }

.footer_left a:hover, .footer_right a:hover{ color:#cf6342; }


/*------------------*/
/* - - - Home - - - */
/*------------------*/

#home h2{
	margin-top:16px;
	padding-bottom:6px;
	border-bottom:1px dotted #000;
	font-size:24px;
	line-height:28px;	
}


#home h3{
	margin-top:30px;
	padding-bottom:6px;
	border-bottom:1px dotted #000;
	font:normal 20px/24px Georgia, "Times New Roman", Times, serif;
	color:#cf6342;
}


#home-col1{
	float:left;
	width:370px;
	margin:10px 30px 0 0;
	font-size:12px;
	line-height:18px;
}

#home .fonds p{
	margin-top:0.5em;
	font-size:14px;
	line-height:20px;
}

#home-col1 .article{
	margin-top:16px;
	padding-bottom:6px;
}

#home-col2{
	float:left;
	width:240px;
	font-size:11px;
	line-height:16px;
}

#home-col2 .article{
	font-size:12px;
	line-height:18px;
}


#home .publication{ line-height:20px; }

/*-----------------------*/
/* - - - Biography - - - */
/*-----------------------*/

.team-label{
	width:640px;
	padding:16px 0 12px 0;
	text-align:center;
	background-color:#000;
	font-size:14px;
	line-height:22px;
	color:#b3b3b3;	
}

.bio-pic{
	float:right;
	width:251px;
	margin:48px 0 0 30px;
	padding-bottom:15px;
	text-align:center;
	background-color:#000;
	font-size:14px;
	line-height:20px;
	color:#fff;
}

.bio-pic img{ margin-bottom:12px; }

.team-label a, .bio-pic a{ color:#ffd457; }
.team-label a:hover, .bio-pic a:hover{ color:#4a7498; }

.bio-pic b{ color:#fff; }


/*------------------------*/
/* - - - Strategies - - - */
/*------------------------*/

.number{
	float:left;
	margin:29px 14px 0 0;
}


/*----------------------------*/
/* - - - Fonds Momentum - - - */
/*----------------------------*/

#tab_menu{
	width:640px;
	margin:36px 0 16px 0;
	font:15px/30px Georgia, "Times New Roman", Times, serif;
	color:#4c4c4c;
	background-color:#ffd457;
}

#tab_menu a{
	display:block;
	padding:0 13px;
	text-align:center;
	border-right:1px solid #fff;
	color:#4c4c4c;
	text-decoration:none;
}

#tab_menu a:hover, #tab_menu a.active{
	background:url(../../../images/fonds_tab_o.gif) 0 0 repeat-x;
	color:#fff;
}

#tab_menu a.omega{ border:0; }

.titres{ float:left; }

.titres h2{
	width:250px;
	margin:0 0 10px 0;
}

.details_fonds{
	width:640px;
	margin-top:1em;
	border:1px solid #000;
	font-size:14px;
	line-height:18px;
}

.details_fonds th{
	width:240px;
	text-align:left;
	background-color:#ffeebc;
	padding:5px 10px;
	border-bottom:1px solid #b7b7b7;
	font-weight:normal;
	color:#4c4c4c;
}

.details_fonds td{
	padding:5px 20px;
	border-bottom:1px solid #b7b7b7;
	color:#000;
}

.details_fonds2{ margin-top:2em; }

.details_fonds2 td{	text-align:center; }

.details_fonds2 .col1{ border-right:1px solid #b7b7b7; }

.details_fonds .omega *{ border:0; }

.fonds_docs1{
	float:left;
	width:320px;
	margin:6px 25px 0 0;	
}

.fonds_docs2{
	float:left;
	width:290px;
	margin-top:6px;
}

.fonds_docs1 ul, .fonds_docs2 ul{ list-style:none; }

.fonds_docs1 li, .fonds_docs2 li{ 
	background: url(../images/pdf.png) 0 0 no-repeat;
	padding:2px 0 2px 27px;
	margin-left:0;
}

/*-----------------*/
/* - - - Dev - - - */
/*-----------------*/

.dev, .dev *{
	color:#f00 !important;
}
