
#goclient {
	float:right;
	margin:0 0 5px 0;
}

/* Headlines */

.scrollup {
  position: relative;
  overflow: hidden;
  height: 20px;
  width: 60%;
  background:url(scrollup-new-be.png) no-repeat;
}

.nl .scrollup {
	background:url(scrollup-new-nl.png) no-repeat;
}

.scrollup .headline {
  padding-left:80px;
  font-size:12px;
  position: absolute;
  top: 26px;
  left: 10px;
  height: 20px;
  width:95%;
}

.scrollup .headline .headlinetitle {
  color:#555;
}

/* Spip */
.size .scrollup {
	margin-bottom:1em;
	width:100%;
}


/* Home */

#homehome {
	background:url(home/home-be.jpg) no-repeat;
	height:332px;
	position:relative;
	clear:both;
	margin-top:8px;
}

.nl #homehome {
	background:url(home/home-nl.jpg) no-repeat;
}

.lu #homehome {
	background:url(home/home-lu.jpg) no-repeat;
}


#homehome #directabo {
	position:absolute;
	top:290px !important;
	top:300px;
	width:100%;
	color:#888;
	left:45px;
}

#homehome #accroche {
	font-weight:bold;
	position:absolute;
	color:#003a48;
	left:45px;
	top:100px;
}

#homehome #hsearch {
	position:absolute;
	left:45px;
	top:230px;
	width:365px;
}

#homehome #hsearch #q {
	color:#666;
	border:1px solid #aaa;
	padding:2px 4px;
	margin:0 4px;
	width:200px;
}

#homehome #hsearch  .content {
	padding:5px 15px;
}

#homehome #hsearch * {
	vertical-align:bottom;
	zoom:1;
}

/* Client */

#home.client .scrollup {
	margin-left:40px;
	margin-top:15px;
	width:100%;
}

#home.client .bloc {
	margin-left:40px;
}

#home.client .bloc3 {
	/*margin-left:10px;*/
}

#home.client .bloc3 p {
	margin:10px 20px 10px 0;
}

#home.client .bloc3 ul {
	padding:0;
}

#home.client .bloc3 li {
 list-style-type:none;
 margin:0 20px 0 0;
 padding:0;
}





/* Gathering */

.gather input.textfield {
	border:1px solid #C7D201;
	padding:1px 5px;
	margin-right:5px;
	width:100px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#666;
	height:15px;
}

.gather img {
	vertical-align:middle;
	float:left;
	margin-right:0.5em;
	margin-left:0.2em;
	margin-top:0.3em;
}

.gather input {
	vertical-align:middle;
}

.gather input.subm {
	background:url(btn-subm.png) no-repeat center center;
	color:#fff;
	border:0;
	height:20px;
	width:84px;
	cursor:pointer;
}

.gather input.subm:hover {
	background:url(btn-subm-hover.png) no-repeat center center;
}

/* Gathering popup */

.gath {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:0 2px 12px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow:0 2px 12px rgba(0, 0, 0, 0.6);
	background:#c7d201 url(gather-bg.png) no-repeat bottom center;
	border:1px solid #536376;
	padding:5px 22px 12px 22px;
	position:relative;
	width:620px;
	margin:auto;
	margin-top:3em;
	margin-bottom:3em;
	font-family:Verdana,Arial,Helvetica,Sans-serif;
	min-height:350px;
}

.gath h1 {
	color:#fff;
}

#nc_page .gath h2, #nc_page .gath p.good {
	margin-left:250px;
}

.gath p.err {
	color:#e00;
}

.gath input.err {
	background:#ffdada;
	border:1px solid #b50000;
}

.gath table {
	width:70%;
	margin-left:33%;
	text-align:left;
	margin-bottom:8px;
	margin-top:10px;
}

.gath table td, .gath table th {
	padding-right:2em;
	padding-top:10px;
}

.gath table th {
	width:30%;
}

.gath label {
	font-weight:bold;
	text-align:right;
	padding-right:20px;
	width:100%;
	display:block;
	color:#444;
}

.gath input.textfield {
	padding:4px 5px;
	border:1px solid #ccc;
	width:90%;
}

.gath .discret {
	font-size:smaller;
	color:#666;
	margin:4px 0;
	text-align:left;
}




