/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url('https://fonts.googleapis.com/css?family=Alice&subset=latin-ext');
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  font-family: 'PT Serif', serif;
  font-size: 1.1em;
  background-color: #fffff7;
}
h1 {
  font-size: 2em;
  padding: 3px 0px 23px 120px;
  margin: -10px 0 0 0;
  position: relative;
  font-family: 'Alice', sans-serif;
}
h1 img {
  position: absolute;
  top: -11px;
  left: 0px;
}
h2 {
  font-size: 1.5em;
  padding: 16px 0px 25px;
}
h3 {
  font-size: 1.2em;
  padding: 3px 0px 7px;
}
p {
  padding: 10px 0px 10px;
  line-height: 1.2em;
}
ul li {
  padding: 10px 0;
  margin: 0 0 0 36px;
}
a {
  color: white;
}
a:visited {
  color: white;
}
strong {
  font-weight: 600;
}
table {
  padding: 10px 10px 9px;
  display: block;
  margin: 30px auto 25px;
  line-height: 1.3em;
}
table th {
  padding: 12px 33px 20px!important;
}
table th,
table td {
  padding: 12px 33px 9px;
  text-align: center;
}
table th:first-child,
table td:first-child {
  text-align: right;
}
table.calendrier td {
  text-align: left;
}
table.calendrier td:first-child {
  width: 50%;
    text-align: right;
}
div.content {
  padding: 30px 0 29px 0;
}
div.content:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
div.content > .half {
  width: 380px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearfix:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
#menu {
  position: fixed;
  width: 100%;
  height: 40px;
  background-color: #c08c5f /*#cd9c71/*#cea688*/;
  z-index: 1;
}
#menu .wrapper {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
#menu .wrapper ul {
  margin: 0;
}
#menu .wrapper ul li {
  display: inline-block;
  padding: 0;
}
#menu .wrapper ul li a {
  display: inline-block;
  height: 40px;
  background-color: transparent;
  padding: 10px 10px;
  text-decoration: none;
  color: white;
  font-weight: 500;
  transition: background-color 0.5s;
}
#menu .wrapper ul li a.current {
  background-color: #68492b!important;
}
#menu .wrapper ul li a:hover {
  background-color: #68492b;
}
#footer {
  position: relative;
  width: 100%;
  background-color: #c08c5f /*#cd9c71/*#cea688*/;
  color: white;
  z-index: 1;
}
#footer .wrapper {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0px 0px 0px 100px;
}
#footer .wrapper ul li {
  margin: 0;
}
#footer .wrapper #fb {
  display: inline-block;
  position: relative;
  padding: 0 0 0 34px;
}
#footer .wrapper #fb img {
  width: 25px;
  position: absolute;
  left: 0px;
  top: -4px;
}
#image {
  height: 313px;
  overflow: hidden;
}
#image img {
  width: 100%;
}
#wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#main {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 95px 100px 20px;
  background-color: #ffffff;
}
#page {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
#copyright {
  text-align: center;
  font-size: 0.8em;
  padding: 55px 0 20px;
}
.line {
  width: 80%;
  margin: 0 auto;
  height: 1px;
  border-top: 1px solid #c1bebc;
}
.line.small {
  width: 50%;
}
