@font-face {
	font-family: 'Times New Roman';
	src: url('Times_New_Roman.ttf')format('truetype');
}

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

html, body {
	margin: 0;
	padding: 0;
	font-family: 'GE Inspira', verdana, sans-serif;
	font-size: 14pt;
background: url(fond3.jpg);
background-attachment: fixed;
}

* {
	box-sizing: border-box;
}

@media screen and (max-width: 980px) {
	#droite {
		position: relative;
		width: 96%;
		margin-top: 150px;
		margin-left: 2%;
		margin-right: 2%;
		font-size: 20pt;
	}
	#gauche {
		z-index: 1;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color: rgba(255, 255, 255, .9);
	}
	#gauche.closed {
		height: 130px;
		overflow: hidden;
	}
	#gauche.opened {
		/* height: auto; */
		overflow: hidden;
	}
	#gauche h1, #gauche h2 {
		width: 100%;
		text-align: center;
		font-size: 2em;
	}
	#gauche a.menu {
		position: absolute;
		right: 2%;
		top: 10px;
		width: 60px;
		height: 60px;
		border: 1px solid #000;
		border-radius: 50%;
	}
	#gauche.closed a.menu::before {
		content:'˅';
		font-size: 30px;
		position: absolute;
		top: 50%;
		left: 50%;
		/* padding: 3px; */
		transform: translate(-50%, -50%) scaleY(-1);
		transform-origin: center center;
	}
	#gauche.opened a.menu::before {
		content: '˅';
		font-size: 30px;
		position: absolute;
		top: 50%;
		left: 50%;
		/* padding: 3px; */
		transform: translate(-50%, -50%);
		transform-origin: center center;
	}
	#droite img {
		display: block;
		width: 80%;
		height: auto;
		margin: 0 auto;
	}
	#droite img.aaa {
		margin-left: 0; 
	}
	.header {
		text-align: center;
		font-size: 1.6em;
		line-height: 2.5em;
	}
	table {
		width: 100%;
	}
	table.cols-3 td {
		width: 33.33%;
		text-align: center;
	}
	table.cols-3 td img {
		width: 90%;
		height: auto;
		border: 3px solid #000000;
	}
	.footer {
		position: relative;
		width: 100%;
		font-size: 1.3em;
		padding: 5% 5%;
	}

	#gauche table.menu {
		width: 100%;
	}

	#gauche table.menu td {
		text-align: center;
   		font-family: 'Times New Roman', serif;
   		font-size: 40px;
   		padding-bottom:40px;
	}

	#gauche #en-cours a {
		font-size: 55px;
		color: red;
		font-family: 'Times New Roman', serif;
	}
}

/*
* 
*
*
*
*/

@media screen and (min-width: 981px) {
	#gauche {
		position: fixed;
		float: left;
		overflow-y: auto;
		font-size: 1em;
		padding-left: 1.5em;
		width: 20%;
		max-width: 250px;
		padding-right: 1%;
		left: 0;
		bottom: 20%;
		top: 0;
	}
	#droite {
		position: relative;
		width: 80%;
		margin-top: 3%;
		margin-left: 20%;
		padding-right: 2%;
	}
	.header {
		font-size: 1em;
		line-height: 30px;
		margin-left:30px;
	}
	.headerbis{
		margin-left: 0px;
		margin-top:7px;
		margin-bottom:7px;
	}

	.footer {
		/*position: fixed;
		width: 20%;*/
		padding-right: 2%;
		bottom: 20px;
		font-size: 15px;
	}
}

#droite p {
	margin-bottom: 10px;
}

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

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

h1 {
	/* font-size: 20px; */
	font-weight: bold;
	margin: 0;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	margin: 0;
}

.espacebas {
	margin-bottom: 4em;
}

.table3 {
  border-spacing: 15px 2px; 
  border:0;
}

#table2 td {
	padding: 0px 15px 0px 0px;
}

#table1 caption { 
  caption-side: bottom;
  text-align: left;
  font-size: 15px;
  margin-top: 15px;
}

ul {
	font-size: 1em;
	padding: .5em;
}

table.menu {
   width: 220px;
}

table.menu td {
   font-family: 'Times New Roman', serif;
   font-size:20px;
   padding-bottom:15px;
}

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

table.menu td a{
   color: #525252; #878787;
}

#en-cours a {
	font-size: 30px;
	color: red;
	font-family: 'Times New Roman',serif;
}

table.menu td a:hover {
  color: #1c1c1c;
}

