@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/index_fond.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#wrapper {
	background-image: url(../images/index_G.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#FFFFFF;
	width:1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	overflow:hidden;
}
#global {
	background-image: url(../images/index_D.gif);
	background-position:right top;
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	text-align: center;
	padding-top:130px;
}
#principal {
	background-image: url(../images/logo_centre_index.gif);
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 300px;
	padding: 0;
	overflow: visible;
}
#contentlogos {
	width:100%;
	height:180px;
	float: left;
	padding: 0;
	margin: 0;
}
#contentlogoNL {
	width: 400px;
	height: 180px;
	float: left;
	overflow: hidden;
	padding: 0 0 0 0;
	margin: 0;
}
#contentlogoFR {
	width: 400px;
	height: 180px;
	float: right;
	padding: 0 0 0 0;
	margin: 0;
}
#logoFR {
	background: url(../images/logoFR.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 95px;
	height: 80px;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 60px 0 0 0;
}
#logoFR:hover {
	background-repeat: no-repeat;
	background-position: 0px -180px;
}
#logoNL {
	background: url(../images/logoNL.gif);
	background-repeat: no-repeat;
	width: 95px;
	height: 80px;
	overflow: hidden;
	float: right;
	padding: 0;
	margin: 60px 0 0 0;
}
#logoNL:hover {
	background-repeat: no-repeat;
	background-position: 0px -180px;
}
#nederlands {
	width:400px;
	padding-right:100px;
	float:left;
	text-align:right;
	height:50px;
}
#français {
	text-align:left;
	padding-left: 100px;
	float:left;
	width: 400px;
	height:50px;
}
.bottomtxt {
	width: 100%;
	height: auto;
	overflow: visible;
	padding: 0;
	margin: 0;
	clear:both;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #001ca8;
	text-align: center;
}
/* Liens */
a {
	color:#001ca8;
	text-decoration: underline;
	font-weight: bold;
	font-size: 9pt;
}
a:hover, a:focus {
	color:#000066;
}

