#carrousel{
    width:537px;
    height:360px;
    margin:0 auto 10px auto;
    position:relative;
    overflow:hidden;
}

.slide{
	position:absolute;
	top:0;
	left:0;
	width:514px;
	height:263px;
}

.title{
    position:absolute;
    padding-left:12px;
    width:492px;
    line-height:35px;
    height:35px;
    bottom:0;
    left:0;
    background:#CCC;
}


.navigation{
	display:block;
	position:absolute;
	width:486px;
	bottom:0;
	left:0;
   /* bottom:38px;
    right:5px;
	*/
}

.navigation p{
	display:block;
    background: url(../images/bg_anime.png) no-repeat 0 -91px;
    color:#000;
	margin-right:10px;
	width:147px;
	padding:20px 0 0 5px;
	height:75px;
    cursor:pointer;
	text-align:center;
	float:left;
}

/*
.navigation span:hover,.navigation span.active{
    background: url(images/fond_actif.png) left repeat-x;
    color:#000;
}

.navigation span.active{
    background: url(images/fleche_actif.png) no-repeat top;
    color:#000;	
}
*/

.navigation p.active{background-position:0 0}

.navigation p:hover{background-position:0 -182px}
.navigation p.active:hover{background-position:0 0}
.navigation p.active a:hover{cursor:text;color:#444}


