/**
 * Définitions CSS du skin principal
 *
 * @category   css
 * @version    1.0
 * @copyright  Copyright (c) 2007 Creactis, Yann Voumard
 * @license    All rights reserved
 */

#main_table {
        width: 908px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
}
    /*
    td.main_ornament {
            vertical-align: top;
            padding-top: 71px;
        }
    */
    
    #main_container {
            width: 882px;
        }
        
        #main_header {
                height: 69px;
                width: 882px;
                background-color: #000000;
                border-bottom: 1px solid #9A9E95;
            }
            
            #main_logo {
                    float: left;
                    padding-left: 20px;
                    padding-top: 21px;
                }
                
                #main_logo img {
                       border: 0px;
                    }
            
            #main_menu {
                    text-align: right;
                    padding-right: 20px;
                    padding-top: 28px;
                }
                
                #main_menu a {
                        text-decoration: none;
                    }
                
                #main_menu img {
                       border: 0px;
                    }
        
        #main_title {
                height: 70px;
                width: 882px;
                background-color: #000000;
                text-align: right;
            }
            
            #title {
                    float: left;
                    margin-left: 3px;
                }
            
            #main_viewprogramme {
                    margin-top: 12px;
                    margin-right: 16px;
                }
                
                #viewprogramme {
                        width: 139px;
                        height: 46px;
                        background-repeat: no-repeat;
                        background-image: url(../img/skin/view_programme.gif);
                        color: #000000;
                        text-align: left;
                        padding-left: 4px;
                        font-family: Verdana;
                        font-size: 12px;
                        font-weight: bold;
                        cursor: pointer;
                    }
        
        #main_postit {
                text-align: center;
                font-family: Verdana;
                font-size: 12px;
                line-height: 24px;
                color: #000000;
                padding-left: 20px;
                padding-right: 20px;
                overflow: hidden;
            }
        
        #main_entitymenu {
                background-color: #FFFFFF;
                width: 100%;
            }
            
            td.main_entitymenul1 {
                    text-align: center;
                    border-left: 1px solid #FFFFFF;
                    font-family: Verdana;
                    font-size: 12px;
                    line-height: 24px;
                    cursor: pointer;
                    width: 125px;
                }
            
            td.main_entitymenul1f {
                    border: 0px;
                }
            
            td.main_entitymenul1l {
                    border-left: 1px solid #FFFFFF;
                    font-family: Verdana;
                    font-size: 12px;
                }
            
            a.main_entitymenul1 {
                    text-decoration: none;
                    line-height: 24px;
                }
            
            td.main_entitymenul2 {
                    padding-left: 10px;
                }
            
            div.main_entitymenul2 {
                    position: absolute;
                    display: none;
                    z-index: 1;
                }
                
            a.main_entitymenul2 {
                    display: block;
                    border-top: 1px solid #FFFFFF;
                    font-family: Verdana;
                    font-size: 12px;
                    line-height: 24px;
                    min-width: 110px;
                    padding-left: 10px;
                    padding-right: 20px;
                    background-color: #FCDE49;
                    color: #666666;
                    text-decoration: none;
                }
                
            a.main_entitymenul2:hover {
                    background-color: #EFC206;
                    color: #FFFFFF;
                }
        
        #main_content {
                background-color: #FFFFFF;
                width: 882px;
                padding-bottom: 40px;
            }
        
        #main_bottom {
                text-align: center;
            }
            
            #main_bottom table {
                    width: 882px;
                    margin-bottom: 20px;
                }
                
                td.main_bottomside {
                        width: 407px;
                        background-color: #FFFFFF;
                    }
                
                td.main_bottomcenter {
                        width: 68px;
                    }
                
                #main_bottomleft {
                            vertical-align: top;
                            text-align: right;
                            font-family: Verdana;
                            font-size: 9px;
                            color: #000000;
                            padding-right: 25px;
                            padding-top: 15px;
                    }
                
                #main_bottomright {
                            vertical-align: top;
                            text-align: left;
                            font-family: Verdana;
                            font-size: 9px;
                            color: #000000;
                            padding-left: 25px;
                            padding-top: 15px;
                    }
            
            #main_bottom a {
                        color: #000000;
                        text-decoration: none;
                        margin-left: 2px;
                        margin-right: 2px;
                        font-size: 9px;
                }
            
            #main_bottom a:hover {
                        text-decoration: underline;
                }
    
    #main_creactis {
            vertical-align: bottom;
            padding-bottom: 55px;
            padding-left: 1px;
        }
        
        #main_creactis img {
                border: 0px;
            }
