﻿/***********************************************/
/* Styles du texte hierarchique				   */
/***********************************************/
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	color: #1F0054;
	text-align:left;
	text-indent: 0em;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #007120;
	margin: 6px;
	text-align:left;
	text-indent: 0em;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #007120;
	font-weight: bold;
	margin: 6px;
	text-align:left;
	text-indent: 0em;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #007120;
	font-weight: bold;
	margin: 6px;
	text-align:left;
	text-indent: 0em;
}
p, ul, h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #007120;
	font-weight: normal;
	margin: 6px;
	text-align:left;
	text-indent: 0em;
}
h5.rouge {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #D63929;
	text-align:left;
	text-indent: 0em;
}
h5.violet {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #1F0054;
	text-align:left;
	text-indent: 0em;
}
blockquote, h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #1F0054;
	margin: 6px;
	text-align:left;
	text-indent: 0em;
}
/***********************************************/
/* Styles des programmes Bassac				   */
/***********************************************/
p.bassac {
	color: #1F0054;
}

/***********************************************/
/* Styles des formulaires					   */
/***********************************************/
.jforms-table {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #007120;
	font-weight: normal;
	text-align:left;
	text-indent: 0em;
}
.jforms-label {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1F0054;
}
.jforms-captcha-question {
	font-family: Courier, serif;
	font-size: 14px;
	font-weight: normal;
	color: #007120;
}
legend {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #007120;
	font-weight: bold;
	margin: 6px;
	text-align:left;
	text-indent: 0em;
}

