/* GLOBAL COMMUN */

html,body,h1,h2{
    margin: 0;
    padding: 0;
}
body{

    background: #000 url(../images/grands-ballets-bg.jpg) top center no-repeat;
    color: #000;
}
body,p,input,a{
	 font: 11px Verdana;
}
form{
    margin: 0px;
}
a{
    font-weight: bold;
    text-decoration: underline;
    color: #000;
}
a:hover{
    color: #AA0509;
}
.hidden{
    display: none;
}
.txtCenter {text-align:center;}

ul{
    list-style: none;
    padding: 0px;
    margin: 0px;

}
div.select select{font: 10px Verdana;}

/* MAIN *********************************************************************************** */
#main{
    display: block;
    position: relative;

    margin: 0 auto;
    padding: 0;
    width: 996px;

    margin-bottom: 52px;
}

/* HEADER ********************************************************************************* */
#header{
   padding-top: 96px;
}
#header h1{
    position: absolute;
    top: 17px;
    left: 22px;
    height: 93px;
    width: 165px;
    background: url(../images/grands-ballets-canadiens-de-montreal.gif) top left no-repeat;

}
#header #commanditaire-saison{
    position: absolute;
    top: 0px;
    right: 5px;
    color: white;
    text-align:center;
}
#header #commanditaire-saison img{
    border: none;
}
#header #commanditaire-saison a{
    display: block;
    padding: 0px;
    margin: 0px;
		float:left;
}
#header #commanditaire-saison span {margin:0 auto;}


#header #commanditaire-saison a:hover img{
    border:none;
}
#header h1 a{
    display: block;
    height: 85px;
    width: 174px;
}
    /* MENU */
    #header .ctn1{
        height: 38px;
    }
    #header .ctn2{
         height: 38px;
    }
    #header #menu{
       position: relative;
       height: 38px;
       padding: 0 0 0 0;
       float: left;
       width: 100%;

        z-index: 1;

    }
    #header #menu li{
        float: left;
        position: relative;
    }
    #header #menu li a{
        /* LE RESTE DES SPÉCIFICATIONS CSS SE RETROUVENT DANS FICHIER SPÉCIFIQUE À LA LANGUE */
    }

    /* SOUS-MENU */

    #header #sous-menu{
        position: relative;
        float: left;
        background: url(../images/sous-menu-right-tip.gif) top right no-repeat;
        height: 21px;

        padding: 0 0 0 0;

        z-index: 100;
    }

    #header #sous-menu li{
        float: left;
        position: relative;
    }
    #header #sous-menu li a{
        background: url(../images/sous-menu-separator.jpg) top right no-repeat;
        /* LE RESTE DES SPÉCIFICATIONS CSS SE RETROUVENT DANS LE FICHIER SPÉCIFIQUE À LA LANGUE */
    }
    /* SOUS SECTIONS */
    #header ul li ul.sous-section{
        position: absolute;
        list-style: none;
        display: none;
        margin: 0px;
        padding: 0px;
    }
    #header ul#menu li ul.sous-section li a,
    #header ul#sous-menu li ul.sous-section li a{
        color: #fff;
        text-decoration: none;
        height: auto;
        margin: 0px;
        padding: 5px;
        display: block;
        font-size: 12px;
        width: 190px;
        border-top: 1px solid #8f0608;
        border-bottom: 1px solid #8f0608;
    }
    #header ul#menu li ul.sous-section li a:hover,
    #header ul#sous-menu li ul.sous-section li a:hover{
        color: #fff;
        background-color: #650405;
        border-top: 1px solid #000;
        border-bottom: 1px solid #650405;
    }
    #header #sous-menu ul.sous-section,
    #header #menu ul.sous-section{
        top: 38px;
        left: 0px;
        width:200px;
        background-color: #8f0608;
        padding: 5px 0 5px 0;

        opacity: 0.9;
        filter:alpha(opacity=90);
        border-bottom: 1px solid #650405;
        border-right: 1px solid #650405;
        border-left: 1px solid #650405;
    }

    #header #menu ul.sous-section li{
        float: left;
        clear: both;
        height: auto;
        margin: 0px;
        padding: 0px;
    }

    #header #sous-menu ul.sous-section{
        top: 21px;
        right: 0px;
    }
    #header #sous-menu ul.sous-section li{
        float: left;
        clear: both;
        height: auto;
        margin: 0px;
        padding: 0px;
    }

    #header #menu li:hover ul.sous-section,
    #header #menu li.over ul.sous-section,
    #header #sous-menu li:hover ul.sous-section,
    #header #sous-menu li.over ul.sous-section {
		display: block;
	}

/* CONTENT */
#content{
    background: url(../images/main-bottom-bg.gif) left bottom no-repeat;
	padding-bottom:42px;
}

/* CONTENEUR DE COLLONES */
#colls{

    overflow: hidden;
    position: relative;
    width: 996px;
    padding-bottom: 20px;

}

/* COLONNE LISTE DES SPECTACLES ////////////////////////////////////// */
    #colls .cSpec{
        float: left;
        width: 253px;
    }

    #colls .cSpec div.arriere-scene-ctn{
        position: relative;
        height: 150px;
        text-align: center;
        padding: 15px 0 0 0;
        background-color: #000;
    }
    #colls .cSpec div.arriere-scene-ctn a img{
        border: none;
        vertical-align: bottom;
    }
    #colls .cSpec div.arriere-scene-ctn span.desc{
        display: block;
        margin: 7px 0 0 21px;
        color: white;
        text-align: left;
        font-weight: normal;
    }
    #colls .cSpec div.arriere-scene-ctn a.arriere-scene{
        /* LE RESTE DES SPÉCIFICATIONS CSS SE RETROUVENT DANS LE .CSS SPÉCIFIQUE À LA LANGUE */
    }

    #colls .cSpec h4{
        /* SPÉCIFICATION DANS LE CSS PROPRE À LA LANGUE */
    }
    #colls .cSpec #liste-spectacle{
        display: block;
        float: left;
        width: 253px;
        padding: 0;
        margin: 0;
        list-style: none;
    }
    #colls .cSpec #liste-spectacle li{
        display: block;
        float: left;
        width: 250px;

        padding: 10px 3px 10px 0;
        background: url(../images/liste-spec-bg-2.gif) bottom left no-repeat;
    }
    #colls .cSpec #liste-spectacle li .thumb{
    	position: relative;
        float: left;
        width: 72px;
        height: 28px;
        padding: 2px 4px 10px 4px;
    }
    #colls .cSpec #liste-spectacle li .thumb a{
        display: block;
        border: 1px solid black;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        height: 28px;
        width: 72px;
    }
    #colls .cSpec #liste-spectacle li .thumb a img{
        vertical-align: bottom;
        border: 0px;
        padding: 0px;
        margin: 0px;
    }
    #colls .cSpec #liste-spectacle li .thumb a:hover{
        border-color: #A10709;
    }
    #colls .cSpec #liste-spectacle li div.titre
    {
    	position: relative;
    	float: left;
    	width: 160px;
    }
    #colls .cSpec #liste-spectacle li a.titre{
        display: block;
        color: #000;
        font-size: 12px;
        font-weight: bold;
        margin: 0 0 0 0;
    }
    #colls .cSpec #liste-spectacle li a.stitre{
        display: block;
        color: #AD1416;
        font-weight: normal;
        font-size: 9px;
    }
    #colls .cSpec #liste-spectacle li a:hover{
        text-decoration: underline;
    }
    #colls .cSpec a.abonnez-vous-btn{
        /* SPÉCIFICATIONS DANS LE CSS PROPRE À LA LANGUE */
    }
    #colls .cSpec a.faite-un-don{
        /* SPÉCIFICATIONS DANS LE CSS PROPRE À LA LANGUE */
    }

/* FOOTER */
#footer{

}
#footer div.footer-r1 #youtube{
    display: inline;
    float: left;
    width: 79px;
    height: 32px;
    margin-left: 27px;
    background: url(../images/Youtube.jpg) top left no-repeat;
}

#footer div.footer-r1 #facebook{
    display: inline;
    float: left;
    width: 79px;
    height: 32px;
    margin-left: 27px;
	margin-top: 0;
    background: url(../images/facebook-grands-ballets.gif) center left no-repeat;
}

#footer div.footer-r1{
    float: left;
    width: 100%;
    margin: 0px;
    padding: 3px 0 5px 0 ;
    border-bottom: 1px solid #340809;
    color: white;
}
#footer ul#menu-bas{
    float: right;
    padding: 12px 20px 0 0
}
#footer ul#menu-bas a{
    color: white;
    font-weight: normal;
    padding-right: 5px;
}
#footer ul#menu-bas a:hover{
    color: #BE0F09;
}
#footer ul#menu-bas li{
    float: left;
    padding-right: 5px;
}

#footer .copyright{
    color: white;
    float: right;
    padding: 5px 30px 0 0
}
