/* Feuille de style «Horaire des célébrations»
			
Description
			
@created:      13/08/2020
@today:         
@project:       Saint-Isidore
@path:          /Users/yallen/Documents/Site Saint-Isidore/Saint-Isidore.com/HTML5/ccsiHoraire.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: Gold;
	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: 1%;
}

@keyframes commentaire {
    50% {text-shadow: 10px 10px 20px DarkSlateGray;}
}

h2.titre2 {
	font-size: 1.2em;
	text-align: center;
	color: MediumBlue;
	margin-bottom: 1%;
	animation: commentaire 2s infinite;
}

.photocentrer {
	text-align: center;
	margin-top: 2%;
	margin-bottom: 2%; 
}

.cadre {
	width: 92%;
	border: 2px solid black;
	margin-top: 2%;
	margin-bottom: 2%; 
	background-color: white;
	background-image: url ("../images/BasNef.jpg");
	box-shadow: 7px 7px 7px DarkSlateGray;
}
/*
p {
	margin: auto;
	margin-bottom: 1%;
	text-indent: 2%;
	line-height: 1.4;
} */

/* Modification de l'état des liens hypertextes */

a.lien:link, a.lien:visited {
	color: MediumBlue;
	text-decoration: none;
}

a.lien:hover  {
	color: OrangeRed;
	text-decoration: underline;
} 
