/* CSS Document */
html, body {
	margin: 0 ;
	padding: 0 ;
}

body {
	background-color: #396F98 ;
}

#conteneur {
	width: 400px ;
	height: 230px ;
	overflow: hidden ;
	margin-top: 100px;
	margin-left: auto ;
	margin-right: auto ;
	margin-bottom: auto;
	border:1px solid #fff;
	vertical-align:middle;
	padding-top: 20px;
	line-height:20px;
}

p {
	font-family: Arial, Verdana, Helvetica;
	font-size: 13pt;
	font-weight: normal;
	color: #FFFFFF;
	text-align:center;
	margin: 20px 0 0 0;
}

div#VersionsNav {
	clear: both;
	float: right;
	width: 100%;
	height: 100px;
	min-height: 100px;
	margin: 5px;
}

div#VersionsNav a  {
	display: block;
	float: right;
	height: 90px;
	width: 200px;
	margin-top: 5px;
	margin-right: 100px;
	border: 0;
	text-decoration: none;
	text-align: center;
	text-indent: -5000px;
	color: #FFFFFF;
}
div#VersionsNav a#BtnVersionHTML5 {
	background: transparent url(../images/version_html5.png) no-repeat left bottom;
}

a#FermerRetourPaybox {
	display: block;
	margin: 30px 0 0 125px;
	padding: 0 ;
	border: 0 ;
	text-decoration: none;
	text-indent: -5000px ;
	width: 150px ;
	height: 33px;
	background: url(../images/fermepaybox.gif) no-repeat 0 0 ;
	color: #FFFFFF ;
}

a#FermerRetourPaybox:hover {
	background: url(../images/fermepaybox.gif) no-repeat -150px 0 ;
}
