/*
mes styles CSS personnalisés
*/

/* --- DEBUT CSS CHAPITRAGE - TITRE DE PAGE --- */
.PageTitre1 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #336699;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	text-transform: uppercase;
	}

.PageTitre2 {
	font-size: 16px;
	font-weight: bold;
	color: #336699;
	background-color: #EEEEFF;
	text-align: left;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #7A9ABF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #7A9ABF;
	text-indent: 5px;
	}

.PageNote {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7A9ABF;
	text-indent: 5px;
	}
/* FIN CSS CHAPITRAGE - TITRE DE PAGE */