
	
#slideshow{
	width:646px;
	height:128px;
	margin: 0 auto 15px;
	padding: 5px 0 5px 5px;
	margin-left: 0px;
	margin-top: 270px;
}


#slide1, #slide2, #slide3 {
	height: 147px;
	width: 646px;
	background-position: top left;
	background-repeat: no-repeat;	
}


#encart1, #encart2, #encart3 {
	position: relative;
	text-align:center;
}


.encartOnglet 
{
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	float:left;
	border-bottom:solid 1px #585858;
	height:20px;
	margin:0px;
	color:#FFFFFF;
}
.encartOnglet img {
	width:6px;
	height:20px;
	float:left;
}
.encartOnglet div {
	background:#4c66a6;
	height:18px;
	padding-top:2px;
	float:left;
}

#slidenumbers {
	position: absolute;
	bottom: 0px;
	right: 1px;
	color: #fff;
	z-index: 5000;
	bottom: -46px;
	font-size:12px;
}

#slidenumbers li {
	display: inline;
	float: left;
	padding:1px;
}


#slidenumbers li a {
	color:#e3e3e3;
	background: #4c66a6;
	border: none;
	font-weight: normal;
	padding: 2px 5px 1px;
	text-decoration: none;
	-moz-border-radius:2px;
}

#slidenumbers li a.curnum {
	font-weight: bold;
	color: #4c66a6; 
	background:  #e3e3e3;
}