
body{
background-color: white;
color: black;
font-family: Comic Sans MS;
font-size: 18px;
}
body a{
	text-decoration: none;
}
body a:hover{
	text-decoration: underline;
}


#flèche{
	width: 8%;
	height: 8%;
	position: fixed;
	bottom: 30px;
	right: 25px;
}



img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}



#sommaire{
	width: 18%;
	position: fixed;
	right: 15px;
	margin: 10px;
	padding-bottom: 30px;
	border: 2px dashed gray;
	background-image: url("kingjucaneton.jpg") ;
	color: white;
}
#sommaire h3{
	padding-left: 10px;
}
#sommaire ul{
	padding-left:40px;
}
#sommaire a:visited{
	color: skyblue;
}
#sommaire a:active{
	color: red;
}








.images_contenu2{
	border: 1px solid #c1c1c1;
	background-color: #e5e5e5;
	padding: 5px;
	width: 60%;
	height: 60%;
	font-size: 15px;
	text-align: center;
	margin-bottom: 50px;
}
.images_contenu{
	border: 1px solid #c1c1c1;
	background-color: #e5e5e5;
	padding: 5px;
	width: 22%;
	height: 22%;
	margin: 20px;
	float: right;
	font-size: 15px;
	text-align: center;
}
#contenu img{
	border: 1px solid #c1c1c1;
}









.images_table{
	width: 150px;
	height: 150px;
	margin: 5px;
	
}
table{
	font-size: 30px;
	text-align: center;
	margin-bottom: 50px;
}
table th{
	padding: 10px;
}








.images_disco{
	position: relative;
	width:30%;
	height:30%;
	margin-right : 100px;
	margin-left: 100px;
	margin-top: 80px;
	margin-bottom: 80px;
	border: 1px solid #c1c1c1;
	background-color: #e5e5e5;
	padding: 5px;
	text-align : center;
}
.images_disco img{
	border: 1px solid #c1c1c1;
}

#contenu_disco{
	margin-right: 10%;
	margin-left: 10%;
	border: 2px dotted gray;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#contenu_disco h1{
	border-bottom: 2px solid #a8a8a8;
}








#contenu{
	margin-right: 20%;
	margin-left: 10%;
	border: 2px dotted gray;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.titre_border{
	width: 74%;
}
#contenu h1{
	border-bottom: 2px solid #a8a8a8;
}
#contenu h3{
	margin-left: 15px;
	border-bottom: 1px dotted gray;
}
#contenu p{
	margin-left: 30px;
}









#haut_de_page{
	border-bottom: 3px solid gray;
	background-color: white;
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 60px;
	padding: 20px;
	text-align: center;
	font-size: 40px;
	text-decoration: none;
}
.haut_de_page2{
	margin-left:40px;
	margin-right: 40px;
}
#pied_de_page{
	color: black;
	background-color: white;
	font-size: 15px;
	text-align: center;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 100px;
	padding: 20px;
	border-top: 3px solid gray;
}

