@font-face {
font-family: Josefin Slab-Regular;
src: url('../../../../../JosefinSlab-Regular.ttf')format('truetype');
}

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

body {
  margin-top: 1%;
  font-family: GE Inspira, verdana, sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  color: #000000;
	background: url(../fond1.jpg) repeat;
	background-attachment: fixed;
}

@media screen and (max-width: 980px) {

  table.index td.image-caption {
    font-family: GE Inspira, verdana, sans-serif;
    font-size: 1.6em;
 }

  table.menu td {
     font-size: 1.4em;
  }

  div.image-caption {
  font-size: 1.4em;
  }

}

/*
* 
*
*/
h1{
	/* The title of the page */
	color: black;
	font-family: Times New Roman, verdana, sans-serif;
	font-size:36px;
	font-weight: normal;
	margin:0;
	padding:0;
}

a:link {
  color: #484848;
text-decoration:none;
}

a:hover {
  color: #e900fd;
  text-decoration:none;
}

.center {
	position: fixed;
	top: 0;
	left: 0;
        width: 100%;
	text-align: center;
	z-index: 10;
	/*background: url('../fond1.jpeg') repeat;*/
}

table.menu {
   margin-left: auto;
   margin-right: auto;
   font-family: GE Inspira, verdana, serif;
}

table.menu td {
   text-align: center;
   font-size: 20px;
   width:80%; 
   border-left:1px solid #adadad; 
   border-right:1px solid #adadad; 
}

table.menu td a{
   color:#c6c6c6;
}

table.menu td a:hover {
  color: #706f6f;
}


table.image {
  width: 100%; 
  top: 0;
  transition: all 0.3s ease-in;
  margin:0 auto;
}

table td{
	width:50%;
	padding-left:6%;
	vertical-align: bottom;
}

table td img{
	width:94%;
	height: auto;
	border: 8px solid #000000;
}

table td.image-caption {
  padding-top: 20px;
  padding-bottom: 50px;
  text-align: left;
  font-family: GE Inspira, verdana, sans-serif;
}

/*
*
*
*
*/
#conteneur {
  margin-top: 110px;
}

div.image {
  width: 100%; 
  transition: all 0.3s ease-in;
  margin:0 auto;
}

div.image img{
  height: auto;
  border: 8px solid #000000;
  top: 0;
  transition: all 0.3s ease-in;
}

div.image-caption {
  padding-bottom: 50px;
  text-align: left;
  font-family: GE Inspira, verdana, sans-serif;
}
