body {
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	background: white url(images/background.gif) top left repeat-x;
}
.menuBar{
	padding: 0px;
	width: 100%;
}
.lngButton{
	text-align: right;
}
.header {
	padding: 0px;
	border-bottom: 10px solid #FFFFFF;
	background-color: #062C52;
	border-bottom-style: solid;
	border-bottom-color: #FFB623;
	width: 100%;
}

.logo {
	font-family: arial, sans-serif;
	font-size: 38px;
	font-weight: bold;
	font-style: italic;
	color: #FFB623;
	text-align: left;
}

a.logo:link {text-decoration: none; color: #FFB623}
a.logo:visited {text-decoration: none; color: #FFB623}
a.logo:active {text-decoration: none; color: #FFB623}
a.logo:hover {text-decoration:  none; color: red;}

a:link {text-decoration: none; color: #062C52}
a:visited {text-decoration: none; color: #062C52}
a:active {text-decoration: none; color: #062C52}
a:hover {text-decoration: none; color: red; cursor: pointer; cursor: hand; /* IE 5.5 non-compliant workaround */}

.logoTxt{
	font-family: arial, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #FFB623;
	text-align: left;
	padding-top: 15px;
	display:block;
	line-height: 10pt;
}
.bouttonBar {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: none;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	display: inline;
}

.mainText {
	position: relative;
	font-family: arial, sans-serif;
	font-size: 20px;
	padding: 0px;
}
.portfolioWidgetText {
	font-family: arial, sans-serif;
	font-size: 15px;
	padding: 0px;
	text-align: justify;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.textRouge {
	font-family: arial, sans-serif;
	font-size: 25px;
	color: red;
	padding: 10px;
	text-align: center;
}
.bodyWindow {
	text-align: center;
}
.windowCenter {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 55px;
}
.addBouton {
	text-align: right;
}
.subTitleWindow {
	font-family: arial, sans-serif;
	font-size: 24px;
	padding: 0px;
	text-align: justify;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.widgettImage {
	text-align: center;
}
.langue {
	font-family: arial, sans-serif;
	font-size: 16px;
	padding-right: 30px;
	text-align: right;
}

#footer {
	position: relative;
	bottom: 0;
	padding: 10px;
	width: 100%;
	text-align: center;
}
.square{
	background-color:#FFB623;
	padding:8px; 
	border: 3px solid #000000;	
}
.goToLink{
	text-align: center;
}
.lookUpLink:hover{
	background-color: #eeeeee;
}
.symbolSuggestDiv{
	position:absolute;
	right: 0;
	z-index: 10;
	text-align:left;
	width:400px;
	border: 1px solid #c0c0c0;	
}
.symbolLookupBox{
	right: 100;
	position:relative;
	z-index: 10;
	visibility:hidden;
}
.lookupRowDiv {
	background-color: #ffffff;
}
.lookupRowDivHilight {
	background-color: #eeeeee;
	color: #FF6600;	
	cursor: pointer;
	cursor: hand; /* IE 5.5 non-compliant workaround */
}
.lookupRowDiv:hover {	
	background-color: #eeeeee;
	color: #FF6600;	
	cursor: pointer;
	cursor: hand; /* IE 5.5 non-compliant workaround */
}
