/* Styles perso avec template creator ck */
/* déclinaison pierrres romanes */

	/* corps du texte taille moyenne */
.texnormal {
	font-size: 13px;
	font-family: 'Open Sans';
	letter-spacing: 0.3px;
	line-height: 20px;
}

	/* note de bas de page */
.notebdp {
	font-family: 'Open Sans';
	font-size: 10px;
	letter-spacing: 0.3px;
	line-height: 16px;
}

	/* Accroche pour entete ou équivalent */
.texaccroche {
	font-size: 13px;
	font-family: 'Open Sans';
	font-weight: bold;
	color: #444444;
	letter-spacing: 0.4px;
	line-height: 20px;
}

	/* fccus texte en gras couleur */
.texfocus    {
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: bold;
	color: #937b84;
	text-align: left;
	line-height: 18px;
	letter-spacing: 0.8px;
}

	/* corps du texte taille grande */
.texgrand {
	font-size: 15px;
	font-family: 'Open Sans';
	letter-spacing: 0.4px;
	line-height: 22px;
}


	/* cartouche mise en evidence */
.evidence {
	border-top: 2px solid #82858f;
	border-bottom: 2px solid #82858f;
	padding: 1em 1em 1em 5em;
	background: #f6f6ff url(../../../images/stories/im_template/icon-arrow-red-lien.png) no-repeat 1.5em;
	font-family: 'Open Sans';
	font-size: 14px;
	color: #252525;
	letter-spacing: 0.3px;
	line-height: 18px;
}

	/* cartouche plus */
.plus {
	border-top: 2px solid #F88383;
	border-bottom: 2px solid #F88383;
	padding: 1em 1em 1em 5em;
	background: #FFD7D7 url(../../../images/stories/im_template/icon-arrow-red-lien.png) no-repeat 1.5em;
	letter-spacing: 0.1em;
}

	/* texte encadre */
.encadre {
	border: 1px solid #d0d0d0;
	background-color: #fafafa;
	padding: 2px 4px;
	min-height: 22px;
}

/* lettrine pour les pierres romanes */
.text-dropcap p:first-child:first-letter,
p.text-dropcap:first-child:first-letter {
	color: #4c4dc4;
	font: 4em/.8em "Times New Roman", Times, serif;
	float: left;
}

/* légende des photos des coiffes */
.legtheme {
	font-family: 'Open Sans';
	font-size: 11px;
	color: #000160;
	letter-spacing: 0.3px;
	line-height: 16px;
}


/* sous-titre des romanes */
.soustit {
	font-family: 'Merriweather';
	font-size:1.3em;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding-top: 4px;
	padding-bottom: 2px;
	color:#4c4dc4; 
}

.soustit2 {
	font-family: 'Merriweather';
	font-size:1.1em;
	font-weight: bold;
	letter-spacing: 0.3em;
	padding-top: 2px;
	padding-bottom: 1px;
	color:#575db1; 
}

/* citation romanes */
.citation {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-style: italic;
	margin: 12px 12px 8px 12px;
	padding: 8px 8px 8px 8px;
	border: 1px solid #4b52b1;
	color: #404070;
}
.citation:first-letter,
.citation :first-child:first-letter {
	color: #404070;
	font: 4em/.8em "Times New Roman", Times, serif;
	float: left;
}
.cita_sign {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: normal;
	margin-right: 12px;
	color: #404070;
	text-align: right;
	letter-spacing: 0.1em;
}