html {
	background: #000 url(../img/home_back.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

#page { background: none; }

#selectLng { position: absolute; top: 352px; right: -15px; color: #5a5a5a; }
#selectLng a { color: #5a5a5a; padding: 2px; }
#selectLng a:hover { color: #000; background: #999; }

#homePage {
	position: absolute;
	top: 376px;
	right: -15px;
	border: 0;
}

#homePage #box1,
#homePage #box2,
#homePage #box3 {
	background: #494949;
	width: 136px;
	float: right;
	border: 0;
	margin-left: 15px;
	padding: 7px;
}
#homePage #box1 img,
#homePage #box2 img,
#homePage #box3 img,
#homePage #box1 object,
#homePage #box2 object,
#homePage #box3 object {
	margin-bottom: 7px;
	border: solid #ccc 1px;
}
#homePage a#partners,
#homePage #box1 a,
#homePage #box2 a,
#homePage #box3 a {
	color: #fff;
	text-transform: uppercase; text-decoration: none;
	text-align: right;
	float: right;
	padding: 2px 14px 2px 0;
	width: 121px;
	background: url(../img/fleche_rouge.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
#homePage a#partners {
	margin-top: 14px;
	clear: both;
	width: auto;
	padding: 2px 14px 2px 2px;
}
#homePage a#partners:hover,
#homePage #box1 a:hover,
#homePage #box2 a:hover,
#homePage #box3 a:hover {
	color: #000;
	background: #999 url(../img/fleche_rouge.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

/**/
#footer { position: relative; top: 600px;}

