@charset "UTF-8";
/* CSS Document */

body {
	color: #2770a8;
	font: 14px/22px 'Open Sans', sans-serif;
	text-rendering: optimizeSpeed;
	background: #f6f6f6;
}

#header, #shell {
    max-width: 1500px;
}

a {
	color: #2770a8;
	text-decoration: underline;
}

a:hover {
	color: #1d5580;
	text-decoration: underline;
}

h1 { font-size: 36px; }
h2 { font-size: 24px; }

#shell {
    margin: auto;
    padding: 0;
    text-align: left;
    overflow: hidden;
    background: #fff;
    -moz-box-shadow: 0 5px 10px #b3b3b3;
    -webkit-box-shadow: 0 5px 10px #b3b3b3;
    box-shadow: 0 5px 10px #b3b3b3;
}

.logopic {
	text-align: center;
	padding-top: 10px;
}

#logo {
    width: 100%;
    max-width: 304px;
	height: auto;
	margin: 0 0 16px 5px;
}


.bordure {
    background-image: url(images/header_bord.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 35px;
}

.bordure-bottom {
	background-color: transparent;
	position: relative;
	top: -35px;
}

#page {
	padding: 0px 100px 100px 100px;
}

#button-container {
	width: 100%;
	text-align: center;
	margin: 0px 0px 60px;
}

.button {
  background-color: #2770a8;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
	text-transform: uppercase;
}

#footer-menu {
	text-align: center;
	margin-bottom: 10px;
}

#footer-menu  a {
	color: #2770a8;
	text-decoration: none;
}


