﻿body
{
	/*background-color:rgb(222,221,0);*/
	
	color: #181818;
	font-family: Helvetica ,Arial, "Times New Roman";
	text-align: justify;


}

header a
{
	color: #181818;
	border: 1px black solid;
	padding: 4px;
	margin-bottom:5px;
	
}


header a:hover,footer a:hover
{
	color: #181818;

}


header
{
	margin-bottom: 10px;
	padding-bottom:20px;
	border-bottom: 1px black solid;

}


section
{
	margin-top: 25px;
	margin-bottom:50px;
}

footer
{
	
border-top: 1px black solid;
padding-top: 10px;

}

footer nav li ,header nav li
{
	list-style-type: none;
	display: inline-block;
	color: black;
}





footer nav
{
	text-align:center;
	
	
}

ul
 {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
	
footer a
{
	color: #181818;
	border: 1px black solid;
	padding: 4px;
}
/* ============ ancien num============*/
.liste ul
{
 list-style-type: disc;
	

}
.liste li
{
	padding-bottom: 12px;
}
.sousliste
{ 
padding-left: 30px;
padding-bottom:100 px;

}
.sousliste li
{
	list-style-type:circle;


}

/*====================LISTE DES EXTRAITS==================*/
.boite
{
	height:100px;
	max-height:100px;
 width:200px; 
   max-width:200px;
   display: inline-block;
   border: 1px black solid;
     padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
	margin-bottom:20px;
}
.boite a
{
color: #181818;
}
/* ==================Dans les extraits==========================*/
 /* faire des encadré pour les extraits */ 
.encadre
{
	border-width:1px;
	border-style:solid;
	border-color:black;
	
	padding-top:2px;
	padding-bottom:2px;
	padding-right:5px;
	padding-left:5px;
}	

.extrait img /*que les images ne dépassent pas*/
{ 

 max-height: 100%; max-width: 100%; object-fit: contain
 }
 .extrait p
 {
		font-size: large;
 }
 
 .extrait h4
 {
 font-size: large;
 font-weight: bold;
 }
 .figext figure
{
 max-height: 100%; max-width: 100%; object-fit: contain;
	margin-bottom:20px;
	margin-top:20px;
	text-align: center;
} 

.new-num {
	color: black;
	text-decoration: underline;
}