#carrousel{
     width:600px;
    height:400px;
    margin:0 auto;
    position:relative;
    overflow:hidden;
}
#conteneur{
	
	width:600px;
	margin:0 auto;
	
}

.slide{
    position:absolute;
    top:0;
    left:0;
    width:600px;
    height:400px;
	border: 1px solid silver;
}

.title{
    position:absolute;
    padding-left:12px;
    width:640px;
    line-height:50px;
    height:50px;
    bottom:0;
    left:0;
    background:url(http://www.sculptures-bidal.com/css/opaque.png) top left repeat;

}


.navigation{
    position:absolute;
    bottom:20px;
    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;
}

