@charset "utf-8";
/* CSS Document */


body {
background-color: rgb(231,231,231);
background-image: url(../images/background_site.png) ;
background-repeat: repeat-x;
}

#centre {
background-image: url(../images/background_bigger.png);
background-repeat: no-repeat;
margin: 10px auto;	
height: 1075px;
width: 949px;
}

a:hover {
text-decoration: none;	
}

/* HEADER */

#header {
width: 949px;
height: 149px;
position: relative;
}
	#header h1 {
	position: absolute;
	top: 30px;
	left: 0;
	background-image: url(../images/title.png);
	background-repeat: no-repeat;
	width: 949px;
	height: 94px;
	}
	#header h1 em {
	display: none;
	}
	#header h2 {
	position: absolute;
	top: 37px;
	left: 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(256,256,256);	
	text-shadow: 1px 1px 2px rgb(0,0,0);
	}
	#header h3 {
	position: absolute;
	top: 107px;
	left: 420px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: rgb(256,256,256);
	text-shadow: 1px 1px 2px rgb(0,0,0);	
	}
	#header a {
	color: rgb(256,256,256);
	background: transparent;
	text-decoration: none;	
	}
	#header a:hover {
	text-decoration: underline;	
	}

/* MAIN */

#main {
height: 830px;
margin: 20px 100px 0 80px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 14px;
}
	#main h3 {
	font-size: 18px;
	line-height: 22px;
	color: rgb(256,256,256);	
	text-shadow: 1px 1px 2px rgb(0,0,0);
	}
	#main p {
	font-size: 14px;
	line-height: 20px;
	color: rgb(256,256,256);
	margin-bottom: 10px;	
	}
	#main a {
	color: rgb(256,256,256);
	background: transparent;	
	}
	#main ul {
	margin-top: 50px;	
	}
	#main ul p {
	font-size: 14px;
	line-height: 18px;
	color: rgb(256,256,256);
	margin-bottom: 10px;	
	}
	#main ul h3 {
	margin-left: 20px;
	margin-bottom: 10px;
	}
	#main ul li {
	height: 120px;
	margin: 45px 20px 20px 20px;
	}
	#main ul li img {
	float: left;
	margin-right: 20px;
	}

/* FOOTER */

#footer {
position: relative;
}
	#footer h3 {
	position: absolute;
	top: 20px;
	left: 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(256,256,256);
	text-shadow: 1px 1px 2px rgb(0,0,0);	
	}
	#footer h4 {
	position: absolute;
	top: 20px;
	left: 540px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(256,256,256);
	text-shadow: 1px 1px 2px rgb(0,0,0);	
	}
	#footer a {
	color: rgb(256,256,256);	
	}
	
/* Languages */

#lang-opt {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
width: 900px;
margin: 20px auto;
margin-bottom: 40px;
text-align: center;
line-height: 18px;
}
	#lang-opt a {
	color: rgb(18,10,143);
	background: transparent;
	}