/*  slider container(s) */ 
#slider{
	width: 1000px;
	height:380px;
    position: relative;
    overflow: hidden;
}
#slider li{
	margin-left:0px;
    overflow:hidden;
	list-style:none;
}

/* controls styling */
#controls{
    display: block;
    width: 1000px;
	height: 60px;
	border-right:0;
	position:absolute;
	bottom:165px;
}
#next_btn, #prev_btn{
	display:inline-block;
    width: 69px;
    height: 67px;
	float:right;
}
#prev_btn{
	float:left;
}
#prev_btn{
    background: url(../images/prevv.png) 0 0 no-repeat;
}
#prev_btn:hover{
    background: url(../images/prevv.png) 0 -68px no-repeat;
}
#next_btn{
    background: url(../images/nextt.png) 100% 0 no-repeat;
}
#next_btn:hover{
    background: url(../images/nextt.png) 100% -67px no-repeat;
}
.nav{
	border-top:1px solid #dedede;
	text-align:center;
	width:298px;
	height:68px;
}
.nave{
	width:1000px;
	height:380px;
	position:relative;
	margin-top:10px;
	background:url(../images/diapo/0.jpg) no-repeat 0 0;
}
.navee{
	width:1000px;
	position:relative;
	margin-top:10px;
	margin-left: 3px;
}
.navee .fullann {
	width:298px;
	text-align:center;
	margin-bottom:10px;
}
.navee .fullann a {
	text-decoration:underline;
}

.sloganfr, .sloganen {
	background:transparent url(../images/titre.png) no-repeat scroll 0 0;
	height:68px;
	position:absolute;
	right:120px;
	top:205px;
	width:521px;
	z-index:10;
}
.sloganen{
	kbackground:url(../images/titreen.png) no-repeat;
}
