.liste-news {
    position:relative;
    top:0px !important;
    top:10px;
    float:left;
    width:750px;
    margin-right:10px;
}
.liste-news .nav-news {
    position:relative;
    top:10px !important;
    top:-5px;
    width:310px;
    height:20px;
    margin-left:auto;
    margin-right:auto;
    display:block;
    border:0px solid #F00;
}
.liste-news .nav-news a {
    display:block;
    float:left;
    font-size:13px;
    font-weight:bold;
    color:#ff8a00;
    margin-right:10px;
    text-decoration:none;
}
.liste-news .nav-news a:hover {
    text-decoration:underline;
}
.liste-news .nav-news .active {
    text-decoration:underline;
}
.liste-news .separateur-news {
    display:block;
    float:left;
    width:180px;
    height:1px;
    background:#ff8a00;
    margin-top:5px;
    margin-bottom:5px;
}
.liste-news .news {
    width:750px;
    float:left;
    display:block;
    border-style:solid;
    border-color:#ff8a00;
    border-width:0px 1px 0px 0px;
    padding-top:0;
    padding-right:0;
    position:relative;
    top:-10px;
}
html>body .liste-news .news {
    top:5px;
}
.liste-news .news span {
    width:610px;
    float:left;
    display:block;
    padding:0px;
    margin:10px 0 10px 60px;
    border:0px solid #F0F;
    text-align:justify;
    color:#666;
    font-size:11px;
}
.liste-news .news span cite{
    height:150px;
    float:left;
    margin-bottom:10px;
}
.liste-news .news span
.liste-news .news span .titre-news {
    width:100%;
    font-size:14px;
    color:#000;
    font-weight:bold;
    margin-bottom:5px;
    float:left;
    display:block;
}
.liste-news .news span img {
    float:left;
    display:block;
    border:0px solid #F00;
}
.liste-news .news span p {
    display:block;
    float:right;
    margin:2px 0;
    width:395px;
    text-align:left;
}
.liste-news .news span p span{
    margin:0pt;
    padding:0pt;
    width:100%;
}
.liste-news .news span p a {
    display:inline;
    color:#ff8a00;
    font-size:11px;
    position:static;
    font-weight:bold;
    margin:0px;
    padding:0px;
    float:none;
}
.liste-blocs {
    width:400px;
    position:relative;
    left:0px;
    top:30px;
    float:left;
    display:block;
    border:0px solid #F00;
}
.liste-blocs .bloc {
    width:336px;
    height:137px;
    float:left;
    display:block;
    position:relative;
    cursor:pointer;
}
.liste-blocs .png {
    width:336px;
    height:137px;
    position:absolute;
    top:0px;
    left:0px;
}
.liste-blocs .bloc a {
    color:#FFF;
    text-decoration:none;
    position:absolute;
    right:13px;
    margin:10px 20px 0 0;
    top:98px;
    font-size:15px;
    font-weight:bold;
}
.liste-blocs .bloc a:hover {
    color:#ff8a00;
    text-decoration:underline;
}
.liste-blocs .bloc a.active {
    color:#ff8a00;
    text-decoration:underline;
}