/* Feuille de style «Comité local»
			
Description
			
@created:      2024/08/12
@today:         
@project:      Saint-Isidore
@path:         /Users/yallen/Documents/Site Saint-Isidore/Saint-Isidore.com/HTML5/ccsiComiteLocal.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: Aquamarine;
	border-radius: 10px;
	box-shadow: 5px 5px 5px DimGray;
	border: 1px solid black;
}

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

.photocentrer {
	text-align: center;
	box-shadow: 7px 7px 7px DarkSlateGray;
	width: 100%;
/*	margin-top: 2%;
	margin-bottom: 2%;  */
}

p {
	margin: auto;
	margin-bottom: 1%;
	text-indent: 2%;
	line-height: 1.4;
}

ul.liste {
	list-style-type: none;
	margin-left: 2%;
/*	text-indent: 2%;  */
	line-height: 1.4;
}