﻿/* Définition des titres avec leur markup SPS */
/* Chaque titre est définit via sa classe SPS (ms-rteElement-*) et via le style standard (H1,H2 ...) mais dans une zone de contenu (fullHeightCol) de manière 
à ne pas impacter les pages système SPS */
/* En cas présence de lien, les propriétés CSS standard sont écrasées pour conserver l'apparence */

/* Titre 1 */
H1.ms-rteElement-Helpevia-H1 {
  -ms-name:"Helpevia : Titre 1";
}

.ms-rteElement-Helpevia-H1 {
	font-family:century gothic;
	font-size: 35px !important;
	font-style: normal !important;
    color: #005165;
	font-weight: bold;
	margin:0px;
	line-height: 35px;
}

.fullHeightCol   h1 {
	font-family:century gothic;
	font-size: 35px !important;
	font-style: normal !important;
    color: #005165;
	font-weight: bold;
	margin:0px;
	line-height: 35px;
}

.ms-rteElement-Helpevia-H1 A:link { 
	color: #3399ff !important;
}

.ms-rteElement-Helpevia-H1 A:visited {
	color: #3399ff !important;
}

.ms-rteElement-Helpevia-H1 A:hover {
	color: #3399ff !important;
	text-decoration: none !important;
}

/* Titre 2 */
H2.ms-rteElement-Helpevia-H2 {
  -ms-name:"Helpevia : Titre 2";
}

.ms-rteElement-Helpevia-H2 {
	font-family:verdana;
	letter-spacing:0px;
	color:#a1bd30;
	font-size:25px !important;
	font-style:normal !important;
}

.fullHeightCol  h2 {
	font-family:verdana;
	letter-spacing:0px;
	color:#a1bd30;
	font-size:25px !important;
	font-style:normal !important;
}

.ms-rteElement-Helpevia-H2 A:link {
	font-family:verdana !important;
	color: #a1bd30 !important;
}

.ms-rteElement-Helpevia-H2 A:visited {
	font-family:verdana !important;
	color: #a1bd30 !important;
}

.ms-rteElement-Helpevia-H2 A:hover {
	font-family:verdana !important;
	color: #a1bd30 !important;
	text-decoration: none !important;
}

/* Titre 3 */
H3.ms-rteElement-Helpevia-H3 {
  -ms-name:"Helpevia : Titre 3";
}

.ms-rteElement-Helpevia-H3 {
	font-family:verdana;
	margin-top: 0;
	color: #8C0209;
	font-size: 1em !important;
	font-style:normal !important;
}

.fullHeightCol h3 {
	font-family:verdana;
	margin-top: 0;
	color: #8C0209;
	font-size: 1em !important;
	font-style:normal !important;
}

.ms-rteElement-Helpevia-H3 A:link {
	font-family:verdana !important;
	color: #8C0209 !important;
}

.ms-rteElement-Helpevia-H3 A:visited {
	font-family:verdana !important;
	color: #8C0209 !important;
}

.ms-rteElement-Helpevia-H3 A:hover {
	font-family:verdana !important;
	color: #8C0209 !important;
	text-decoration: none !important;
}

/* Titre 4 */
H4.ms-rteElement-Helpevia-H4 {
  -ms-name:"Helpevia : Titre 4";
}

.ms-rteElement-Helpevia-H4 {
	color: white;
	background-color: #2f5367;
	text-align:right;
	padding:10px;
	font-family: Verdana !important;
	font-size: 11px !important;
	font-style:normal !important;
	margin:0px;
}

.fullHeightCol h4 {
	color: white;
	background-color: #2f5367;
	text-align:right;
	padding:10px;
	font-family: Verdana !important;
	font-size: 11px !important;
	font-style:normal !important;
	margin:0px;
}

.ms-rteElement-Helpevia-H4 A:link {
	font-family: Verdana !important;
	color: white !important;
}

.ms-rteElement-Helpevia-H4 A:visited {
	font-family: Verdana !important;
	color: white !important;
}

.ms-rteElement-Helpevia-H4 A:hover {
	font-family: Verdana !important;
	color: white !important;
	text-decoration: none !important;
}

/* Titre 5 */
H5.ms-rteElement-Helpevia-H5 {
  -ms-name:"Helpevia : Titre 5";
}

.ms-rteElement-Helpevia-H5 {
	font-family: Verdana; 
	font-size: 18px !important; 
	font-weight: bold !important; 
	color: #305e78;
	margin:0px;
}

.fullHeightCol h5 {
	font-family: Verdana; 
	font-size: 18px !important; 
	font-weight: bold !important; 
	color: #305e78;
	margin:0px;
}

.ms-rteElement-Helpevia-H5 A:link {
	color: #305e78 !important;
}

.ms-rteElement-Helpevia-H5 A:visited {
	color: #305e78 !important;
}

.ms-rteElement-Helpevia-H5 A:hover {
	color: #305e78 !important;
	text-decoration: none !important;
}

/* Titre 6 */
H6.ms-rteElement-Helpevia-H6 {
  -ms-name:"Helpevia : Titre 6";
}

.ms-rteElement-Helpevia-H6 {
	font-family: Verdana; 
	font-size: 18px !important; 
	font-weight: bold !important; 
	color: #a1bd30;
	margin:0px;
}

.fullHeightCol h6 {
	font-family: Verdana; 
	font-size: 18px !important; 
	font-weight: bold !important; 
	color: #a1bd30;
	margin:0px;
}

.ms-rteElement-Helpevia-H6 A:link {
	color: #a1bd30 !important;
}

.ms-rteElement-Helpevia-H6 A:visited {
	color: #a1bd30 !important;
}

.ms-rteElement-Helpevia-H6 A:hover {
	color: #a1bd30 !important;
	text-decoration: none !important;
}

/* Titre 7 */
H4.ms-rteElement-Helpevia-H7 {
  -ms-name:"Helpevia : Titre 7";
}

.ms-rteElement-Helpevia-H7 {
	color: white !important;
	background-color: #F39502 !important;
	font-family: Verdana !important;
	text-align:left !important;
	padding:10px;
	font-size: 11px;
	font-style:normal;
	margin:0px;
}

.ms-rteElement-Helpevia-H7 A:link {
	font-family: Verdana !important;
	color: white !important;
}

.ms-rteElement-Helpevia-H7 A:visited {
	font-family: Verdana !important;
	color: white !important;
}

.ms-rteElement-Helpevia-H7 A:hover {
	font-family: Verdana !important;
	color: white !important;
	text-decoration: none !important;
}