body
{
	margin:0px;
	padding: 0px;
	overflow: hidden;
}

img
{
	border: none;
}

.homepage_edge
{
	width: 100%;
	height: 100%;
	background-image: url(../images/layout/homepage/homepage_edge.png);
	background-repeat: repeat-x;
	background-position: 0px 339px;
}

.bottom_bg
{
	position: relative;
	top: 359px;
	width: 100%;
	height: 100%;
	background-image: url(../images/layout/commons/homepage_gray_bg.jpg);
	background-position: 0px 383px;
}

.homepage_top_bg
{
	position: absolute;
    left: 50%;
    top: 0px; 
    width: 2000px;
    height: 383px;
    margin-left: -1000px; /* moitié de la largeur */	
    background-image: url(../images/layout/homepage/homepage_top_04.jpg);
	background-repeat: no-repeat;
}


.homepage_logo
{
	position: absolute;
    left: 50%;
    top: 130px; 
    width: 376px;
    height: 54px;
    margin-left: -188px; /* moitié de la largeur */	
}

.homepage_map
{
	position: absolute;
    left: 50%;
    top: 365px; 
    width: 743px;
    height: 255px;
    margin-left: -371px; /* moitié de la largeur */	
}

#homepage_europe
{
	left: 52px;
}

#homepage_middle
{
	left: 265px;
}

#homepage_asia
{
	left: 480px;
	height: 100px;
}

.mapping
{
	position: absolute;
	top: 107px;
	width: 200px;
	height: 90px;
	cursor: pointer;
	text-decoration: none;
}

a .mapping:hover
{
	text-decoration: none;
}

.homepage_policy
{
	position: absolute;
    left: 50%;
    top: 610px; 
    width: 321px;
    height: 21px;
    margin-left: -160px; /* moitié de la largeur */	
}

#homepage_policy_1
{
	top: 0px;
	left: 0px;
	width: 105px;
	height: 21px;
}

#homepage_policy_2
{
	top: 0px;
	left: 105px;
	width: 88px;
	height: 21px;
}

#homepage_policy_3
{
	top: 0px;
	left: 193px;
	width: 81px;
	height: 21px;
}

#homepage_policy_4
{
	top: 0px;
	left: 274px;
	width: 48px;
	height: 21px;
}


#homepage_selector_europe:hover #homepage_europe
{
	background-color: #00255b;
	filter:Alpha(opacity=5);
	-moz-opacity:0.05;
	opacity: 0.05; 
}


#homepage_selector_middle:hover #homepage_middle
{
	background-color: #00255b;
	filter:Alpha(opacity=5);
	-moz-opacity:0.05;
	opacity: 0.05; 
}

#homepage_selector_asia:hover #homepage_asia
{
	background-color: #00255b;
	filter:Alpha(opacity=5);
	-moz-opacity:0.05;
	opacity: 0.05; 
}

.homepage_link
{
	position: absolute;
	text-decoration: none;
	color :#00255b;
	white-space: nowrap;
}


.homepage_link p
{
	text-align: center;
}

#homepage_link_europe
{
	top: 140px;
	left: 128px;
}


#homepage_link_middle
{
	top: 135px;
	left: 342px;
}

#homepage_link_asia
{
	top: 123px;
	left: 575px;
}


.homepage_link:hover
{
	text-align: center;
	font-weight: bold;
	margin-left: -3px;
}

#homepage_flash_container
{
	position: absolute;
	width: 1920px;
	height: 339px;
	left: 50%;
	margin-left: -960px;
	top: 0px;
}

#home_flash_container
{
	background-image: url(../images/layout/home/home_flash_bg.png);
}

