@charset "utf-8";
/* CSS Document */
/*
	Colors and text makeup
*/
body
{
	background-color: #374a6b;
}
#wrapper
{
	border: 1px solid black;
	background-color: #ffffff;
}
#header
{
	background-image: url('/images/header_1.jpg');
}
#login,
#login_fast
{
	text-align: left;
}
#login_button input,
#login_fast_button input
{
	background-color: #000066;
	border: 0;
	color: white;
	font-weight:bold;
}
#menu
{
	background-image: url('/images/menu_background.gif');
	background-repeat: repeat-x;
	color: white;
	font-weight: bold;
	list-style-type: none;
}
#menu li
{
	border-left: 2px solid white;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	border-right: 0;
}
#menu li ul li
{
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 0;
	border-top: 0;
	line-height: 15px;
	background-color: #07518f;
	font-weight: normal;
}
#menu li ul li.menulast
{
	border-bottom: 1px solid white;
}
#menuitems li:hover ul li:hover, #menuitems li.over ul li.over, #menuitems li:hover, #menuitems li.over
{
	background-color: #b27920;
	cursor : pointer;
}
#newsticker
{
	color: white;
	text-align: left;
	font-weight: bold;
}
#home_banner
{
	background-color: #a2a2a2;
}
.portefeuille
{
	background-image: url('/images/home/bg_portefeuille.jpg');
	background-repeat: repeat-x;
	border-bottom: 1px dotted black;
}
.article *,
.article_wide *
{
	font-size: 13px;
	line-height: 15px;
}
.article h1,
.article h1 a,
.article_wide h1,
.article_wide h1 a,
#search h1
{
	font-family : Arial;
	font-size: 20px;
	margin-bottom: 3px;
	color: #20355b;
	margin-left: 0px;
}
.portefeuille h1
{
	font-family : Arial;
	font-size: 15px;
	margin-bottom: 3px;
	color: #20355b;
}
.article h2,
.article_wide h2
{
	font-size: 13px;
	font-family : Verdana, Tahoma, arial, sans-serif;
	color: #20355b;
	margin-left: 0px;
}
.mceContentBody
{
	background-color: white;
}
#login_error
{
	text-align:right;
	color:red;
	font-weight:bold;
}
.koersen_tabs td
{
	border-right: 1px dotted white;
	background-color: #094488;
	color: white;
}
.koersen_tabs td.selected
{
	background-color: #FEE17D;
	border-right: 1px dotted white;
	color: #FF0000;
}
.msg_error
{
	background-color: #FFCCCC;
	color: red;
}