@font-face {
  font-family: 'GE Inspira';
  src: url('GE_Inspira.ttf')format('truetype');
}

@font-face {
	font-family: 'Georgia';
	src: url('Georgia.ttf')format('truetype');
}

@font-face {
	font-family: 'Tahu';
	src: url('Tahu.ttf')format('truetype');
}

html {
  margin:0;
  padding: 0;
}

body {
  min-height: 100%;
  font-family: 'GE Inspira', sans-serif;
  font-size: 17px;
  background: url(arc.jpeg) no-repeat center fixed; 
  background-size: 100% 100%;
}

.bm {
   font-family: 'Tahu'; 
   font-size: 1.8em;
}

#main {
    padding-top: 10em;
  }

#main table.menu {
   width: 75%;
   margin-top: 0;
   margin-right: auto;
   margin-bottom: 1.5em;
   margin-left: auto;
   border-collapse: collapse;
}

#main table.menu td.accueil {
   font-family: 'Georgia', sans-serif;
   font-size:1.7em;
   text-align: center;
   width: 25%;
   padding-right: 10px;
   padding-bottom: 1px;
   padding-left: 10px;
   border-right:1px solid #000000; 
   border-left:1px solid #000000; 
}

#main table.menu td.accueil a {
  font-family: 'Georgia', sans-serif;
  color: #000000;
  text-decoration: none;
}

#main table.menu td.accueil a:hover {
  color: #ffffff;
}

.espacehaut {
   margin-top: 2em;
}

.espacebas {
  margin-bottom: 3em;
}

h1 {
  font-family: 'Georgia', sans-serif;
  font-size: 2em;
  color: #000000;
  text-align: center;
}

p {
    font-family: 'Georgia', sans-serif;
    font-size: 1.1em;
    font-weight: normal;
}

.intro {
  width: 70%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1em;
  font-weight: 700;
  color: #0e0e0e;
}

#footer {
   position: fixed;
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   font-size: 1em;
   font-family: 'GE Inspira', sans-serif;
   color: white;
   text-align: center;
   z-index: 10;
   bottom: 0;
}

#footer p {
   font-size: 1.1em;
   font-family: 'GE Inspira', sans-serif;
}

#footer a {
   color: white;
   text-decoration: none;
}

#footer a:hover {
   color: black
}

@media screen and (max-width: 980px) {
  p {
    font-family: 'Georgia', sans-serif;
    font-size: 1.4em;
    font-weight: normal;
  }

#main {
    padding-top: 50px;
  }
}

/*
* 
*
*/

	/* pour WTooltip */
.myClass{
	font-family: 'GE Inspira', sans-serif;
	padding-left: 6px;
	padding-right: 16px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: rgba(0,0,0,0.5);
	border-left:6px solid red;
}


