/* ------------------------------------ */
/*                                      */
/*            Generalites               */
/*                                      */
/* ------------------------------------ */

body {
	background: #ffffff;
	font: normal 11px Verdana, Arial, "Trebuchet MS", sans-serif;
	color: #666666;
	margin:0;
	padding: 0 0 0 0;
	text-align: center;
	line-height:1.1;
}

p {
	margin: 0 0 0 0;
	line-height:1.2;
	font-weight:normal;
	font-size:11px;
}


h1	{
	margin:0;
	padding:0;
	font-size:16px;
	padding-bottom:10px;
}

h2	{
	padding:0;
	padding-top:12px;
	padding-bottom:2px;
	margin:0;
	font-size:12px;
	line-height:1.1;
	font-weight:bold;
}

h3	{
	margin:0;
	padding:0;
	padding-top:22px;
	font-size:16px;
	font-weight:normal;
}

a {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #cc6600;
	text-decoration: underline;
}
a:hover, a:focus {
	text-decoration: underline;
}
a[hreflang]:after {
	content: "\0000a0(" attr(hreflang) ")";
	background : transparent;
}
a img {
	border: 0 none;
}

ul, li {
	margin: 0;
	padding: 0;
}
form	{
	margin: 0;
	padding: 0;
}

/* ------------------------------------ */
/*                                      */
/*            Header                    */
/*                                      */
/* ------------------------------------ */

#headertop {
	position: relative;
	width: 830px;
	height: 29px;
	margin: 0 auto;
	padding:0;
	background: transparent url(../images/design/header.jpg) top left no-repeat;
}

#header {
	position: relative;
	width: 800px;
	height: 193px;
	margin: 0 auto;
	padding:0;
	text-align:center;
}



/* ------------------------------------ */
/*                                      */
/*            Menu                      */
/*                                      */
/* ------------------------------------ */

#menu {
	position: relative;
	width: 800px;
	height: 40px;
	margin: 0 auto;
	text-align: right;
}

#menu ul {
	padding: 0;
	margin:0;
	list-style: none;
}
#menu li {
	float: left;
	padding: 0;
	margin:0;
	text-indent: 50px;
}

#menu li a {
	display: block;
	text-decoration: none;
	font-size: 0px;
	color: #C6C1A3;
	height: 29px;
	width: 53px;
}

#menu li a:hover {
	background: transparent;
}
#menu a#sw {
	background: transparent url(../images/design/langue1.gif) top left no-repeat;
}

#menu a#de {
	background: transparent url(../images/design/langue2.gif) top left no-repeat;
}

#menu a#en {
	background: transparent url(../images/design/langue3.gif) top left no-repeat;
}

/* ------------------------------------ */
/*                                      */
/*            Global                    */
/*                                      */
/* ------------------------------------ */

#global {
	width: 830px;
	position:relative;
	margin: 0 auto;
	text-align: left;
	background: transparent url(../images/design/vhs-bkg.jpg) repeat-y;
}
#content	{
	width:830px;
	position:relative;
	margin: 0 auto;
	padding:0;
	text-align: left;
}

#txt	{
	width:600px;
	position:relative;
	margin: 0 auto;
	text-align: left;
	padding-bottom:35px;			
}
#txtleft	{
	width:290px;
	float:left;
	text-align: left;			
}

#txtright	{
	width:290px;
	float:right;
	text-align: left;			
}

#txt p	{
	line-height:1.3;
}
/* ------------------------------------ */
/*                                      */
/*            Home                      */
/*                                      */
/* ------------------------------------ */


/* ------------------------------------ */
/*                                      */
/*            Footer                    */
/*                                      */
/* ------------------------------------ */

#footer {
	position:relative;
	margin:0 auto;
	top:0px;
	width: 830px;
	height: 39px;
	background: transparent url(../images/design/footer.jpg) top left no-repeat;
}

#footerline {
	position:relative;
	margin:0 auto;
	top:0px;
	width: 830px;
	height: 39px;
	text-align:center;
	font-size:10px;
	font-style:normal;
}

.spacer{
	clear: both;
	font-size: 0;
}

.error	{
	color:#FF200C;
}
.info	{
	color:#0A4FFF;
}