/*----------------INTERFACE---------------*/

body {
	background-color:#1D170B;
	Font-family:Verdana, Arial, Helvetica, Sans-serif;
	font-size:12px;
	color:#CBCBCB;
	margin:0;
	padding:0;
	width:100%;
	text-align:center;
}

#global{
	width:720px;
	height:455px;
	margin:0 auto;
	background-color:#000000;
}

#intro{
	float:left;
	width:360px;
	border:0px solid #00FF66;
}

#logo
{	width:280px;
	float:right;
	margin-top:-150px;
	
}

#infos{
	float:left;
	width:340px;
	border:0px solid #FF00FF;
	padding-top:350px;
}

.lang-box{
	float:right;
	width:300px;
	text-align:right;
	border:0px solid #122211;
	margin-top:-50px;
}


.lang-box a
{	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:200px;
	height:40px;
	display:block;
	color: #BDA485;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:normal;
	line-height:25px;
	background:url(design/en.gif) no-repeat left;
	border:0px solid #ffffff;

}

.lang-box a:hover {
	color: #ffffff;
	background:url(design/en_hover.gif) no-repeat left;
}




/*--------------------Netwebcity----------------*/
.netwebcity{
	text-align:center;
	margin-top:11px;
	padding-bottom:20px;
	color: #444444;
}

.netwebcity a{
	font-size: 9px;
	font-weight:normal;
	color: #444444;
}

.netwebcity a:hover{
	color: #cccccc;
}
/*-------------Fin Netwebcity-------------------*/