 body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label,fieldset{
	/* A simple page reset */
	margin-left:0px;
	padding:0px;
}


@font-face {
font-family: 'GE Inspira';
src: url('../../GE_Inspira.ttf')format('truetype');
}

@font-face {
font-family: 'Playfair Display SC Regular;
src: url('../../PlayfairDisplaySC-Regular.ttf')format('truetype');
}


body{
	/* Styling the body */
	color: #ffffff;
	font-family:'GE Inspira', sans-serif;
	font-weight: normal;
	background: url('../fond1.jpeg') repeat;
	background-attachment: fixed;
}
/*
*
*
*
*/

#main table.menu {
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 10px;
   font-family: 'GE Inspira', sans-serif;
   border-collapse: collapse;
}

#main table.menu td {
   text-align: center;
   font-size:20px;
   width: 9%;
   border-right:1px solid #adadad; 
   border-left:1px solid #adadad; 
}

#main table.menu td:hover {
  color: #706f6f;
}

#main table.menu td a{
   color: #353535; #c6c6c6;
}

#main #en-cours a {
	color: black;
	font-family: 'Playfair Display SC Regular', 'Times New Roman', serif;
	font-size: 30px;
}

#main table.menu td a:hover {
  color: black; #343434;
}

/*
*
*
*
*/
#gallery{
	/* The pics container */
	margin-top:130px;
	margin-left:80px;
	position: relative;
	text-align: center;
}

.pic, .pic a{
	/* Each picture and the hyperlink inside it */
	float:left;
	width:300px;
	height:300px;
	overflow:hidden;
}

.pic{
	/* Styles specific to the pic class */
	position: absolute;
	border:5px solid #000000;
}

.pic a{
	/* Specific styles for the hyperlinks */
	text-indent:-999px;
	display:block;
	/* Setting display to block enables advanced styling for links */
}

.info{
	width: 40px;
	height: 40px;
	float:left;
}

label, input{
	/* The modal dialog URL field */
	display:block;
	padding:3px;
}

label{
	font-size:10px;
}

fieldset{
	border:0;
	margin-top:10px;
}


/* General styles for the demo page */

h1{
	/* The title of the page */
	color:black;
	font-family: 'Times New Roman', serif;
	font-size: 36px;
	font-weight: normal;
	margin:5px;
	padding:0;
}

h2{
	/* Le lien */
	color: black;
	font-family:'GE Inspira',sans-serif;
	font-size:20px;
	font-weight:normal;
	margin-top: 7px;
}


.clear{
	/* The clearfix hack */
	clear:both;
}

a img{
	border:3px solid #000000;
}

#main{
	/* The main container */
	position: fixed;
	height: auto;
	top: 0;
	left: 0;
        width: 100%;
	text-align: center;
	z-index: 10;
	background: url('../fond1.jpeg') repeat;
}

#main a{
	color:#000000;
	text-decoration:none;
	outline:none;
}

#main a:hover{
	color:red;
	text-decoration:none;
}

a{
	color:red;
	text-decoration:none;
	outline:none;
}

a:hover{
	color:yellow;
	text-decoration:none;
}

aa:hover{
	color:#808080;
}

a.ar{
	font-size:16px;
	color: black;
}

a.retour{
	float: right;
	font-size:16px;
	color: black;
}

.marge {
margin-left: 2em;
}

@media screen and (max-width: 980px) {

	h2{
		/* Le lien */
		color: black;
		font-family:'GE Inspira', 'Arial', sans-serif;
		font-size:1.5em;
		font-weight:normal;
		margin-top: 7px;
		line-height: 1.5em;
	}

	#main a{
		color:#000000;
		text-decoration:none;
		outline:none;
		font-size:1em;
	}

	#main table.menu td {
		font-size: 1.4em;
	}
	
	#gallery{
	margin-top: 180px;
	}
}

