#bd {
	font-size: 108%;
}

#doc4 {
	position: relative;
}

#programme li {
	list-style: none;
}

.small {
	font-size: 85%;
}

.ui-tabs-panel {
	font-size: 77%;
}

h1.header {
	color: #fff;
	margin-top: 0;
	font-size: 167%;
	background: #ba4545;
	padding: 50px 20px 20px;
}

h2 {
	font-size: 138.5%;
}

h3 {
	margin-bottom: 0;
}

h3.title {
	color: #ba4545;
}

h3 a {
	color: #333;
	text-decoration: none;
	padding-right: 10px;
	background: url("../graphics/arr.gif") 100% 50% no-repeat;
}

h3 a:hover {
	color: #ba4545;
}

h4 {
	color: #666;
	margin-top: 1em;
	margin-bottom: 1em;
}

#colL {
	border-right: 1px solid #ccc;
}

.colR {
	padding: 20px 0 0 10px;
	background: url("../graphics/bg_colR.gif") 0 20px no-repeat;
}

.colR ul {
	margin: 10px 10px 20px 10px; padding: 0;
}

.colR ul li {
	list-style: none;
	padding-left: 12px;
	padding-bottom: 4px;
	background: url("../graphics/box.gif") 0 50% no-repeat;
}

.colR ul li a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.colR ul li a:hover {
	color: #ba4545;
}

hr {
	color: #fff;
	height: 4px;
	margin: 20px 0;
	background-color: #fff;
	border-bottom: 1px solid #999;
	border-top: 1px dashed #999;
}

.standout {
	color: #ba4545;
}

#ft {
	color: #ffe7e7;
	font-size: 85%;
	text-align: center;
	margin-top: 10px;
	background: #943030;
	padding: 20px 20px 10px 20px;
}

#ft a {
	color: #ffe7e7;
}

/* Begin Navigation */

#hd #nav {
margin: 0;
float:right;
list-style-image:none;
list-style-type:none;
width:974px;
height:50px;
}

#nav li {
	display:inline;
}

#nav li a {
	float:left;
	height:0;
	overflow:hidden;
	padding-top:50px;
	outline: none;
}

/* End Navigation */

/* Begin Home */

	ul.welcome {
		margin: 16px 0 0 0;
	}

	ul.welcome li {
		list-style: none;
		clear: both;
		padding-top: 5px;
	}
	
	ul.welcome img {
		float: left;
		margin-right: 10px;
	}
	
	.download {
		clear: both;
		margin-top: 80px;
	}

	.download a {
		padding-left: 20px;
		background: url("../graphics/download.gif") 0 50% no-repeat;
	}

/* End Home */

a {
	color: #547bc2;
	text-decoration: none;
	}
	
a:visited {
	color: #547bc2;
	text-decoration: none;
	}

a:hover {
	color: #f15922;
	text-decoration: none;
	}
	
.bordered {
	padding: 4px;
	background: #fff;
	border: 1px solid #ddd;
}

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-left: 10px;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#lang {
	position: absolute;
	right: 30px;
	top: 160px;
}

/* Styles for submenu */
.s-menu ul {
	font-family: "Arial Narrow", Arial, sans-serif;
	margin-left: 0px;
	margin-right: 0px;
	margin-right: 10px;
}

.s-menu ul a {
	color: #888;
}

.s-menu ul ul a {
	color: #444;
}

.s-menu .onpath a {
	color: #a93838;
}

.s-menu li.onpath li a {
	color: #333;
}

.s-menu ul a:hover, .s-menu li.onpath li a:hover {
	color: #f15922;
}

.s-menu ul {
	font-weight: bold;
	font-size: 116%;
}

.s-menu ul ul {
	font-weight: bold;
	font-size: 85%;
}

.s-menu ul ul ul {
	font-weight: normal;
}

.s-menu ul li {
	padding-left: 16px;
	background: transparent url("../graphics/li.gif") 0 5px no-repeat;
	list-style: none;
}

.s-menu ul li li {
	background: transparent url("../graphics/fli.gif") 0 4px no-repeat;
	padding-bottom: 5px;
}

/* min-height simulation
   See: http://www.mezzoblue.com/archives/2004/09/16/minheight_fi/index.php
----------------------------------------------------------------------------- */

/* for Mozilla/Safari/Opera */
*>.min {
	padding-top: 500px;
	min-height: 1px;
}
*>.min .height {
	margin-top: -500px;
}
/* for IE, with IE5/Mac backslash filter \*/
* html .min {
	height: 500px;
}
/* end filter */


#colM, #colL{
	margin-top: 20px;
}
