/* @autor : k1000 */
/* @date : 11 janvier 2012 */
/* @todo :  */


body{
	background-color:#8f9ab2;
	padding:0px;
	margin:0px;
	background-image: url(img/bg01.png);
	background-repeat: repeat-x;
}

a{text-decoration:none; color:#000}
a:link{}
a:visited{color:#000}
a:hover{text-decoration:underline; color:#72153f}
a:focus{text-decoration:underline; color:#72153f}
a:active{}

#container {
	width:984px;
	margin-left: auto;
	margin-right: auto;
}

/* ---------------------------- */
/* == header */
/* ---------------------------- */
#header {
	background:  url('img/header-benelux.png') no-repeat;
	background-position:0px 0px;
	height:145px;
	position:relative;
}

#header h1.logo,
#header .logo {
	position:absolute;
	top:27px;
	left:15px;
	border:0px;
	visibility: visible;
}

#header h1.logo a,
#header div.logo a {
    display: block;
    height: 0 !important;
	width: 130px;
    overflow: hidden;
    padding: 130px 0 0;
	background-image: url("img/logo-ife-benelux-home.png");
    background-repeat: no-repeat;
}

#header h1.titre {
	position:absolute;
	top:62px;
	left:160px;
	padding: 33px 0 0 0;
	visibility: visible;
	
	height: 0 !important;
	width: 306px;
    overflow: hidden;
	background-image: url("img/titre-ife-benelux-prehome.png");
    background-repeat: no-repeat;
}

/* ---------------------------- */
/* == central-home */
/* ---------------------------- */
.central-home{
	/* [disabled]top: 225px; */
	width: 960px;
	height: 454px;
	margin: auto;
	background:  url('img/background-benelux.png') no-repeat;
	background-color: #FFF;
	position: relative;
}

.central-home div.block_bel {
	position: absolute;
	top: 99px;
	right: 110px;
	width: 238px;
}
.central-home div.block_lux {
	position: absolute;
	top: 250px;
	right: 110px;
	width: 238px;
}

.central-home h2 {
	background-repeat: no-repeat;
	height: 0px !important;
	overflow: hidden;
	padding: 18px 0 0;
	margin: 0 0 10px 16px;
	width: 230px;
}
.central-home h2.belgique {
	background-image: url("img/titre-ife-belgique.png");
}
.central-home h2.luxembourg {
	background-image: url("img/titre-ife-luxembourg.png");
}

.central-home div.block_bel ul li,
.central-home div.block_lux ul li {
	border-bottom: 1px dotted #CCC;
	line-height: 28px;
	font-size: 12px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 42px;
}
.central-home div.block_bel ul li:first-child,
.central-home div.block_lux ul li:first-child {
	border-top: 1px dotted #CCC;
}
.central-home div.block_bel ul li.endList,
.central-home div.block_lux ul li.endList {
	border-bottom: none;
	line-height:20px;
}

.central-home ul li.lang-en {
	background: url("img/ife-drapeau-anglais.png") no-repeat 5px;
}
.central-home ul li.lang-fr {
	background: url("img/ife-drapeau-francais.png") no-repeat 5px;
}
.central-home ul li.lang-nl {
	background: url("img/ife-drapeau-neerlandais.png") no-repeat 5px;
}


