p {
	padding-top: 0.5em;
}

.submenu {
	list-style: none;
	text-align: right;
	font-size: 0.7em;
	margin-top: -5px;
	padding-right: 0.6em;
	margin-bottom: 1.5em;
	color: #CCCCCC;
}

.submenu a {
	color: #CCCCCC;
	text-decoration: none;
}

.submenu a:hover {
	color: #c19878;
}

.submenu-title {
	font-weight: bold;
	padding-right: -0.5em;
	padding-top: 0.4em;
	text-decoration: none;
	color: #b96c41;
}

.langFr {
	background-image: url("../images/fr.png");
	background-repeat: no-repeat;
	background-position: 2px;
	padding: 0.1em;
	padding-left: 22px;
}

.langEn {
	background-image: url("../images/gb.png");
	background-repeat: no-repeat;
	background-position: 2px;
	padding: 0.1em;
	padding-left: 22px;
}

.menu-item {
	cursor: pointer;
}

h2 {
	color: #b96c41;
}

h3 {
	color: #b96c41;	
}

h3.paddingTop {
	color: #b96c41;
	padding-top: 1em;
}

#content > div img.paddingLeft {
	padding-right: 1em;
}

.bold {
	font-weight: bold;
}

.marginAll08 {
	margin: .8em;
}

.marginAll10 {
	margin: 1.0em;
}

.marginTop {
	margin-top: 1.5em;
}

.marginTop05 {
	margin-top: 0.5em;
}

.marginTop10 {
	margin-top: 1.0em;
}

.marginTop15 {
	margin-top: 1.5em;
}

.marginTop20 {
	margin-top: 2.0em;
}

.marginTop25 {
	margin-top: 2.5em;
}

.marginBottom20 {
	margin-bottom: 2.0em;
}

.fontSize12 {
	font-size: 1.2em;
}

.fontBold {
	font-weight: bold;
}

blockquote {
	padding: 1em;
	font-weight: bold;
	color: #b96c41;	
}

blockquote.special {
	padding: 0.5em;
	padding-top: 2em;
	font-weight: bold;
	font-size: 1.2em;
	color: #b96c41;
	text-align: center;
	margin-top: 2em;
}

.height560 {
	height: 575px;
}

.list {
	padding: 1em;
}

.list > li {
	padding: 0.3em;
}

a {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #DDDDDD;
}

.floatLeft {
	float: left;
}

.clearBoth {
	clear: both;
}

.borderHighlight1 {
	border: 1px solid #b96c41;
}

.slogan {
	padding: 0.5em;
	font-weight: bold;
	font-size: 1.2em;
	color: #b96c41;	
}

.linkPdf {
	display: block;
	padding-bottom: 0.2em;
	background-image: url('../images/pdf.png');
	background-repeat: no-repeat;
	padding-left: 18px;
}

.noBulletsList {
	list-style: none;
}

.externalLink {
	background-image: url('../images/external.png');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 12px;
}

table {
	table-layout: fixed;
	margin: 1em;
	background-color: #331409;
	border-spacing: 0px;
}

table thead {
	background-color: #140904;
	font-weight: bold;
	font-size: 1.1em;
}

table thead td {
	padding: 0.3em;
}

table tbody td {
	border: 1px dotted #391709;
	vertical-align: top;
	padding: 0.4em;
}

table tbody tr.pair {
	background-color: #301208;
}

table tbody tr:hover {
	background-color: #5a2710;
}

table tbody.tableSetHeight {
	height: 3em;
}

.borderHighlight {
	border: 1px solid #331409;
}

.skip {
	font-weight: bold;
	font-size: 0.7em;
	text-align: right;
}

table tr.h1 {
	font-weight: bold;
	font-size: 1.4em;
	background-color: #000000;
}

table tr.h2 {
	font-weight: bold;
	font-size: 1.2em;
}

.overview {
	width: 200px;
	margin-left: 1em;
}

.overviewImage {
	width: 400px;
}