body {
	margin: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000;
	color: #FFF;
}

img {
	border: 0;
}

#content {
	position: absolute;
	width: 812px;
	height: 560px;
	left: 50%;
	top: 50%;
	margin-left: -406px;
	margin-top : -298px;
	text-align: center;
}

a.btn-fr {
	display: block;
	width: 116px;
	height: 38px;
	background: url(../images/btn-fr.gif);
}

a.btn-fr:hover {
	background-position: 0 38px;
}

a.btn-uk {
	display: block;
	width: 116px;
	height: 38px;
	background: url(../images/btn-uk.gif);
}

a.btn-uk:hover {
	background-position: 0 38px;
}

a.btn-es {
	display: block;
	width: 116px;
	height: 38px;
	background: url(../images/btn-es.gif);
}

a.btn-es:hover {
	background-position: 0 38px;
}

#notice {
	text-align: left;
	font-size: 9px;
}

#notice a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#notice a:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}

#footer {
	width: 100%;
	margin-top: 30px;
}

.copyrights {
	text-align:left;
	font-size: 9px;
	color: #868788;
}

.copyrights a {
	color: #868788;
	text-decoration: none;
}

.copyrights a:hover {
	color: #FFF;
	text-decoration: underline;
}

.realisation {
	text-align: right;
	font-size: 9px;
	color: #868788;
}

.realisation a {
	color: #da8d1b;
	text-decoration: none;
}

.realisation a:hover {
	color: #da8d1b;
	text-decoration: underline;
}

.orange {
	color: #da8d1b;
}

.icon {
	margin-top: -5px;
	vertical-align: middle;
}