html {
	overflow: hidden;
}
body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: #FFF;
}
#index {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 970px;
	height: 580px;
	margin-left: -485px;
	margin-top: -290px;
}
#site {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1016px;
	height: 580px;
	margin-left: -554px;
	margin-top: -290px;
}
#global {
	position: absolute;
	background-image: url(../images/fond.gif);
	left: 50%;
	top: 50%;
	width: 500px;
	height: 315px;
	margin-left: -250px;
	margin-top: -158px;
}
#vfr {
	display: block;
	position:absolute;
  text-align: right;
  width: 233px;
  height: 70px;
  top: 190px;
  color: #909090;
  }
  
#vgb {
	display: block;
	position:absolute;
  text-align: left;
  width: 233px;
  height: 70px;
  top: 190px;
  left: 267px;
  color: #909090;
  }
a.lnkmac {
	color: #747474;
	text-decoration: none;
	font-weight: bold;
}

a.lnkmac:hover {
	color: #933232;
}


#bout-fr {
		position:absolute;
		left: 0px;
		top: 140px;
		width: 250px;
		height: 40px;
}

a.button-fr {
		display: block;
		background-color: transparent;
		background-position: 0px 0px;
		background-image: url(../images/bouton.gif);
		background-repeat: no-repeat;
		text-decoration: none;
		width: 250px;
		height: 40px;
}
a.button-fr:hover {
		background-position: 0px -40px;
		cursor: hand;
}


#bout-uk {
		position:absolute;
		left: 250px;
		top: 140px;
		width: 250px;
		height: 40px;
}

a.button-uk {
		display: block;
		background-color: transparent;
		background-position: 0px -80px;
		background-image: url(../images/bouton.gif);
		background-repeat: no-repeat;
		text-decoration: none;
		width: 250px;
		height: 40px;
}
a.button-uk:hover {
		background-position: 0px -120px;
		cursor: hand;
}

#signature {
		position:absolute;
		left: 0px;
		top: 280px;
		width: 500px;
		height: 25px;
		color: #909090;
		text-align: center;
		font-size: 11px;
}
