/**
* Feuille de Style de la rubrique News de MagicCorporation
* 
* MagicCorporation WebSystem v6.0
* Gestionnaire de Contenu pour site Internet
* 
* @package      MC6
* @subpackage   Index
* @author       Jean-Christophe Taisne <amonra@magiccorporation.com>
* @link         http://mc6.magiccorporation.com 
* @copyright    2000-2009 MagicCorporation
* @version      6.0 $Id: news.css 2013 2012-10-10 18:15:50Z amonra $
*/

.news_block .block_content {
    padding: 0; 
}

.news_block_titre {
    padding: 0;
    margin: 0;
    height: 41px;
    background: url(../../images/block/background_titre_block_3.jpg) repeat-x top right;    
}

.news_block_titre p.news_auteur {
    padding: 0;
    margin: 0 0 0 5px;
    color: white;
}

.news_block_titre h3 {
    margin: 0 0 0 5px !important;
    color: white;
}

.news_block .news_intro, .news_block .news_texte {
    margin: 5px;    
}

.news_block .news_suite {
    background : transparent url(../../images/block/background_titre_block_3.jpg) no-repeat scroll 0 68%;
    padding : 3px;
    background-color: #336699;
    text-align: right;
}

.news_intro {
    overflow:hidden; 
    height: 110px
}

.lastest_news .block_content .news_auteur, .lastest_news .block_content .news_auteur a {
    color: black;
}