/* styles spécifiques à la page centrale  - Mise à jour 24/09/2017 09:41:25 */
/* page centrale diaporama */
#diaporama {
	margin:0 auto;
	text-align:center;
	position:relative;
}
#diaporama:before {
	content: '';
	padding-top: 37%;
	display: inline-block;
}
#diaporama img {
	width:100%;
	min-width:100%;
	position:absolute;
	top:0;
	left:0;
}
#pageTitle {
	margin:0.5em auto;
	border: 1px solid #990000;
	border-radius:0.5em;
	padding:0.5em;
	padding-top:0.25em;
}
.centrale .tile {
	border-radius:0.5em;
}

/* la classe "index" distingue les tuiles ne contenant qu'un titre et un sous-titre.
   Les tuiles contenues dans une liste "index" ont le texte centrÃ© verticalement */
.tileList.index .tile {display:inline-table;width:auto;text-align:left;}
.tileList.index .tile img,
.tileList.index .tile figcaption {
	float:none;
	display:table-cell;
	vertical-align:middle;
	margin:0;
}
.tileList.index .tile figcaption {
	width:85%;
	text-align:center;
	font-weight:bold;
}
.tileList.index table {width:100%;}
.tileList.index td {width:50%;min-width:50%;max-width:50%;}
.tileList.index td:first-child {text-align:left;}
.tileList.index td:last-child {text-align:right;}
.tileList.index td .tile {width:98%;}
.tileList.index td:only-child {width:100%;min-width:100%;max-width:100%;}
.tile, .tileList.index td:only-child .tile {width:100%;}
.tileList.index td .tile img {max-width:100%;}

/* le paragraphe "latestNews" contient un lien vers la page de News la plus rÃ©cente */
#latestNews {margin-top:0.5em !important;}
/* la section "latestItems" contient des tuiles d'index */
#latestItems div {width:75%;margin:auto;}