/* CSS Styles for Xtriki Text, Author Tim Reeves, Stand 2007-08-07 */
/* Adapted to Yann-Gaël Guéhéneuc's tastes 2013/08/20 */

/* This is shared with FCKeditor */

h1, h2, h3 {
  font-family: Verdana, Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
  color: #000000;
  text-decoration: none;
}

p, h4, h5, div, ul, li, td, th {
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif, Tahoma;
  font-family: Verdana, Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
  color: #000000;
  text-decoration: none;
}

h1 {
  font-size: 14pt;
  letter-spacing: 1px;
  margin: 12px 0px 6px 0px;
}

h2 {
  font-size: 13pt;
  margin: 11px 0px 5px 0px;
}

h3 {
  font-size: 11pt;
  margin: 10px 0px 4px 0px;
}

h4 {
  font-size: 10pt;
  margin: 8px 0px 3px 0px;
}

h5 {
  color: #333333;
  font-size: 9pt;
  font-weight: normal;
  margin: 6px 0px 2px 0px;
}

p, div, ul, ol, li, table th, table td {
  font-size: 10pt;
  line-height: 140%;
}

p, div.main div.content div {
  margin: 2px 0px 7px 0px;
}

/* FCKeditor converts <b> to <strong> and <i> to <em>, for compatibility MSIE (: */
strong, .strong {
	font-weight: bold;
	letter-spacing: 1px;
}
em, .em {
	font-weight: normal;
	font-style: italic;
}

ul {
	margin: 4px 0px 0px 16px;
	padding: 0px;
}

ol {
	margin: 4px 0px 0px 24px;
	padding: 0px;
}

ul li, ol li {
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 1px;
}

/* These go in the styles dropdown of FCK */
.bluetext {
	color: #000000;
}
.verystrong {
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: 1px;
}
.smalltext {
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif, Tahoma;
  font-size: 9pt;
}
.largetext {
  font-size: 11pt;
}

hr {
  color: #000000;
  background-color: #000000;
  height: 1px;
  width: 100%;
  margin: 12px 0px 5px 0px;
  padding: 0px;
  border-width: 0px;
}

.morespaceabove {
	margin-top: 10px;
}

.lessspacebelow {
	margin-bottom: 3px;
}

table.onepxborder {
	margin: 10px 0px 10px 1px;	/* 1px = FF table margin bug */
}

table.onepxborder th, table.onepxborder td {
	border: 1px solid black;
	padding: 2px 4px;
}

table.twopxborder {
	margin: 4px 0px 4px 0px;
}

table.twopxborder, table.twopxborder th, table.twopxborder td {
	border: 2px inset black;
	padding: 2px 4px;
	margin: 2px;
}

/* Special format for Help Texts */
span.verystrong i {
	color: #C00000;
}

/* Standard link style : Permanently blue links */
a, a:link, a:visited, a:active, a:focus {
  color: #603F0E;
  background-color: transparent;
  text-decoration: underline;
}
/* Except on Hover */
a:hover {
  color: #603F0E;
  background-color: #CBB487;
  text-decoration: underline;
}
