/* Feuille de style «Équipe pastorale»
			
Description
			
@created:      2023/10/30
 modifié:      2024/08/31
@today:         
@project:      Saint-Isidore
@path:         /Users/yallen/Documents/Site Saint-Isidore/Saint-Isidore.com/HTML5/ccsiEquipePastorale.css

@author:       Yvon Allen
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Myriad Pro", "Arial", "Optima", "Arial Narrow", "Comic sans";
	font-weight: normal;
	color: Black;
}

section {
	width: 92%;
	margin: auto;
	margin-top: 2%;
	margin-bottom: 2%;
	padding: 2%;
	background-color: PeachPuff;
	border-radius: 10px;
	box-shadow: 5px 5px 5px DimGray;
	line-height: 1.5;
	border: 1px solid black;
}

h1.centreinfo {
	font-size: 1.2em;
	text-align: center;
	text-shadow: 3px 3px 8px gray;
	margin-top: 1%;
	margin-bottom: 1%;
}

p {
	margin-top: 1%;
	margin-bottom: 1%;
	text-indent: 2%;
	line-height: 1.6;
}

ul.liste {
	list-style-type: square;
	margin-left: 2%;
}

ul.pcumnb {
	list-style-type: square;
	margin-left: 2%;
	font-weight: bold;
}

li {
	margin-left: 2%;
}