/**
 * Définitions CSS pour la page "accueil"
 *
 * @category   css
 * @version    1.0
 * @copyright  Copyright (c) 2007 Creactis, Yann Voumard
 * @license    All rights reserved
 */
   
#main_content {
        padding-bottom: 0px;
    }

#home_next {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    #home_next h1 {
            font-family: Verdana;
            font-size: 20px;
            margin: 0px;
            padding: 0px;
            font-weight: normal;
            color: #9CA097;
            margin-left: 20px;
            margin-top: 2px;
        }
    
    #home_spectacles {
            width: 842px;
            margin-top: 10px;
            margin-left: 20px;
        }
        
        td.home_cell {
                width: 263px;
                height: 263px;
            }
            
            div.home_date {
                    font-family: Verdana;
                    font-size: 18px;
                    color: #666666;
                    padding-top: 13px;
                    border-top: 1px solid #C8C8C8;
                }
            
            table.home_image {
                    margin-top: 2px;
                    width: 263px;
                    height: 263px;
                }
                
                table.home_image td {
                        text-align: center;
                        vertical-align: middle;
                    }
                
                table.home_image img {
                        border: 0px;
                    }
            
            div.home_title {
                    font-family: Verdana;
                    font-size: 18px;
                    color: #666666;
                    font-weight: bold;
                    padding-top: 5px;
                }
            
            div.home_more {
                    padding-top: 1px;
                    padding-bottom: 17px;
                    border-bottom: 1px solid #C8C8C8;
                }
                
                div.home_more a {
                        font-family: Verdana;
                        font-size: 10px;
                        color: #B2001E;
                        text-decoration: none;
                    }
        
        td.home_nospectacle {
                text-align: center;
            }
