/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #005E31;
}
#global {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 700px;
	height: 500px;
	margin-top: -250px;
	margin-left: -350px;
	border: 1px solid #A4CAB7;
	background-image: url(../img_home/cercle.gif);
	background-repeat: no-repeat;
	background-position: 50px center;
}
#corner-top-left {
	position: relative;
	top: -1px;
	left: -1px;
	height: 32px;
	width: 32px;
	background-image: url(../img_home/top_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	background-color: #FFFFFF;
}
#corner-top-right {
	position: relative;
	top: -1px;
	right: -1px;
	height: 32px;
	width: 32px;
	background-image: url(../img_home/top_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	background-color: #FFFFFF;
}
#top {
	position: relative;
	top: 0px; 
	height: 147px;
	text-align: right;
	padding-right: 40px;
	clear: both;
}
#center {
	height: 140px;
	background-color: #005E31;
	background-image: url(../img_home/arrow.gif);
	background-repeat: no-repeat;
	background-position: 60px center;
	text-indent: 240px;
	overflow: hidden;
}
#brrc {
	height: 44px;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #666666;
	text-indent: 140px;
}
.red {
	color:#CC3333;
}
.lg {
	display:block;
	height: 35px;
	padding: 0px;
	margin: 0px;
	color: #005E31;
	background-image: url(../img_home/buttongreen.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	background-position: 0px top;
	left: 420px;
	position: relative;
	width: 100px;
	text-indent: 25px;
}
.lg:visited {
	background-image: url(../img_home/buttongreen.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	background-position: 0px top;
}
.lg:hover {
	background-image: url(../img_home/buttonred.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	background-position: 0px top;
	color: #CC3333;
}
#corner-bottom-left {
	position: relative;
	top: 1px;
	left: -1px;
	height: 32px;
	width: 32px;
	background-image: url(../img_home/bottom_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	background-color: #FFFFFF;
}
#corner-bottom-right {
	position: relative;
	top: 1px;
	right: -1px;
	height: 32px;
	width: 32px;
	background-image: url(../img_home/bottom_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	background-color: #FFFFFF;
}
#ref {
	position:absolute;
	left: 50%;
	top: 50%;
	margin-top: 255px;
	margin-left: -350px;
	margin-bottom: 0px;
	padding: 0px;
	width: 700px;
	text-align: center;
}
#fr, #nl, #en {
	margin: 0px;
	display: none;
}
#en {
	display: block;
}
#copyright {
	margin: 5px;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}
#copyright a:link {
	color: #999999;
	text-decoration: none;
}
#copyright a:visited {
	color: #999999;
	text-decoration: none;
}
#copyright a:hover {
	color: #999999;
	text-decoration: underline;
}
