#logo {
	float: left;
}


#slideshow {
    position:relative;
    height: 300px;
}
#upnavigation ul {
	margin: 0;
	padding: 0;
}
#upnavigation ul li a img {
	margin-top: 6px;
	border: none;
}
#upnavigation form {
	display: none; 
}
#upnavigation a {
	line-height: 25px;
}
.connectionlien {
padding: 0 20px 0 30px;
background-image: url(/images/menu-top/connection1.jpg);
background-position: right;
background-repeat: no-repeat;
line-height: 25px;
}
#connectonbottom {
	clear: both;
}
#upnavigation {
	float: left;
	padding: 0;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

#upnavigation {
	float: right;
	margin:0px 10px 0 0;
}
#header {
	color: #fff;
	background: #000;
	width: 100%;
	padding: 1px;
	clear: both;
	padding: 0px;
	margin: 0px;
}
#upnavigation ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	text-align: center;
}

#upnavigation  li{
	margin: 0;
	padding: 0;
	vertical-align: middle;
	float: left;
	list-style: none;
}
#upnavigation * {
	vertical-align: middle;
	float: left;
}
#upnavigation a {
	color: #FFF;
	margin: 2px 10px 2px 10px;
	height: 25px;
	display: block;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}


#membreMenu {
	clear: both;
}


#topnavigation {
	float: none;
	clear: both;
	width: 1115px;
	color: #333;
	vertical-align: middle;
	text-align: center;
	margin: auto;
}

#topnavigation .navigation {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	text-align: center;
}

#topnavigation  li {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	float: left;
}
#topnavigation a {
	width: 100px;
	height: 25px;
	display: block;
	#text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	border-width: 1px 1px 1px 1px;
	#border-style: solid;
}

#monCompteForm {
	display: none;
}

#topheader  {
	height: 60px;
	background-color:#2c2f34;
	border-width:0px;
	margin: 0;
	float: none;
	padding: 0;
	clear: both;
	font: 12px arial;
}

/* Logged-in username link — inline-flex so the user icon aligns with the
   text. !important is needed to overcome the legacy `#upnavigation * { float: left }`
   rule that would otherwise stack the SVG and <strong> separately. */
#upnavigation a.nav-user {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
#upnavigation a.nav-user > * {
	float: none !important;
	margin: 0;
}
.nav-user__icon {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

#bannerwarpper {
	background-color: #4e8bc1;	
	clear:both;
	width: 100%;
	margin-left: 0;
	left: 0;
	position: absolute;
}


