html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #3e3e3e;
  line-height: 1.5em;
  background: white url(../img/background.jpg) no-repeat center top;
}

p,
ul,
ol,
blockquote {
  margin-bottom: 1.5em;
}

a {
  color: #3c3a37;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 18px;
  color: #3e3e3e;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.325em;
}

h3 {
  font-size: 1.25em;
}

h4 {
  font-size: 1.125em;
}

h5,
h6 {
  font-size: 1em;
}

ul,
ol {
  margin-left: 20px;
}

ul {
  list-style: disc inside;
  overflow: hidden;
}

ul ul,
ol ul {
  list-style: disc inside;
  margin-bottom: 0;
}

ol {
  list-style: decimal inside;
  overflow: hidden;
}

ol ol,
ul ol {
  list-style: decimal inside;
  margin-bottom: 0;
}

ul.ab-top-menu {
  overflow: visible;
}

strong {
  font-weight: 900;
}

em {
  font-style: italic;
}

blockquote {
  margin: 0 60px 0 45px;
  border-left: 5px solid #3c3a37;
  padding-left: 15px;
  font-style: italic;
  overflow: hidden;
  margin-bottom: 1.5em;
}

blockquote p {
  margin-bottom: 0;
}

blockquote em {
  display: block;
  font-style: normal;
  text-align: right;
}

blockquote em:before {
  content: ' -';
}

.alignleft {
  float: left;
  margin: 0 10px 0 0;
}

.alignright {
  float: right;
  margin: 0 0 0 10px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.clear {
  clear: both;
}

.clear:before, .clear:after {
  content: "";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

.inline {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
}
.inline li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
.inline li:first-child, .inline li.first {
  padding-left: 0;
}
.inline li:last-child {
  padding-right: 0;
}
.inline li.last {
  padding-right: 0;
}

#page {
  position: relative;
  min-height: 100%;
}

#global {
  padding-bottom: 46px;
}

.wrap {
  width: 900px;
  margin: 0 auto;
}

#header {
  position: relative;
  height: 124px;
  background: url(../img/bg-header.png) repeat-x;
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  -ms-border-radius: 2;
  -o-border-radius: 2;
  border-radius: 2;
  -webkit-box-shadow: 0 0 6px rgba(50, 46, 37, 0.9);
  -moz-box-shadow: 0 0 6px rgba(50, 46, 37, 0.9);
  box-shadow: 0 0 6px rgba(50, 46, 37, 0.9);
}
#header .slogan {
  width: 880px;
  height: 20px;
  padding-right: 20px;
  line-height: 20px;
  font-size: 11px;
  text-align: right;
  color: #FFF;
  text-transform: uppercase;
  background: url(../img/bg-slogan.png);
}
#header .logo {
  position: absolute;
  top: 7px;
  left: 15px;
  display: block;
  width: 174px;
  height: 102px;
}

#menu {
  position: absolute;
  top: 30px;
  left: 255px;
}

.menu.top {
  margin-top: 10px;
}
.menu span {
  display: block;
  text-transform: uppercase;
  color: #575757;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu li {
  float: left;
}
.menu li + li {
  margin-left: 10px;
}
.menu a {
  color: #2c2c2c;
  text-decoration: none;
}
.menu a:hover {
  text-decoration: underline;
}

#banques {
  margin: 20px 0;
}

.banque {
  padding: 5px;
  background: #FFF;
  float: left;
}
.banque + .banque {
  margin-left: 43px;
}
.banque.boursorama span {
  color: #b01d69;
}
.banque.monabanq span {
  color: #98b414;
}
.banque.ing-direct span {
  color: #ff7200;
}
.banque.fortuneo span {
  color: #41b838;
}
.banque img {
  float: left;
}
.banque .description {
  margin-left: 10px;
  float: right;
}
.banque .description span {
  display: block;
  margin-bottom: 5px;
}
.banque .bouton {
  display: block;
  color: #FFF;
  font-size: 13px;
  text-decoration: none;
  width: 97px;
  height: 27px;
  text-align: center;
  line-height: 27px;
  background: url(../img/bouton.png);
}
.banque .bouton:hover {
  background-position: 0 -27px;
}
.banque .more {
  display: block;
  color: #959595;
  text-align: right;
  font-size: 10px;
  text-decoration: none;
}
.banque .more:hover {
  text-decoration: underline;
}

#container {
  margin-bottom: 20px;
}

#content {
  padding: 10px 20px;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px rgba(50, 46, 37, 0.75);
  -moz-box-shadow: 0 0 5px rgba(50, 46, 37, 0.75);
  box-shadow: 0 0 5px rgba(50, 46, 37, 0.75);
  text-align: justify;
}
#content .titre {
  width: 793px;
  height: 35px;
  color: #FFF;
  line-height: 35px;
  font-size: 24px;
  padding-left: 10px;
  background: url(../img/bg-titre.png);
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 26px;
  padding-bottom: 20px;
}
#footer img {
  float: right;
}
