ul {
   display:block;
   float : left;
}


.slogan {
   display : block;
   font-size : 14px;
   font-weight : bold;
   padding : 6px 0px;
   color : #e76c00; 
}

.sous_slogan{
   color : #007835; 
}


.titre_actu {
   font-size : 14px;
   color : white;
   text-align : center;
   line-height: 16px;
   padding-bottom : 8px;
}

.sous_titre_actu {
   font-size : 13px;
   font-weight : bold;
   color :  #12379a;
   line-height : 15px;
   padding-bottom : 3px;
}


.liste_fleche {
   color : #007835; 
   font-size : 13px;
   font-style : normal;
   list-style-image : url(../img/right-arrow.gif);
}

.liste_fleche li {
   margin : 3px 0px;
}

