﻿body
{
    text-align: center;
    margin: auto;
    background-color: #020303;
    background-image: url(            'images/background_degrade.gif' );
    background-repeat: repeat-x;
    background-position: top center;
    background-attachment: fixed;
    font: 12px arial;
    height: 100%;
}

body.Top
{
    text-align: center;
    margin: 0;
    background-image: url(            'images/background_top.gif' );
    background-repeat: repeat;
    color: #f1f1f1;
    font: 12px arial;
    overflow: hidden;
}

/* Hack safari et Chrome*/
body.Top:nth-of-type(1) div
{
    margin-top: -6px;
}

#divMenu a
{
    color: #f1f1f1;
    margin-right: 20px;
    margin-left: 20px;
    text-decoration: none;
    font-weight: bold;
}

#divMenu a:hover
{
    text-decoration: underline;
}

a
{
    color: #a01b29;
}

td
{
    vertical-align: top;
}

p
{
    text-align: justify;
    margin-top: 12px;
    margin-bottom: 12px;
}

img
{
    border: none;
}

hr
{
    margin-bottom: 10px;
    margin-top: 10px;
    border: dashed 1px gray;
}

html > body hr /* hack firefox */
{
    margin-bottom: 20px;
    margin-top: 20px;
}

#divPrincipal
{
    width: 100%;
    text-align: center;
    margin: auto;
    padding-bottom: 15px;
}

#divPrincipal.Top
{
    width: 100%;
    text-align: center;
    margin: auto;
    padding: 0px;
}

#divLimite
{
    width: 780px;
    text-align: left;
    margin: auto;
}

#divLimite.Top
{
    width: 760px;
    text-align: right;
}

#divMenu
{
    border: 1px solid #333333;
    width: 100%;
    height: 21px;
    background-image: url( 'images/background_menu.jpg' );
    text-align: left;
    padding-top: 4px;
    position: relative;
    top: 150px;
}

.enteteGrilleSpectacles
{
	border-bottom: 1px solid #333333;	
}

.cellulesGrilleSpectacles
{
	border-left: 1px solid #333333;	
}

#divContenant
{
    border: 1px solid #333333;
    width: 100%;
    background-color: #101010;
}

#divContenuDroite, #divContenuGauche
{
    background-color: Black;
    padding: 7px;
    color: #f1f1f1;
    border: 1px solid #191919;
    vertical-align: top;
    min-height: 400px;
    height: auto !important;
    height: 400px;
}

#divContenuDroite
{
    text-align: center;
}


.texte
{
    background-color: #d5d5d5;
    border: 1px solid #333333;
}

.texteErreur
{
    background-color: #ffc5c5;
    border: 1px solid #333333;
}

.dropdown
{
    background-color: #d5d5d5;    
}

.dropdownErreur
{
    background-color: #ffc5c5;
    
}

.enteteSection
{
    height: 18px;
    color: #f1f1f1;
    font-weight: bold;
    margin-bottom: 15px;
    background-image: url( 'images/entete_section.gif' );
    padding-top: 2px;
    padding-left: 5px;
    vertical-align: middle;
}

.enteteSectionContact
{
    height: 18px;
    color: #f1f1f1;
    font-weight: bold;
    margin-bottom: 5px;
    background-image: url( 'images/entete_section.gif' );
    padding-top: 2px;
    padding-left: 5px;
    vertical-align: middle;
}

.contenu
{
    width: 100%;
}

.divEntete
{
    height: 185px;
    background-image: url( 'images/logo.gif' );
    background-repeat: no-repeat;
    margin: auto;
}
.contenuGauche
{
    width: 75%;
}
.contenuDroite
{
    width: 25%;
}

.cellDate
{
    text-align: right;
}

.titre
{
    color: #a01b29;
    font-weight: bold;
}

.cellGrille td
{
    padding-left: 10px;
    padding-right: 10px;
}

.cellShows td
{
    padding-right: 15px;
}

.grilleAlternate
{
    background-color: gray;
}

.grilleRegular
{
    background-color: Black;
}

.texteImportant
{
    color: #a01b29;
}

.grilleHeader td
{
    padding-bottom: 10px;
}

.contactItem
{
    padding-bottom: 30px;
}

a.discret
{
    color: #f1f1f1;
    text-decoration: none;
}

.petit
{
    font-size: x-small;
}

.NomAdmin
{
    font-style: italic;
    font-weight: bold;
    color: #ca7200;
}

.MessageAdmin
{
    font-style: italic;
}

.centrer
{
    text-align: center;
}
.modalBackground
{
    background-color: #101010;
    filter: alpha(opacity=50);
    opacity: 0.7;
}