body {
    background-color: #FFFFFF;
}

select {
    font-family: Arial;
    font-size: 9pt;
    font-weight: normal;
}

img {
    border: none;
}

.ErrorMessage {
    float: left;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    color: #FF4444;
    font-style: italic;
    padding-left: 10px;
}

.loginpage {
    border-radius: 6px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    float: left;
    padding: 5px;
    margin: 5px;
    margin-left: auto;
    margin-right: auto;
    background-color: #DDDDDD;
    width: 100%;
    text-shadow: 0px 0px 2px #FFFFFF;
}

.menu1 {
    padding: 5px;
    margin: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 1400px;
    height: 800px;
    background-color: #FFFFFF;
}

.menu2 {
    border-radius: 6px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    float: left;
    padding: 5px;
    margin: 5px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 1388px;
    height: 750px;
    background-color: #DDDDDD;
    text-shadow: 0px 0px 2px #FFFFFF;
}

.menu3 {
    position: relative;
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    float: left;
    padding: 5px;
    margin: 5px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 1376px;
    height: 700px;
    background-color: #BBBBBB;
    text-shadow: 0px 0px 2px #EEEEEE;
}

.menu4 {
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    float: left;
    padding: 5px;
    margin: 5px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 1364px;
    height: 650px;
    background-color: #999999;
    text-shadow: 0px 0px 2px #CCCCCC;
}

.bloc {
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0px 0px 5px #000000, inset 0px 0px 5px #ffffff;
    -moz-box-shadow: 0px 0px 5px #000000, inset 0px 0px 5px #ffffff;
    -webkit-box-shadow: 0px 0px 5px #000000, inset 0px 0px 5px #ffffff;
    width: 620px;
    padding: 5px;
    margin: 3px;
    margin-left: auto;
    margin-right: 5px;
    background-color: #FFFFFF;
    text-shadow: 0px 0px 2px #CCCCCC;
    float: left;
}

.blocSelect {
    border-style: solid;
    border-color: #999999;
    border-width: 1px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 2px;
    margin: 2px;
    margin-left: auto;
    margin-right: 5px;
    background-color: #BBBBBB;
    text-shadow: 0px 0px 2px #CCCCCC;
    float: left;
}

.blocsscadre {
    width: 620px;
    padding: 5px;
    margin: 3px;
    margin-left: auto;
    margin-right: 5px;
    text-shadow: 0px 0px 2px #CCCCCC;
    float: left;
}

.blocall {
    width: 100%;
    padding: 5px;
    margin: 3px;
    margin-left: auto;
    margin-right: 5px;
    text-shadow: 0px 0px 2px #CCCCCC;
    float: left;
}

.blocs1_4 {
    width: 210px;
    padding: 5px;
    margin: 3px;
    margin-left: auto;
    margin-right: 5px;
    text-shadow: 0px 0px 2px #CCCCCC;
    float: left;
}

.blocs3_4 {
    width: 630px;
    padding: 1px;
    margin: 0px;
    margin-left: auto;
    margin-right: 5px;
    text-shadow: 0px 0px 2px #CCCCCC;
    float: left;
}

.menuTitle {
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFFFDD;
    text-shadow: 0px 0px 1px #222200;
    padding: 3px;
}

.FloatInfo {
    float: right;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    color: #444444;
    padding-right: 15px;
    font-style: italic;
}

.FloatDiv {
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    float: left;
    padding: 4px;
    margin: 2px 0px 0px 10px;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    text-shadow: none;
}

.Normal {
    color: #000000;
}

.Selected {
    color: #AA0000;
}

.Disabled {
    border-color: #666666;
    background-color: #CCCCCC;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#AAAAAA));
    background: -moz-linear-gradient(top center, #ffffff, #AAAAAA);
    background: linear-gradient(top center, #ffffff, #AAAAAA);
    box-shadow: 3px 3px 3px #666666;
    -moz-box-shadow: 3px 3px 3px #666666;
    -webkit-box-shadow: 3px 3px 3px #666666;
    color: #666666;
    cursor: text;
}

.Niv1 {
    background-color: #BBBBBB;
    height: 16px;
    width: 120px;
}

.Niv1S {
    background-color: #DDDDDD;
    height: 16px;
    width: 120px;
}

.Niv2 {
    background-color: #999999;
    height: 30px;
    width: 110px;
}

.Niv2S {
    background-color: #BBBBBB;
    height: 30px;
    width: 110px;
}

.Niv2b {
    background-color: #999999;
    height: 16px;
    width: 110px;
}

.Niv2bS {
    background-color: #BBBBBB;
    height: 16px;
    width: 110px;
}

.Niv2c {
    background-color: #999999;
    height: 30px;
    width: 170px;
}

.Niv2cS {
    background-color: #BBBBBB;
    height: 30px;
    width: 170px;
}

.Niv3 {
    background-color: #777777;
    height: 16px;
    width: 50px;
}

.Niv3S {
    background-color: #999999;
    height: 16px;
    width: 50px;
}

.Niv3c {
    background-color: #777777;
    height: 30px;
    width: 170px;
}

.Niv3cS {
    background-color: #999999;
    height: 30px;
    width: 170px;
}

.LargeBtn {
    height: 16px;
    width: 150px;
    font-size: 11pt;
    font-weight: bold;
    background-color: #999999;
}

.LargeBtnS {
    height: 16px;
    width: 150px;
    font-size: 11pt;
    font-weight: bold;
    background-color: #BBBBBB;
}

.SmallBtn {
    height: 16px;
    width: 20px;
    font-size: 14pt;
    font-weight: bold;
}

.Btn {
    height: 24px;
    width: 24px;
    vertical-align: middle;
}

.Btn2 {
    height: 16px;
    width: 16px;
    vertical-align: middle;
}

.LargeImgBtn {
    float: right;
    height: 30px;
    width: 30px;
    cursor: pointer;
}

.SmallImgBtn {
    float: right;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.ZoneTitre {
    position: absolute;
    height: 670px;
    padding: 2px;
    margin: 2px;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    vertical-align: middle;
}

.ZoneTitreHeure {
    border-left: dashed gray 1px;
}

.TitreCourt {
    width: 60px;
    text-align: left;
}

.TitreCourt2 {
    width: 95px;
    text-align: left;
}

.TitreCourt3 {
    width: 92px;
    text-align: left;
}

.PauseMidi {
    width: 37px;
    height: 35px;
    border-left: dashed black 1px;
    border-right: dashed black 1px;
    color: transparent;
    float: left;
}

.PauseMidi2 {
    width: 72px;
    height: 35px;
    border-left: dashed black 1px;
    border-right: dashed black 1px;
    color: transparent;
    float: left;
}

.PauseMidi3 {
    width: 5px;
    height: 35px;
    border-left: dashed black 1px;
    border-right: dashed black 1px;
    color: transparent;
    float: left;
}

.PauseSoir {
    width: 12px;
    height: 35px;
    border-left: dashed black 1px;
    border-right: dashed black 1px;
    color: transparent;
    float: left;
}

.PauseSoir2 {
    width: 5px;
    height: 35px;
    border-left: dashed black 1px;
    border-right: dashed black 1px;
    color: transparent;
    float: left;
}

.PauseSoir3 {
    width: 32px;
    height: 35px;
    border-left: dashed black 1px;
    border-right: dashed black 1px;
    color: transparent;
    float: left;
}

.ZoneSalle {
    position: absolute;
}

.ZoneAide {
    width: 300px;
    float: right;
    height: 700px;
    padding: 1px;
    border-color: #666666;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: #C2C2C2;
    font-family: Arial;
    font-size: 11px;
}

.ZoneTitre2 {
    width: 265px;
    float: Left;
    height: 670px;
    padding: 1px;
    border-color: #666666;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: #C2C2C2;
    font-family: Arial;
    font-size: 12px;
}

.ZoneTitreDetail {
    width: 890px;
    float: Left;
    height: 670px;
    padding: 1px;
    border-color: #666666;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: #C2C2C2;
    font-family: Arial;
    font-size: 12px;
    overflow-y: scroll;
    cursor: default;
}

.ZoneTitreDetailFilm {
    width: 265px;
    min-height: 250px;
    float: Left;
    padding: 1px;
    border-color: #666666;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: #EEEEEE;
    font-family: Arial;
    font-size: 11px;
    margin: 5px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0px 0px 5px #000000, inset 0px 0px 5px #ffffff;
    -moz-box-shadow: 0px 0px 5px #000000, inset 0px 0px 5px #ffffff;
    -webkit-box-shadow: 0px 0px 5px #000000, inset 0px 0px 5px #ffffff;
}

.ZoneTitreDetailFilm .Titre {
    width: 100%;
    font-weight: bold;
    border: none;
}

.ZoneTitreDetailFilm .Info {
    font-size: 10px;
    border: none;
    line-height: 0.9;
}

.ZoneSeance {
    border-color: #666666;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: #DDDDDD;
    font-size: 10px;
    width: 840px;
    float: left;
}

.Aide {
    float: left;
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding-left: 1px;
    padding-right: 1px;
    width: 95px;
    height: 16px;
    margin-right: 1px;
    margin-bottom: 1px;
    color: #000000;
    text-shadow: none;
    font-weight: bolder;
}

.MaSeance {
    color: #FF0000;
    text-shadow: 0px 0px 2px #FFFFFF;
}

.MaSeance2 {
    color: #FF0000;
    text-shadow: 0px 0px 2px #FFFFFF;
}

.Titre {
    float: left;
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding-left: 1px;
    padding-right: 1px;
    width: 58px;
    margin: 2px;
    color: #000000;
    text-shadow: none;
    cursor: pointer;
}

.AP {
    background-color: #FFFFFF;
}

.CMC {
    background-color: #ffcb3d;
}

.CMD {
    background-color: #83FFF6;
}

.CMHC {
    background-color: #f1ff5a;
}

.FE {
    background-color: #6c65ff;
}

.LMC {
    background-color: #5ab7ff;
}

.LMHC {
    background-color: #ffa4fc;
}

.PS {
    background-color: #ff9494;
}

.TV {
    background-color: #b98bff;
}

.LC {
    background-color: #a75477;
}

.MO {
    background-color: #acff62;
}

.WIP {
    background-color: #000000;
    color: #ffffff;
}

.MaSeanceWIP {
    background-color: #000000;
    color: #008800;
    border-color: #008800;
}

.xAP {
    box-shadow: 0px 0px 0px 5px #FFFFFF inset;
}

.xCMC {
    box-shadow: 0px 0px 0px 5px #ffcb3d inset;
}

.xCMD {
    box-shadow: 0px 0px 0px 5px #83FFF6 inset;
}

.xCMHC {
    box-shadow: 0px 0px 0px 5px #f1ff5a inset;
}

.xFE {
    box-shadow: 0px 0px 0px 5px #6c65ff inset;
}

.xLMC {
    box-shadow: 0px 0px 0px 5px #5ab7ff inset;
}

.xLMHC {
    box-shadow: 0px 0px 0px 5px #ffa4fc inset;
}

.xPS {
    box-shadow: 0px 0px 0px 5px #ff9494 inset;
}

.xTV {
    box-shadow: 0px 0px 0px 5px #b98bff inset;
}

.xLC {
    box-shadow: 0px 0px 0px 5px #a75477 inset;
}

.xMO {
    box-shadow: 0px 0px 0px 5px #acff62 inset;
}

.xWIP {
    box-shadow: 0px 0px 0px 5px #000000 inset;
    color: #FFFFFF;
}

.Compteur {
    position: relative;
    float: right;
    font-size: 12px;
    font-weight: bolder;
    background-color: #000000;
    color: #FFFFFF;
    width: 25px;
    text-align: center;
}

.WIP .Compteur {
    color: #ffffff;
}

.SeanceNone {
    float: left;
    width: 140px;
    height: 38px;
    padding: 2px;
    margin: 1px;
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.SeanceDispo {
    float: left;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    width: 140px;
    height: 38px;
    padding: 2px;
    margin: 1px;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    color: #000000;
}

.SeanceDispoAbs {
    position: absolute;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    height: 38px;
    padding: 2px;
    margin: 1px;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    color: #000000;
    background-color: #EEEEEE;
}

.SeanceDispoSmall {
    float: left;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    width: 80px;
    height: 16px;
    padding: 2px;
    margin: 1px;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.SeanceSelectionne {
    border-color: #00AA00;
    background-color: #66FF66;
    background-image: url('../graphics/icoTicket.png');
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

.SeanceSelectionne2 {
    border-color: #AA6600;
    background-color: #ffbb66;
    background-image: url('../graphics/icoBadge.png');
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

.SeanceIcoBadge {
    float: right;
    background-image: url('../graphics/icoTicket.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    border: none;
}

.SeanceIcoTicket {
    float: right;
    background-image: url('../graphics/icoBadge.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    border: none;
}

.Others {
    font-size: 9px;
    font-weight: normal;
    line-height: 10px;
}

.Lang {
    font-size: 8px;
    font-weight: normal;
    float: right;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #000000;
    color: #FFFFFF;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.Grise {
    border-color: #666666;
    color: #666666;
    background-color: #AAAAAA;
    cursor: text;
}

.NoCurs {
    cursor: text;
}

.RecapBloc {
    width: 678px;
    min-height: 85px;
    max-height: 85px;
    margin-right: 0px;
    overflow-y: auto;
}

.RecapBlocXXL {
    width: 678px;
    min-height: 200px;
    max-height: 200px;
    margin-right: 0px;
    overflow-y: auto;
}

.RecapBloc2 {
    width: 478px;
    margin-right: 10px;
}

.RecapZone {
    width: 60px;
    height: 16px;
    cursor: default;
}

.BordType {
    float: right;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    width: 30px;
    padding: 0px;
    margin: -6px;
    background-color: #343434;
}

.LargeBord {
    width: 80px;
    color: #CCCCCC;
    font-size: 12px;
    text-shadow: none;
    float: left;
    margin: 2px;
}

.InfoPanel {
    float: left;
    border-color: #666666;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    width: 100%;
    font-size: 18px;
    vertical-align: middle;
    background-color: #C2C2C2;
}

@keyframes myfirst {
    0% {
        opacity: 0;
    }

    70% {
        opacity: 1;
    }
}

@-webkit-keyframes myfirst

/* Safari and Chrome */
    {
    0% {
        opacity: 0;
    }

    70% {
        opacity: 1;
    }
}

.Error {
    color: #FF0000;
    animation-name: myfirst;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: myfirst;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    font-weight: bold;
}

.Excluded {
    background-color: #994444;
    color: #DDAAAA;
    text-shadow: none;
}

.NoLink {
    cursor: default;
}

.Ok {
    background-color: #EEEEEE;
}

.Link {
    cursor: pointer;
}

.Alink {
    cursor: pointer;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.Note {
    float: left;
    width: 825px;
    background-color: lightgray;
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px darkgray;
}

.Note img {
    border-radius: 10px;
    margin: 3px;
    border: 1px #ffffff solid;
    border-top: 1px #000000 solid;
    border-left: 1px #000000 solid;
}

.NoteZone {
    width: 530px;
}

.NoteHeader {
    float: left;
    width: 530px;
    margin-bottom: 2px;
    border-radius: 10px;
}

.NoteTitleFilm {
    float: left;
    border-radius: 10px;
    background-color: darkgray;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.NoteTitle {
    float: left;
    width: 120px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}

.NoteCell {
    float: left;
    width: 70px;
    font-weight: bold;
    text-align: center;
    font-size: 11px;
}

.NoteOthers {
    float: left;
    width: 530px;
    font-size: 11px;
    color: #333333;
}

.nom {
    font-size: 12px;
    color: #880000;
}