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: "Lato", sans-serif;
  font-size: 14px;
  color: #484848;
  line-height: 1.5em;
  background: #e0e9e8;
}

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

a {
  color: #8bc43f;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 18px;
  color: #8bc43f;
  font-family: "Lato", 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 #8bc43f;
  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: ' -';
}

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

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

img.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: 26px;
}

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

#header {
  margin-bottom: 40px;
}

#bg-logo {
  margin: 0 auto;
  width: 496px;
  height: 203px;
  background: url(../img/bg-logo.png);
  overflow: auto;
}
#bg-logo .logo {
  display: block;
  margin: 20px auto 0;
  width: 360px;
  height: 122px;
}

#container {
  margin-bottom: 20px;
}

#content {
  background: #FFF;
  padding: 20px;
  float: right;
  width: 610px;
  text-align: justify;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
}
#content .titre {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
}

#sidebar {
  float: left;
  width: 305px;
}

#banques .btn {
  font-size: 14px;
  height: 22px;
  line-height: 22px;
  font-weight: 700;
  width: 136px;
  background: #6bc4e2;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
#banques .btn:hover {
  background: #f26a44;
}

#actualites .btn {
  font-size: 15px;
  height: 45px;
  line-height: 45px;
  font-weight: 700;
  width: 290px;
  background: #f26a44;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
}
#actualites .btn:hover {
  background: #6bc4e2;
}

.btn {
  margin-bottom: 10px;
  padding-left: 15px;
  display: block;
  color: #FFF;
  text-decoration: none;
}
.btn.left {
  float: left;
}
.btn.right {
  float: right;
}

#social {
  float: left;
  margin-left: 50px;
  margin-top: 5px;
}
#social ul {
  margin: 0;
  padding: 0;
  list-style:none;
}
#social li {
  float: left;
}
#social li + li {
  margin-left: 10px;
}
#social a {
  display: block;
  text-indent: -9999px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#social a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#social a.contact {
  width: 23px;
  height: 17px;
  background: url(../img/contact.png);
}
#social a.twitter {
  width: 16px;
  height: 16px;
  background: url(../img/twitter.png);
}

#footer {
  height: 26px;
  padding-bottom: 20px;
}
#footer img {
  float: right;
}
