﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,800);
body {
  margin: 0;
  padding: 0;
  color: #888888;
  font-family: 'Open sans', Arial, Helvetica, sans-serif;
}
h1 {
  font-weight: 400;
}
section {
  width: 100%;
}
.contenu-partiel {
  width: 780px;
  margin: auto;
}
#section-top {
  color: #9fba9d;
  font-size: 60px;
  height: 200px;
  padding-top: 100px;
  background-image: url(/azure/images/foret1.jpg);
  background-size: cover;
  background-position: center;
}
#section1 {
  padding-top: 150px;
}
