#animation .news{
font-family:Tahoma;
font-size:12px;
width:718px; height:200px; display:none;
display:inherit;
overflow:auto;
padding:2px;
}
#animation{
border:2px solid #008FD5;
height:200px;
overflow:hidden;
width:736px;
}
#animation .activatednews{
display:inherit;
display:block;
padding-left:5px;
padding-right:5px;
}
#next{
width:23px;
cursor:pointer;
padding:1px;
float:left;
}
#prev{
width:23px;
cursor:pointer;
padding:1px;
float:left;
}
.news_contenu{
width:740px;
height:224px;
}
.news_navigation{
display:block;
height:50px;
overflow:hidden;
margin-top:2px;
}