﻿/*---------------------------------*/
/* Jeu de caractères par défaut    */
/*---------------------------------*/
BODY {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-STYLE : Normal;
	FONT-SIZE: 10pt;
	COLOR: #60240C;
}
a:link {
    text-decoration: none;
	color: #974B00;
}
a:visited {
	text-decoration: none;
	color: #974B00;
}
a:active {
	text-decoration: none;
	color: #974B00;
}
a:hover {
    text-decoration: underline;
    color: #D26900;
}
#tableMenu a:link {
    color: #60240C;
}
#tableMenu a:hover {
    text-decoration: none;
    color: #60240C;
}
#tableMenu a:visited {
    color: #60240C;
}
#tableMenu a:active {
    color: #60240C;
}
.menuHead {
	font-family: "Maiandra GD";
	font-size: 15px;
	font-style: italic;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #FFFFFF;
}
.linkMenue2 {
	background-color: #FFE8D9;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	padding-left: 4px;
}
hr {
	color: #EECDBF;
	font-size: 1px;
}

/*---------------------------------*/
/* Styles pour titre               */
/*---------------------------------*/
.titreMajuscule {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: uppercase;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #60240C;
	font-weight: bold;
	font-style: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #60240C;
	font-weight: bold;
	font-style: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 10pt;
	color: #60240C;
	font-weight: bold;
	font-style: normal;
}
h4 {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 5px;
    padding-bottom: 0px;
}
.backToTop {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-style: italic;
}
.ligneVerticale {
	border-left-style: solid;
	border-left-width: 3px;
	border-left-color: #EECDBF;
	width: 5px;
}
.paragraf_indent {
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.paragraf_norm {
	margin-top: 5px;
	margin-bottom: 15px;
}
.imageColumn {
	margin-bottom: 3px;
}
.imageLeft {
	padding-right: 10px;
	float: left;
}
.imageLegende {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
}
.imageRight {
	padding-left: 10px;
	float: right;
}
.linkTexte {
	font-style: italic;
}
.textBold {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 10pt;
}
.textBlocksatz {
    text-align: justify;
}
.textCenter {
    text-align: center;
}
.textCitation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.textHoch {
	font-size: 8pt;
	vertical-align: text-top;
}
.textRight {
	text-align: right;
}
.erhebungTable {
	border-collapse: collapse;
	border: 1px solid #C0C0C0;
	background-color: #FFF8F4;
}
.erhebungTextBold {
	font-weight: bold;
	text-align: center;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	font-family: Arial, Helvetica, Sans-Serif;
}
.erhebungTextNormal {
	font-weight: normal;
	text-align: justify;
	padding-top: 2px;
	margin-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
.tableTextColumn {
	width: 48%;
	border-collapse: collapse;
	vertical-align: top;
}

