body{
	background-color: #676767;
}

h2{
	text-decoration: underline;
	color: #150070;
}
	
img{
    display: block;
    margin-left: auto;
    margin-right: auto;
	border: 3px solid black;
}

hr{
	color: #E0E0E0;
}

main{
	margin: 30px;
}

/*Le sélécteur article{} s'occupe de l'apparence des sous-parties*/
article{
    width: 50%;
	padding: 35px;
	border: 2px solid black;
	margin: 40px;
	background-color: #BBBBBB;
}

/*Les classes qui suivent permmetent principallment a la disposition des éléments sur la page*/
.nom{
	text-align: center;
	margin: 50px;
	font-weight: bold;
	text-decoration: underline;
	font-size: x-large;
}

.right{
	display: block;
	margin-left: auto;
}

.center{
	text-align: center;
}

.date{
	text-align: right;
}

/*Chacun de ces identifiants correspond à une image*/
#charte{
	width: 40%;
}

#logo{
	width: 30%;
}



/*Derniére modification : 16/10/2025 22:26 */