body {
	margin: 0;
	padding: 0;
	background: #15303D url(/img/header_bg.png) repeat-x top;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #15303D;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #097DCE;
	text-decoration: none;
}
a img {
	border:none;
}
#main {
	min-width: 768px;
	max-width: 1200px;
	margin: 0 auto;
}
#content {
	background-color: #FFFFFF;
	padding: 1em;
}
#header {
	height: 70px;
	background-color: #FFFFFF;
	margin-bottom: 7px;
	position: relative;
}
#welcome {
	position: absolute;
	left: 60%;
	top: 17px;
}
#menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 40px;
}
#menu li {
	display: block;
	float: left;
	width: 128px;
	height: 36px;
	line-height: 36px;
	margin: 2px 1px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	background-color: #15303D;
}
#menu li a {
        color: #FFFFFF;
        text-decoration: none;
	display: block;
}
#menu li a.active, #menu li a:hover {
	background-color: #FF8131;
}
#footer {
	position: relative;
	background: url(/img/footer_bg.png) repeat-x top;
	height: 62px;
}
#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer ul li {
	display: block;
	float: left;
	width: 96px;
	height: 57px;
	line-height: 57px;
	margin: 2px 1px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	background-color: #15303D;
}
#footer ul li a {
	display: block;
}
#footer ul li a {
        color: #FFFFFF;
        text-decoration: none;
}
#footer ul li a:hover {
	color: #FF8131;
}
#footer-content {
	min-width: 768px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	background: url(/img/footer_logo.jpg) no-repeat bottom right;
	height: 57px;
	position: relative;
}
#legal {
	position: absolute;
	top: 20px;
	right: 150px;
	color: #FFFFFF;
	text-align: right;
}

.analyse h3 {
	font-size: 2.5em;
}

.analyse {
	position:relative;
}

.analyse h3 {
margin-top:0px;
position:static;
height:60px;
}

.adjacent-chart {
	display: inline-block;
	*display: inline; /* IE7 inline-block hack */
	*zoom: 1;
	vertical-align: top;
}
.analyse .modes li {
	list-style-type: none;
	display: inline-block;
	padding: 0;
}
.analyse .modes li a {
	color: #15303D;
	display: block;
	text-decoration: none;
	padding: 5px 10px;
}

.analyse .modes li a:hover, .analyse .modes li a.active {
	background: #FF8131;
	color: #FFFFFF;
}

.publication-type {
	color: blue;
	font-size: 0.9em;
}

div .div[id^="social-net"]:last-child {
	clear:left;
}

.graph-list {
	margin: 15px;
	padding: 0;
	list-style-type: none;
}

.graph-list__title {
	width: 60%;
	height: 40px;
	line-height: 36px;
	margin: 15px 1px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	background-color: #15303D;
}

.graph-list__title a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

.graph-list__graph-item--active .graph-list__title,
.graph-list__title:hover {
	background-color: #FF8131;
}

.graph-list__export {
    clear: both;
    margin: auto;
}
.graph-list__graph, .graph-list__export {
    display: none;
}
.graph-list__graph-item--active .graph-list__graph, .graph-list__graph-item--active .graph-list__export {
	display: block;
}

.icon-chevron {
	background: url(/img/icon-chevrons.png) 0 -32px;
	width: 32px;
	height: 32px;
	top: -32px;
	display: block;
	float: right;
}

.graph-list__graph-item--active .icon-chevron {
	background-position: 0 0;
}