/* Start of CMSMS style sheet 'STI Content' */
/* HEADINGS */
div#content h1 {
	font-size: 2em;
	line-height: 1em;
	margin: 0;
}
div#content h2 {
	color: #008edb;
	font-size: 1.5em; /* font size for h2 the higher the h number the smaller the font size, most times */
	text-align: left;
	padding-left: 0.5em; /* some air around the text */
	padding-bottom: 1px;
	border-bottom: 1px solid #8b8561; /* set borders around header */
	border-left: 1.1em solid #8b8561;
	line-height: 1.5em; /* a larder than h1 line height */
	margin: 0 0 0.5em 0; /* and some air under the border */
}
div#content div#main h3 {
	color: #008edb;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
	border-bottom: 1px solid #8b8561; /* set borders around header */
}
div#content h4 {
	color: #008edb;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {
	color: #008edb;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h6 {
	color: #008edb;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */
/* TEXT */
p {
	font-size: 1em; /* default p font size, this is set different in some other divs */
	margin: 0 0 1.5em 0; /* some air around p elements */
	line-height: 1.4em;
	padding: 0;
	text-align : justify;
}
blockquote {
	border-left: 10px solid #8b8561;
	margin-left: 10px;
}
strong, b {
	font-weight: bold; /* explicit setting for these */
}
em, i {
	font-style: italic; /* explicit setting for these */
}
code, pre { /* Wrapping text in <code> tags. Makes CSS not validate */
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
	border: 1px solid Black; /* black border for pre blocks */
	background-color: #ddd; /* set different from surroundings to stand out */
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
div.templatecode { /* Separating the divs on the template explanation page */
	margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
	margin: 0 0 0.25em 3em;
}
/* definition lists topics on bold */
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #8b8561;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */
/* Table */
table#dates_imp {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border-width: thin thin thin thin;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
table#dates_imp th {
	text-align: center;
	border-width: thin thin thin thin;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table#dates_imp td {
	border-width: thin thin thin thin;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table#dates_imp td.entete {
	width: 25%;
}
table#dates_imp td.contenu {
	width: 35%;
}

/* End of 'STI Content' */

