/************************************************************/
/*                  POLICE GENERALE                         */
/************************************************************/
body {
	font-family: Helvetica;
	font-size: 19px;
	line-height: 28px;
	color: #2c492e;
	margin: 0;
}
	/* SMARTPHONE */
	@media all and (max-width:599px) {body {
		font-size: 16px;
		line-height:24px;
	}}

p { margin: 0; }

p u {
	border-bottom: 1px solid currentColor;
	text-decoration: none;
}

.TexteDroite { text-align:right; }
.BleuGras {
	color: #4D006C;
	font-weight: bold;
}
.tabulation { padding-left: 22px; }

/********************** ENUMÉRATIONS **********************/

.page_column_a > li { 
	padding-left: 8px;
	margin-left: 44px;
}

/********************** HYPERLINK **********************/
a,a.link {
	color:#000;
	text-decoration: none;
}

a:hover {
	font-weight:bold;
}
/************************************************************/
/*                  POLICE DES TITRES                       */
/************************************************************/
/* h1 */
h1 {
	font-size: 24px;
	margin-top: 33px;
	margin-bottom: 22px;
	font-weight: bold;
}
	/* TABLETTE */
	@media all and (min-width:600px) and (max-width:991px) {h1 {
		font-size: 22px;
		line-height:20px;
		margin-top: 23px;
		margin-bottom: 12px;
	}}
	/* SMARTPHONE */
	@media all and (max-width:599px) {h1 {
		font-size: 18px;
		line-height:20px;
		margin-top: 18px;
		margin-bottom: 7px;
	}}

/* h2 */
h2 {
	font-size: 20px;
	line-height:24px;
	margin-top: 15px;
	margin-bottom: 5px;
	font-weight: bold;
}
	/* TABLETTE */
	@media all and (min-width:600px) and (max-width:991px) {h2 {
		font-size: 18px;
	}}
	/* SMARTPHONE */
	@media all and (max-width:599px) {h2 {
		font-size: 17px;
	}}

/* h3 */
h3 {
	margin-top: 22px;
	margin-bottom: 11px;
	font-weight: bold;
	color: #4D006C;
}

/* h5 - NOTES */
h5 {
	margin-top: 22px;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
}

/* h6 - Saut de ligne */
h6 {
	margin-top: 18px;
	margin-bottom: 0;
	font-size: 0;
	line-height: 0;
}

/* hr - ligne horizontale */
hr {
	border-top: 2px solid #c1d3b0;
	border-bottom: none;
	border-right: none;
	border-left: none;
	margin-top: 22px;
	margin-bottom: 22px;
}
