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

.lastest_news .block_content h3, .lastest_news .block_content h2 {
    margin: 0;
}

.lastest_news .block_content .news_auteur, .lastest_news .block_content .news_auteur a {
    font-size: 9px;
    color: gray;
}

.lastest_news ul, .lastest_news li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.lastest_news img.thumbnail {
    padding: 4px;
    border: 1px solid #D7DBE0;
    float: left;
    clear: left;
    margin-right: 10px;
    height: 110px;
    width: 143px;
}

.news_block img.thumbnail {
    padding: 4px;
    border: 1px solid #D7DBE0;
    clear: left;
    margin-right: 10px;
    height: 110px;
    width: 143px;
}

.lastest_news p  {
    padding-left: 150px;
}

.lastest_news a.titre {
    font-size: 18px;
    text-decoration: none;
}

.lastest_news div.block_content {
    min-height: 130px;
}

.block_search select, .block_search input {
    width: 200px;
}