/* TAGS */
a
{
	color:#999;
	text-decoration:none;
}
a:hover
{
	color:#666;
	text-decoration:none;
}
html,body
{
	margin:0;
	padding:0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	background-color:#FFF;
	background-image:url(../images/blc.jpg);
	background-repeat:repeat;
	height:100%;
	width:auto;
	/*
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:visible;
	*/
}

h1
{
	padding:0;
	margin:0;
	font-size:14px;
	font-weight:bold;
	color:#b5a895;
}

/* DlVs */
#container
{
	background-image:url(../images/shadow.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#;
	width:1024px;
	height:auto;
}
#content
{
	background-color:#fff;
	width:750px;
	height:auto;
	margin:auto;
	border-top:solid 1px #b5a895;
	padding:20px;
	font-size:12px;
	color:#333;
	line-height:1.5;
}
#footer
{
	width:1024px;
	height:15px;
	font-size:11px;
	background-color:#CCC;
	position: absolute;
	left:50%;
	margin-left:-512px;
}
#footer a
{
	color:#666;
	text-decoration:none;
}
#lang
{
	background-image:url(../images/lang_off.jpg);
	background-repeat:no-repeat;
	width:125px;
	height:20px;
	float:right;
	cursor:pointer;
}
#lang:hover
{
	background-image:url(../images/lang_on.jpg);
	background-repeat:no-repeat;
	width:125px;
	height:20px;
	float:right;
	cursor:pointer;
}

#langNL
{
	background-image:url(../images/langNL_off.jpg);
	background-repeat:no-repeat;
	width:93px;
	height:20px;
	float:right;
	cursor:pointer;
	
}
#langNL:hover
{
	background-image:url(../images/langNL_on.jpg);
	background-repeat:no-repeat;
	width:93px;
	height:20px;
	float:right;
	cursor:pointer;
}

#langEN
{
	background-image:url(../images/en_langbar.jpg);
	background-repeat:no-repeat;
	width:127px;
	height:20px;
	float:right;
	cursor:pointer;
}
#langEN:hover
{
	background-image:url(../images/en_langbar_on.jpg);
	background-repeat:no-repeat;
	width:127px;
	height:20px;
	float:right;
	cursor:pointer;
}

#langAL
{
	background-image:url(../images/langAL.jpg);
	background-repeat:no-repeat;
	width:119px;
	height:20px;
	float:right;
}
#langAL:hover
{
	background-image:url(../images/langAL_on.jpg);
	background-repeat:no-repeat;
	width:119px;
	height:20px;
	float:right;
	cursor:pointer;
}

#langages
{
	background-color:#FFF;
	width:108px;
	height:auto;
	padding:5px;
	border:solid 1px #CCC;
	position:absolute;
	top:18px;
	left:50%;
	margin-left:390px;
}
#logo
{
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-color:#FFF;
	width:74px;
	height:74px;
	position:absolute;
	top:310px;
	left:10px;
}
#menu
{
	width:1024px;
	height:27px;
	position:absolute;
	top:377px;
	text-align:center;
}
#slideshow
{
	width:1024px;
	height:375px;
}
#slideshow_trans
{	
	background-image:url(../images/trans_photo.png);
	background-repeat:repeat-x;
	width:1024px;
	height:90px;
	position:absolute;
	top:50px;
}
#slideshow_trans a
{
	font-size:16px;
	color:#666;
	font-weight:bold;
	margin-left:25px;
	line-height:6;
}
#slideshow_trans a:hover
{
	font-size:16px;
	color:#333;
	font-weight:bold;
	margin-left:25px;
	line-height:6;
}
#site
{
	background-image:url(../images/blc.jpg);
	background-repeat:repeat;
	width:1024px;
	position: relative;
	left:50%;
	margin-left:-512px;
	min-height: 100%;
	height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
	height:auto;
}
#topbar
{
	background-color:#;
	width:1024px;
	height:21px;
}

#video
{
	border:solid 1px #CCC;
}

/* CLASS */
.bullets
{
	width:100px;
	height:18px;
	background-color:#999;
	color:#FFF;
	text-align:center;
	margin-top:5px;
	font-size:12px;
}
.bullets a
{
	color:#FFF;
	text-decoration:none;
}

.menu_on
{
	background-image:url(../images/menu_back.png);
	background-repeat:repeat-x;
	width:auto;
	height:auto;
	color:#FFF;
	padding:8px;
}

.menu_on a
{
	color:#FFF;
	font-weight:bold;
}

.menu_off
{
	width:auto;
	height:auto;
	color:#333;
	padding:8px;
}

.menu_off a
{
	color:#333;
}

.on a
{
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #ffffff !important;
	background-color: #c19674;
}

/* SLIDESHOW */

#slide-images{
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	width:1024px;
	height:375px;
	overflow:hidden;
	background-color:#FFF;
}

#slide-images li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}

#slide-images li img{
	display:block;
	background-color:#FFFFFF;
}