@font-face {
    font-family: 'montreal';
    
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helvetica';
    
    font-weight: normal;
    font-style: normal;

}


body {
    /*background:#000000;*/
    left:0;
    top:0;
    margin: 0;
    padding: 0;
    height:100%;
    width:100%;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    font-family: 'helvetica','montreal',sans-serif;
    font-size: 2.5em;
    text-transform: uppercase;
    
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-text-stroke: .01em;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;

}

div#header {
    position: absolute;
    left:0;
    top:0;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    height: 28.3%;
    color: white;
    background: transparent;
    font-family: Arial;
    display: block;
}



div#bg {
    -moz-background-size:cover;
    background-size:cover;
    background-position:center;

    background-image: url('img/fd_bleu_meteo.jpg') !important;
    position:absolute;
    left:0;
    top:0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    height:100%;
    width:100%;
    z-index:1;
    text-align: center;
}

div#b2 {
    background: transparent;
    background-repeat: repeat;
    position:absolute;
    left:0;
    top:26% !important;
    height:71%;
    width:100%;
    z-index:2;
}

}
.text {
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.7);
    color: #fff;
    font-family: Arial;
    z-index:3;
    position:fixed;
    font-size: 27px;
}

#ls {
    position:fixed;
    bottom:1px;
    right:1px;
    z-index:4;
    color:#888;
    font-size:10px;
    opacity:0.2;
}


table {
    border:0;
    margin:0;
    padding:0;
}
td {
    color: #fff;
    font-family: Arial;
    padding: 10px;
}
td.tit {
    font-size: 35px;
}
td.des {
    font-size: 25px;
    color: #888;
}

table.en-tete{
    border:0;   
    padding:0;
    margin:0;
    width:100%; 
    height:100%;
    border-collapse: collapse;
}
table.en-tete tr
{
    border:0;
    padding:0;
    margin:0;

}   
table.en-tete tr td
{
    border:0;
    padding:0;
    margin:0;
}


#infos{
    padding-top:3%;
    text-align: center;
    width: 99%;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
    max-width: 100%;
}

.info{
    display:inline-block;
    width: 30%;
    vertical-align:top;

    margin-left: auto;
    margin-right: auto;

    padding:0% 0% 0% 1%;
}
.logo_info{
    vertical-align:middle;
}

#webcam, #meteo, #conditionNeige{
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    position: relative;

}

table{
    text-align:center;
    width: 100%;
}
th{
    color: #ffffff;
}
tr, td{
}
.sous_entete{
    background:rgba(0, 0, 0, 0.8);
    color:white;
}
.fond_marron{
    background: rgba(146, 140, 132, 0.8);
}
.img_meteo{
    width: 60%;
    max-width: 300px;
}
#tableauNeige{
    border-collapse:collapse;
    border-spacing:0;
}  

#tableauNeige tr{
    background:rgba(118, 221, 253, 0.4);
}
#tableauNeige tr:nth-child(odd){
    background:rgba(118, 221, 253, 0.1);
}
#tableauNeige td span{
    text-transform:lowercase;
}

#pisteOuverte tr td{
    width:25%;
    height: 100%;
    -moz-background-size:cover;
    background-size:cover;
    background-position:center;

    background-repeat: no-repeat;
} 

#pisteVerte, #pisteBleue, #pisteNoire, #pisteRouge{
    width:100%;
    height:100%;
}
#case_pisteVerte, #case_pisteBleue, #case_pisteRouge, #case_pisteNoire{
    -moz-background-size:contain;
    background-size:contain;
    background-position:center;
    width:25%;
    background-repeat: no-repeat;

}

#hauteurHaut, #hauteurBas
{
    font-size: 0.7em;
}

#case_pisteVerte{
    background-image: url('img/pisteverte.png');
}
#case_pisteBleue{
    background-image: url('img/pistebleue.png');
}
#case_pisteRouge{
    background-image: url('img/pisterouge.png');
}
#case_pisteNoire{
    background-image: url('img/pistenoire.png');
}

#img_webcam
{

text-align: left !important;
}

.trailmap{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;left:0;
    z-index:3;
}

.trailmap img{
    width:100%;
    height: 100%;
    display:none;
}