@charset "UTF-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
a{
	border:none;
	border-width:0px;
	outline:none;
	color:#CCC;
	underline:none;
	text-decoration: none;
}
html {
	height: 100%;
	width: 100%;
}

body {
	font-family: "Arial Unicode MS", Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #000;
}


#copyright {
	position: absolute;
	left: 50%;
	bottom: 0px;
	font-size: 0.9em;
	color: #CCC;
	text-align: center;
	margin-left: -150px;	
	margin-top: 10px;
}
#site {
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	width: 100%;
}
#back {
	height: 800px;
	width: 1280px;
	margin-top: -400px;
	margin-left: -640px;
	position: absolute;
	left: 50%;
	top: 50%;
}
#dispatch {
	margin-top: -23px;
	position: absolute;
	top: 50%;
	z-index: 10;
	height: 55px;
	/*/*/height:55px;
	width: 968px;
	margin-left: -484px;
	left: 50%;
}
#dispatch #europe {
	float: left;
	width: 159px;
	background-image: url(../images/dispatch/trans.gif);
	background-repeat: repeat;
}
#dispatch #asia {
	float: left;
	width: 134px;
	background-image: url(../images/dispatch/trans.gif);
	background-repeat: repeat;
}
#dispatch #america {
	float: left;
	width: 188px;
	background-image: url(../images/dispatch/trans.gif);
	background-repeat: repeat;	
}
#dispatch .pays   {
	position: relative;
	width: 100px;
	pading:5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/dispatch/bg-listePays.png);
	_background-image: url(../images/dispatch/blank.gif);


	background-repeat: repeat;
	text-align: center;
	display: none;
}
#dispatch .pays a {
	font-size: 1.1em;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 1.7em;
	line-height: 1.7em;
}

