/* Paramètres généraux */

nav {
  font-size: 18px;
}

body {
  background-image: url("pictures/site/fond.png");
  font-family: calibri, sans-serif;
  font-size: 20px;
}

.page {
  background-color: white;
  text-align: justify;
  min-height: 1200px;
  padding-bottom : 60px;
  box-shadow: 0 0 65px #cdbe9f inset, 0 0 20px #beae8c inset, 0 0 50px #000000;
}

.footer {
  background-color: #D57100;
  color: white;
  text-align: center;
}

.footer a {
  color: #FFFFFF;
}

h1 {
  text-align: center;
  font-family: 'Dancing Script', Arial, sans-serif;
  font-size: 50px;
  text-shadow: 4px 4px #DCDCDC;
}

h2 {
  font-family: 'Indie Flower' Arial, sans-serif;
  font-style: oblique;
  font-size: 40px;
  padding-left: 12px;
  margin-top: 50px;
}

h3 {
  font-family: 'Indie Flower' Arial, sans-serif;
  font-style: oblique;
  font-size: 30px;
  padding-left: 12px;
  margin-top: 50px;
}

em {
  font-weight: italic;
}

.link {
  text-decoration: underline;
  color: black;
  font-style: oblique;
}

.right {
  text-align: right;
}

.banniere {
  all: initial;
  width: 100%;
  height: auto;
}

td {
  text-align: left;
}

th {
  padding-top: 40px;
}

.img-responsive {
  all: initial;
  width: 100%;
  height: auto;
}

.trait {
  border-top: 2px solid black;
  width: 800px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.trait-court {
  border-top: 2px solid black;
  width: 400px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}


/* Accueil */

.logo {
  all: initial;
  position: absolute;
  z-index: 2;
  width: 120%;
  height: auto;
}

.image {
  margin-top: 50px;
}

.mireille {
  width: 150%;
  height: auto;
}

/* Cours */

td {
  padding-right: 20px;
  padding-top: 10px;
}

/* Contact */

.map {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
}