﻿html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  
  line-height: 1.3em;
  
  font-family: Muli, Arial; 
  font-size: 14px;  

  background: url("/images/background.jpg") no-repeat center fixed; 
  -webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisée */
}

.wrapper {
  width: 860px; 
  display:block;
  overflow: no;
  min-width: 770px; 
  min-height:100%;
  margin-left: auto;
  margin-right: auto;
  background: #FFFFFF; /* for old IE versions */
  background: rgba(255, 255, 255, 0.9);
  position:relative;
}

.content {
  background-image: url("/images/contentbg.png");
  background-repeat: repeat-y;
  margin: 0;
  padding: 0;
}

.main-text {
  margin-left: 35px;
  margin-right: 35px;
}

.nav {
  text-align: center;
  font-variant:small-caps;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.nav img { 
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
  max-height: 100%;  /* <-- Set maximum height to 100% of its parent */
  max-width: 100%;   /* <-- Set maximum width to 100% of its parent */
}

.prog {
  text-align: center;
  text-align: center;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.slides-container {
  margin-top: 5px;
  margin-bottom: 5px;
}

.spacer {
  min-height: 50px;
  text-align: center;
  margin-top: 2px;
  margin-bottom: 2px;
}

.img-container {
  text-align: center;
}

.img-container > div {
    display: inline;
}

.img-container-with-credits {
  text-align: center;
}

.img-container-with-credits > div {
    display: inline;
}

.img-container img {
  max-width: 100%;
  vertical-align: middle;
  margin-top: 15px;
  margin-bottom: 15px;  
}

.img-container-with-credits img {
  max-width: 100%;
  vertical-align: middle;
  margin-top: 15px;
  margin-bottom: 0px;  
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 15px;
  text-align: center;
}

a:link, a:visited
{
  text-decoration: none;
  color: #474747;
}

a:hover, a:active
{
  text-decoration: underline;
  color: #AE3430;
}

.footer {
  display: table;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.footer-fb  {
  display: table-cell;
  width: 55px;
  vertical-align: middle;
  text-align: center;
}

.footer-yt  {
  display: table-cell;
  width: 110px;
  vertical-align: middle;
  text-align: center;
}

.footer-diff  {
  display: table-cell;
  margin: 5px 5px 5px 5px;
  text-align: right;
  line-height: 1em;
}

.copyrights {
  text-align: center;
  font-size: 12px;
  color: #474747;
  margin-top: 10px;
  line-height: 1em;
}

.ytbox {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
 /* background-color: #F2F2F2; */
}

.ytbox iframe {
  border: 5px solid #FFF;
  box-shadow: 1px 1px 5px #CCC;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ytlegend {
  text-align: center;
  margin-top: 3px;
  margin-bottom: 7px;
  font-size: 12px;
}

.imgleft {
  float: left;
  margin: 8px 8px 8px 8px;
  border-style: solid;
  border-color: black;
  border-width: 1px;
  
  border: 5px solid #FFF;
  box-shadow: 1px 1px 5px #CCC;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.imgleft img {
  display:block;
}

.imgright {
  float: right;
  margin: 8px 8px 8px 8px;
  border-style: solid;
  border-color: black;
  border-width: 1px;
  
  border: 5px solid #FFF;
  box-shadow: 1px 1px 5px #CCC;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.imgright img {
  display:block;
}

p {
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 10px;
}

ul { 
   list-style-type: disc; 
   list-style-position: inside; 
}
ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
}
ul ul, ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
}
ol ol, ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}

hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    margin-bottom: 10px;
}

sup {
  font-size:xx-small; 
  vertical-align:super;
}