/* CSS Document */
body{
	color:#FFFFFF;
	font-size:12px;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}
#global{
	width:950px;
	height:540px;
	margin:20px auto;
}
#header{
	width:950px;
	height:108px;
}
#content{
	width:950px;
	height:432px;
}
#liste{
	width:210px;
	margin:50px 0;
	float:left;
}
#liste td{
	color:#000000;
	text-indent:20px;
	font-size:14px;
	font-weight:bold;
}
#liste a{
	text-decoration:none;
	color:#666666;
}
#liste a:hover{
	text-decoration:none;
	color:#FF3300;
}
#footer{
	width:950px;
	height:20px;
}
#footer td{
	width:470px;
	line-height:20px;
	font-size:10px;
	color:#666666;
}
#footer a{
	text-decoration:none;
	color:#666666;
}
#footer a:hover{
	text-decoration:none;
	color:#FF3300;
}
#logo{
	width:190px;
	height:108px;
	float: left;
}
#menu{
	width:760px;
	height:108px;
	float: right;
}
