body {
	margin: 0;
	padding: 0;
	font:normal 11px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	background:#52504b url(../images/bg.png) repeat-x;	
}

img {
	border:0;	
}

#main {
	margin-left:auto;
	margin-right:auto;
	width:960px;
	background:#ffffff;
}

#top-logo {
	height:102px;	
	background:#92eafb url(../images/logo-bg.png) repeat-x;
}

#languages {
	padding:40px 25px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	float:right;
}

#menu {
	height:50px;
	background:#d4d2ca url(../images/menu-bg.png) repeat-x;
}

#menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

#menu ul li {
	float:left;
	margin:0;
	color:#FFFFFF;
	padding:13px 0 0 30px;
	text-transform:uppercase;	
}

#menu ul li a {
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
}

#menu ul li a:hover {
	color:#6aabb8;
	text-decoration:none;
}

object {
	display:block;
}

#content {
	min-height:300px;
	background:#ffffff;
	margin:15px;
}

#content ul {
	list-style:none;
	padding:0;
	margin:0;	
}

#content a {
	color:#4295c6;
	font-weight:bold;
	text-decoration:underline;
}

#content a:hover {
	color:#47443b;	
}

#content .block {
	float:left;
	width:280px;
	margin:0 15px;
}

#content h1 {
	color:#3e3a31;
	text-transform:uppercase;
	padding:5px;
	border-bottom:1px #e5e5e5 solid;
	font-size:18px;
}

#footer-banner {
	height:125px;
	background:url(../images/footer-banner-bg.png) repeat-x;
}

#footer-banner #title {
	height:125px;
	margin-right:550px;
	padding:40px 0 0 60px;	
}

#footer-banner #title h1 {
	padding:0;
	margin:0;
	text-transform:uppercase;
	font:normal 25px/25px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:normal;	
}

#footer-banner #title h2 {
	padding:0;
	margin:0;	
	text-transform:uppercase;
	font:normal 25px/25px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#47443b;
	font-weight:normal;	
}

#footer-banner #mission {	
	height:125px;
	float:right;
	width:550px;
	background:url(../images/banner-hand.png) no-repeat top right;
}

#footer-banner #mission p {
	margin-right:222px;	
}

#footer {
	height:61px;
	background:url(../images/footer-bg.png) repeat-x;
}

#footer ul {
	margin:0;
	padding:0;
	list-style:none;
}

#footer ul li {
	float:left;
	margin:0;
	color:#73716b;
	padding:17px 0 0 15px;
}

#footer ul li.copyright {
	float:right;
	margin:0;
	color:#4295c6;
	padding:17px 15px 0 0;
}

#footer ul li.logo {
	float:right;
	margin:0;
	color:#4295c6;
	padding:10px 15px 0 0;
}

#footer ul li a {
	font-size:11px;
	color:#73716b;
	text-decoration:none;
}

#footer ul li a:hover {
	color:#73716b;
	text-decoration:underline;
}

#content a.button {
	background: transparent url('../images/button-a.png') no-repeat top right;
    text-decoration: none;
	height:24px;
	padding-right: 16px;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	float: left;
	text-transform:uppercase;
	font-weight:bold;
}

#content a.button:hover {
	color:#e5e5e5;
}

#content a.button span {
	background: transparent url('../images/button-span.png') no-repeat;
	height:24px;
	display:block;
	padding: 4px 0 5px 16px;	
}

#content #small-left {
	float:left;
	width:280px;
}

#content #large-left {
	float:left;
	width:620px;
}

#content #small-right {
	float:left;
	width:280px;
	margin-left:20px;
}

#content #large-right {
	float:left;
	width:620px;
	margin-left:20px;
}

#content .tc-banner {
	background:url('../images/triplecrownbanner.png') no-repeat;
	width:591px;
	height:125px;
	font-size:10px;
	padding-left:25px;
}

#content .tc-banner h1 {
	border:0;
	margin:0;
	padding:0;
}

#content .tc-banner div {
	padding:15px 150px 0 0;	
}

.news-gray {
	background:#e9e8e4;
	padding:5px;
}

.news-white {
	padding:5px;
}

.news .date {
	font-weight:bold;	
}

.news {
	border-bottom: #DFDFDF 1px solid;	
}

.news .title {
	font-weight:bold;
}

.news .summary {
	color:#3e3a31;
}

/* stock */
.stock {
	line-height:normal;	
}

.stock table {
	width:280px;
}

.big {
	color: #3e3a31;
	font-weight: bold;
	font-size:25px;
}

.subt {
	color: #6aabb8;
	font-weight: bold;
}
.imp {
	text-decoration: underline;
}

.gain {
	color: #1d8700;
	display: block;
	font-weight: bold;
	width:150px;
}
.loss {
	color: red; /* a changer */
	display: block;
	font-weight: bold;
	width:150px;
}
.stocktitleblackbig{
	color:#4C4C4C;
	width:50px;
}

.stockblackbig{
	color:#4C4C4C;
	text-align: right;
}

.verysmall {
	font-size:9px;
}

.clear {
	clear:both;
}

label {
	float:left;
	width:100px;
}

#content select, #content input[type="password"], #content input[type="text"], #content textarea {
	width:150px;
	border-top:1px solid #555;
	border-left:1px solid #555;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:1px;color:#333;
}
