	/* Generated by the CoffeeCup Web Editor - www.coffeecup.com */
			
/*
Description...


@created:       25/04/2019 - 20:15:57
@today:         25/04/2019
@project:       Saint-Isidore
@path:          /Users/yallen/Documents/Site Saint-Isidore/Saint-Isidore.com/HTML5/ccsiDefunts.css

@author:        Yvon Allen
			
@version:       $Revision:$
*/

* {
	margin: 0;
	padding: 0;
}

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

section {
	width: 95%;
	margin: auto;
	margin-top: 2%;
	margin-bottom: 2%;
	padding: 1%;
	background-color: AntiqueWhite;   /* Lavender */
	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%;
}

h2.titre2 {
	font-size: 1.2em;
	text-align: left;
	margin-top: 1%;
	margin-bottom: 1%;
}

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

.rang {
	display: inline-block;
	width: 22%;
	margin: 1%;
	background-color: RoyalBlue;
	box-shadow: 7px 7px 7px DarkSlateGray;
	border: 2px solid black;
}

.cadre {
	border: 3px solid white;
	margin-top: 8%;
	margin-bottom: 2%; 
}

.marge {
	margin-bottom: 2%; 
	color: white;
	font-size: 0.8em;
	text-align: center;
	font-family: "Satisfy", "Arial", sans;
	line-height: 110%;
}

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

.source {
	display: inline-block;
	text-indent: 0%;
}

.livre1 {
	width: 24%;
	display: block;
	float: left;
	border: 1px solid black;
	box-shadow: 5px 5px 5px DimGray;
	margin-right: 2%;
	margin-bottom: 1%;
}

.livre2 {
	width: 15%;
	display: block;
	float: left;
	border: 1px solid black;
	box-shadow: 5px 5px 5px DimGray;
	margin-right: 2%;
}

/* 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;
}


