html, body{
	background: #000000;
	height: 100%;
}
a{
	color: #000;
}
a img{
	border: none;
}

table table{
	position: relative;
}
table#contener{ 
	margin: auto;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
#lien_lang{
	position: relative;
	width: 220px;
	height: 10px;
}
#go_lien_fr,
#go_lien_en{
	display: block;
	position: absolute;
	top: 0px;
	left: 90px;
	width: 19px;
	height: 18px;
	background: url(../../images/goudchaux/flags.gif) -22px -18px no-repeat;
	z-index: 40;
}
a#go_lien_fr:hover,
#go_lien_fr.go_lang_on{
	background-position: -22px 0px;
}
#go_lien_en{
	left: 116px;
	background-position: -44px -18px ;
}
a#go_lien_en:hover,
#go_lien_en.go_lang_on{
	background-position: -44px 0px ;
}
