body{
	margin-right: 15%;
	margin-left: 15%;
	font-family: monospace;
	font-size: x-large;
	text-indent: 0%;
}

a{
	text-decoration: none;
	color: black;
}

a:hover{
	color:rgb(141, 182, 0);	
}

dl.toc2{
	top: 40;
	left: 40;
	position:fixed;
}

.dropdown{
  display: none;
  position: relative;
  left: 20px;
}

dt:hover .dropdown{
  display:block;
}

h1{
	text-align: center;
	font-size: 100px;
	color: rgb(141, 182, 0);
}

h2{
	text-align: center;
	font-size: 50px;
	color: rgb(141, 182, 0);
}

h3{
	text-align: center;
}
h3.sommaire{
	top: 10;
	left: 40;
	position:fixed;
}
p{
	margin-right: 250px;
	margin-left: 250px;
	letter-spacing: 0px;
	line-height: 1.5;
	text-align: justify;
}

figure p img{
	position:relatif;
	display:block;
	max-width:100%;
}
