#carrousel{
   
   height: 150px;
	width: 800px;
    margin:0;
	margin-left:1px;
    position:relative;
    overflow:hidden;
}

.slide{
    position:absolute;
    top:0;
    left:0;
    width:712px;
    height:150px;
}

.title{
    position:absolute;
    padding-left:12px;
    width:800px;
    line-height:30px;
    height:30px;
    bottom:0;
    left:0;
	background-image:url(../images/fond-titre-slide.png);
	color:#333;
	text-align:center;
   
}


.navigation{
    position:absolute;
    bottom:38px;
    right:5px;
}

.navigation span{
    background:#000;
    color:#FFF;
    padding:2px 4px;
    cursor:pointer;
    margin:0 1px;
}

.navigation span:hover,.navigation span.active{
    background:#FFF;
    color:#000;
}