.subMenu {
	color: #88C4B8;
	font-weight: bold;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: left;
	cursor: pointer;
}

.subMenuOn {
	color: #C3FFF3;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: left;
	cursor: default;
}

p {
	color: #053F6C;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: justify;
	text-indent: 30;
	cursor: default;
}

.txt {
	color: #053F6C;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	cursor: default;
}

.title {
	color: #37719E;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	text-align: justify;
	cursor: default;
}

.txtIntro {
	color: #053F6C;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	cursor: default;
}

.link {
	color: #053F6C;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	text-decoration: none;
	cursor: pointer;
}

.noLink {
	color: #053F6C;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	text-decoration: none;
	cursor: default;
}

.info {
	color: #053F6C;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 11px;
	text-decoration: none;
	cursor: default;
}
<!-- .txt : idem que paragraphe mais sans l'indentation -->
<!-- .titre : utilisé pour le titre des articles -->
<!-- .txtIntro : utilisé pour la page d'accueil -->
<!-- .info : heures d'ouverture, adresse, ... -->
