
@font-face {
  font-family:'Open Sans Semibold';
  src: url('../OpenSans-Semibold.ttf')format('truetype')
}

@font-face {
  font-family: 'Tahu'; 
  src: url('../Tahu.ttf')format('truetype');
}

@font-face {
  font-family: 'Georgia';
  src: url('../Georgia.ttf')format('truetype');
}

@font-face {
  font-family: 'Chilanka';
  src: url('../Chilanka-Regular.ttf')format('truetype');
}

html {
  min-height: 100%;
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url("../jaune_1.jpg");
  background-attachment: fixed;
  font-family: 'Open Sans Regular', sans-serif;
}

#conteneur {
  width: 75%;
  margin-top: 0;
  padding-top: 0;
  margin-right: auto;
  padding-right: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-left: auto;
  padding-left: 10px;
}

p {
  font-family: 'Open Sans Semibold', sans-serif;
  font-size: 1.1em;
  margin-top: 0.5em;
  margin-bottom:0.5em;
}

#presentation {
  clear: both;
  font-size:1.1em; 
  width:75%; 
  margin-right:auto; 
  margin-left:auto;"
}

#page {
  justify-content: center;
  width: 75%;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
}

#main {
  position: relative;
}

.liste {
  float: left;
  position: relative;
  width: 56%;
  height: 480px;
  margin-right: 0;
}

.liste2 {  
  position: absolute;
  height: 400px;
  font-family: 'Open Sans Semibold', sans-serif;
  font-size: 1em;
  overflow: auto;
  border-right: solid 3px blue;
}

.francais {
  float: left;
  position: relative;
  width: 21%;
  height: 480px;
  margin-left: 10px;
}

.francais2 {
  position: absolute;
  height: 400px;
  font-family: 'Open Sans Semibold', sans-serif;
  font-size: 1em;
  overflow: auto;
  border-right: solid 3px blue;
}

.latin {
  float: left;
  position: relative;
  width: 21%;
  height: 480px;
  margin-left: 10px;
  margin-right: 0;
}

.latin2 {
  position: absolute;
  height: 400px;
  font-family: 'Open Sans Semibold', sans-serif;
  font-size: 1em;
  overflow: auto;
  border-right: solid 3px blue;
}

#page .puce {
  font-size: 1.6em;
  line-height:30%;
  color: red;
}

#page a:hover {
  color: #e900fd;
  text-decoration: none;
}

h1 {
  font-family: 'Georgia', sans-serif;
  font-size: 2.5em;
  text-align: center;
  text-shadow: black 2px 2px;
  color: #898989;
  padding-top: 0;
  margin-bottom: 10px;
}

.titre {
  font-size: 1.3em;
  line-height: 1.2em;
  height: 3.4em;
}

.intro {
  font-family: 'Open Sans Semibold', sans-serif;
  font-size: 1.1em;
  text-align: justify;
}

a:link {
  color: #000000;
  text-decoration: none;
}

.espacebas {
  margin-bottom: 2em;
}

.espacehaut {
  margin-top: 3em;
}

.ou {
  font-weight:bold; 
  padding-top:5px;
}

#bas {
  text-align: center;
  color: black;
  font-size: 1.1em;
  z-index: 10;
  margin-bottom: 0;
  height: 4%;
}

#bas a {
  color: black;
}

#bas a:hover {
  color: #e900fd;
  text-decoration: none;
}
