body{
	margin: 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 15px;	
	background-color: #f4da9e;
}

#global{
	width:1024px;
	height:768px;
	background-image:url('../picture/interface/bg_index.gif');
	background-repeat:no-repeat;
	margin:0 auto;
	padding:0;
	position:relative;
}

#global #lien{
	position:absolute;
	top:225px;
	left:735px;
}

#global #lien a{
	color:#646567;
	border:0;
	font-size:13px;
	text-decoration:none;
	text-transform:uppercase;
	margin-right:15px;
}

#global #lien a:hover{
	color:#000;
}