/**
 * Définitions CSS pour la page "spectacle"
 *
 * @category   css
 * @version    1.0
 * @copyright  Copyright (c) 2007 Creactis, Yann Voumard
 * @license    All rights reserved
 */

body {
        background-color: #FFFFFF;
        background-image: none;
        padding: 10px;
        padding-bottom: 0px;
    }
    
    #spectacle_top {
            width: 100%;
            margin-bottom: 10px;
        }
        
        #spectacle_top td {
                vertical-align: middle;
            }
        
        #spectacle_top img {
                border: 0px;
            }
        
        #spectacle_top a {
                color: #666666;
                text-decoration: none;
            }
        
        #spectacle_top a:hover {
                color: #999999;
            }
        
        a.spectacle_fullseason {
                background-color: #FCDE49;
                font-family: Verdana;
                font-size: 12px;
                text-decoration: none;
                color: #666666;
                display: block;
                width: 150px;
                text-align: center;
                padding: 3px;
            }
        
        a.spectacle_fullseason:hover {
                color: #999999;
            }
        
        #spectacle_book {
                font-family: Verdana;
                line-height: 8px;
                font-size: 10px;
                color: #B7001E;
                font-weight: bold;
                text-align: center;
            }
        
        #spectacle_book a {
                font-family: Verdana;
                font-size: 10px;
                color: #B7001E;
                font-weight: bold;
                text-align: center;
            }
        
        #spectacle_print {
                font-family: Verdana;
                font-size: 11px;
                text-align: right;
            }
        
        #spectacle_close {
                font-family: Verdana;
                font-size: 11px;
                text-align: right;
            }
    
    #spectacle_banner {
            width: 100%;
        }
        
        #spectacle_banner td {
                    font-family: Verdana;
                    font-size: 12px;
                    vertical-align: middle;
                    height: 25px;
                    text-align: center;
            }
        
        #spectacle_orga {
            width: 5px;
        }
        
        #spectacle_style {
                color: #FFFFFF;
                font-weight: bold;
                background-color: #000000;
                width: 230px;
                padding-right: 5px;
                padding-left: 5px;
            }
        
        #spectacle_spacer {
                border-right: 1px solid #000000;
            }
        
        #spectacle_info1 {
                width: 100%;
                border-bottom: 2px solid #000000;
            }
        
        #spectacle_info2 {
                width: 100%;
            }
        
        td.spectacle_info {
                border-right: 1px solid #000000;
                padding-right: 5px;
                padding-left: 5px;
            }
    
    #spectacle_titleline {
            width: 100%;
        }
        
        #spectacle_title {
                font-family: Verdana;
                font-size: 24px;
                color: #666666;
                padding-top: 20px;
                padding-bottom: 20px;
            }
        
        #spectacle_topicon {
                padding-top: 5px;
                padding-bottom: 5px;
                text-align: right;
            }
    
    #spectacle_textline {
            width: 100%;
            height: 263px;
        }
        
        #spectacle_photo {
                text-align: center;
                vertical-align: top;
                width: 263px;
                font-size: 11px;
                color: #666666;
				line-height: 20px;
            }
        
        #spectacle_text {
                padding-left: 10px;
                font-family: Verdana;
                font-size: 12px;
                color: #666666;
                vertical-align: top;
                line-height: 18px;
            }
        
        #spectacle_bottomicon {
                text-align: center;
                vertical-align: bottom;
            }
    
    #spectacle_sponsors {
            width: 100%;
            text-align: center;
            border-top: 1px solid #666666;
            margin-top: 10px;
            padding-top: 10px;
        }