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

html, body {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color:#000;
	line-height: 130%;
	margin:0;
	padding:0;
	border:0; 
	height: 100%;
	}
	
body *{
	margin:0;
	padding:0;
	border:0;
	}
	
body {
	background:url(../img/background.jpg) #000 no-repeat center top scroll;
	}

a:link, a:visited {
	color:black;
	text-decoration: none;
	}
a:hover {
	text-decoration:underline;
	}

.clearboth {
	clear:both;
	height:1px;
	}

.image {float: left; margin: 0 6px 6px 0;}

.imagecontent {float: left; margin: 15px 15px 5px 0;}

object{
padding:0;
margin:5px 10px 10px 0;
display:block;
float:left;

	}


/************** CONTAINER */

#container {
	width:780px;
	margin: 0 auto;
	min-height: 100%;
	}

/* HEADER */

#header {
	margin:337px 0 0 0;
	height:29px;
	width:780px;
	}

#header #flags {
	margin:0 0 0 0;
	height:29px;
	width:222px;
	display:block;
	float:left;
	}

#header #flags h3 {
	margin:0 0 0 0;
	font-size:11px;
	width:20px;
	color:white;
	display:block;
	float:left;
	}
	
#menu {
	float:right;
	height:21px;
	width:538px;
	background:#000;
	padding:8px 0 0 20px;
	font-weight:bold;
	text-transform:uppercase;
}

#menu a{
	color:#FFF;
	font-size:12px;
	margin:0 10px 0 3px;
	position:relative;
	padding:10px 2px 10px 2px;
	}

#menu a:link, a:visited {
	color:#FFF;
	text-decoration: none;
	}
#menu  a:hover {
	text-decoration:none;
	background:#f2eee5;
	color:#253b76;
	padding:10px 2px 10px 2px;
	}

/* CONTENT */

#content {
	width:780px;
	height:100%;
	display:block;
	float:left;
	background:#f2eee5;
	}
	
/* COLUMN LEFT */

#column_left {
	background:#000;
	height:auto;
	width:222px;
	float:left;
	margin:0;
	color:#FFF;
	font-size:11px;
	padding-bottom:50px;
}

.infos {
	padding:10px;
	}

a.moreinfos {
	color:#f2eee5;
	}
	
a:link.moreinfos, a:visited.moreinfos {
	text-decoration: underline;
	}
a:hover.moreinfos {
	text-decoration:none;
	background:#f2eee5;
	color:#253b76;
	}

a.colmoreinfos {
	color:#253b76;
	}

a:link.colmoreinfos, a:visited.colmoreinfos {
	text-decoration: underline;
	color:#253b76;
	}
a:hover.colmoreinfos {
	text-decoration:none;
	background:#253b76;
	color:#f2eee5;
	}

#column_left h2{
	background:url(../img/bg_tt_h2.gif) no-repeat top;
	font-size:18px;
	padding:10px 0 0 40px;
	height:30px;
}

#column_left img{
	display:block;
}

#column_left h3{
	display:block;
	font-size:12px;
}

#column_left p{
	display:block;
}

#column_right{
	background:#f2eee5;
	height:auto;
	width:518px;
	float:right;
	padding:20px 20px 20px 20px;
	text-align:justify;
}

#column_right h1{
	font-size:17px;
	color:#253b76;
	padding-bottom:10px;
	text-transform:uppercase;
}

#column_right p{
	padding-top:10px;
}

#column_right h2{
	font-size:17px;
	color:#253b76;
	padding-bottom:10px;
	padding-top:20px;
	text-transform:uppercase;
}

#column_right a, a:link, a:visited {
	color:black;
	font-weight:bold;
	text-decoration: none;
	}
#column_right a:hover {
	color:black;
	font-weight:bold;
	text-decoration:underline;
	}

	
/* FOOTER */

#footer{
	height:70px;
	width:780px;
	background: url(../img/bg_footer.jpg);
	text-align:center;
	padding:7px 0 0 0;
	float:left;
	}

#footer a{
	color:#FFF;
	font-size:12px;
	margin:0 5px 0 5px;
	}

#footer a:link, a:visited {
	color:#FFF;
	text-decoration: none;
	}
#footer  a:hover {
	text-decoration:none;
	background:#f2eee5;
	color:#253b76;
	}
	
#footer p {
	color:#f2eee5;
	padding:5px 0 0 0;
	}
	
