html
{
    height: 100%;
}

body
{
    height: 100%;
    margin:0; /* sinon on a le dÃƒÂ©calage de 8px*/
    padding: 0;/* sinon on a le dÃƒÂ©calage de 8px*/
    font-family: Helvetica, Arial, "lucida grande", tahoma, arial, sans-serif;
    background-color: white;
    background-image: url("../images/light_wool.png");
    text-align: center;
}

#topBar
{
    width: 100%;
    height: 40px;

    position: fixed;
    z-index: 10;

    line-height: 40px;
    vertical-align: middle;
    text-align: center;

    background-color: rgb(0,0,160);
    /*background-image: linear-gradient(#000085, #00005e)*/
    box-shadow: 0px 1px 3px black;
}

#topBar a
{ 
    margin: 0;
    color: white;
    font-size: 25px;
    font-weight: bold;
    /*background-color: red;*/
    text-decoration: none;


}


#inputUrl
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 40px;

    width: 100%;
    height: 40px;

    margin-top: 40px;

    font-size: 20px;

    border: none;
    border-radius: 0px;

    color: #dada00;
    background-color: rgb(50,50,50);
    /*background-image: linear-gradient(#aeae00, #dada00, #dada00, #dada00, #aeae00);*/

    box-sizing: border-box;
    text-align: center;

    z-index: 9;
}

#BTNsubmit
{
    width:100%;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    border: none;
    border-radius: 0;
    background-color: #000085;
    color: #ffffff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 18px;
    font-weight: bold;

    cursor: pointer;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;


    /*background: repeating-linear-gradient(
            45deg,
            #0723ff,
            #00009d 4px,
            #00008c 4px,
            #000085 4px
    );
*/
    -moz-box-shadow:    inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow:         inset 0 0 10px #000000;

}

#cacheInfoBlock
{
    position: fixed;
    top: 0;

    width: 100%;
    height: 20px;

    margin-top: 80px;

    line-height: 20px;
    vertical-align: middle;
    /*background-color: #00005e;*/
    /*background-color: #ff4800;*/

    background: repeating-linear-gradient(
            45deg,
            #ff0700,
            #ff0700 5px,
            #dd0600 5px,
            #dd0600 10px
    );

    font-weight: bold;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    display: none;
    /*border-bottom: 2px solid rgb(200,0,0);*/
    /*z-index: 10;*/
    /*background-image: linear-gradient(#038900, #00005e)*/
    /*box-shadow: 0px 1px 3px #101010;*/

}

#top100block
{
    margin-top: 58px;
    padding-top: 20px;
    margin-bottom: 50px;
    width: 100%;
    background-color: #151515;
}

.tableTop100
{
    width: 100%;
    table-layout: fixed;
}

.tableTop100 tr
{
    /*border-bottom: 1px solid rgb(100,100,100);*/
    font-size: 12px;
}

.top100_title
{
    width: 55%;

    height: 15px;
    line-height: 15px;

    color: rgb(226, 57, 0);

    /* Pour le ellipsis */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

    padding: 10px;
    /* Pour le ellipsis (FIN)*/


}

/*#tdHeightBlock*/
/*{*/
    /*width: 100px;*/
    /*height: 15px;*/

    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
/*}*/

.top100_author_name
{
    width: 30%;
    color: rgb(0, 192, 255);

    /* Pour le ellipsis */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

    padding: 10px;
    /* Pour le ellipsis (FIN)*/
}

.top100_download_month
{
    width: 10%;
    color: rgb(255, 255, 255);
}


#loadingBlock
{
    /*position: absolute;*/

    /*top: -250px;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/

    height: 40px;
    width: 300px;

    line-height: 40px;

    margin: auto;
    margin-top: 80px;
    text-align: center;
    vertical-align: middle;

    /*background-color: #00005e;*/

    display: none;
}

.downloadAnother
{
    border: 2px solid #a0a0fe;
    padding: 5px;
    background-color: #00005e;
    background-image: linear-gradient(#0016ca, #000084);
    border-radius: 3px;
    color: #ffffff;
    text-decoration: none;

}

.downloadAnother:hover
{
    background-color: #00007d;
    background-image: linear-gradient(#0018dc, #0000c8);
}

.formatAAC
{
    color: rgb(0,255,0);
    position: fixed;
    bottom: 0;
    right: 0;
    margin-bottom: 22px;
    margin-right: 10px;
    font-size: 12px;
}

.formatMP3
{
    color: rgb(98, 98, 98);
    position: fixed;
    bottom: 0;
    right: 0;
    margin-bottom: 8px;
    margin-right: 10px;
    font-size: 12px;
}

#barInfoCacheBottom
{
    width:100%;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    border-top: 4px solid #ff0700;
    background-color: #1c1c1c;
    color: #ffffff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;

    margin-bottom: 50px;

    font-size: 12px;

    display: none;

}


#BTNchangeCompression
{
    width: 60px;
    height: 41px;
    border-radius: 3px;
    background-color: rgb(0, 0, 132);
    /*background-color: rgb(24, 24, 24);*/
    background-image: linear-gradient(rgb(3, 12, 92), rgb(0, 0, 54));
    /*background-image: linear-gradient(rgb(31, 31, 31), rgb(15, 15, 15));*/
    border: 0px;
    text-align: center;
    font-weight: bold;
    color: rgb(255, 255, 0);
    position: fixed;
    bottom: 0;
    left: 0;
    margin-bottom: 4px;
    margin-left: 10px;

    -moz-box-shadow:    inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow:         inset 0 0 10px #000000;

    cursor: pointer;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

#infosBlock
{
    /*position: absolute;*/

    /*top: -80px;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/

    height: 90px;
    width: 85%;

    margin: auto;
    margin-top: 10px;

    line-height: 30px;

    padding-top: 5px;
    padding-bottom: 5px;

    text-align: center;
    vertical-align: middle;

    /*background-color: red;*/

    display: none;
}

#titre
{
    height: 60px;
    width: 100%;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;

    margin: auto;

    word-wrap: break-word;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;

    font-size: 17px;
    /*background-color: yellow;*/
}

#auteur
{
    margin-top: -30px;
    height: 30px;
    color: rgb(100,100,100);
}

#previewBlock
{
    /*position: absolute;*/

    /*top: 200px;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/

    height: 150px;
    width: 300px;

    margin: auto;
    margin-top: 10px;
    text-align: center;
    vertical-align: middle;

    /*background-color: #038900;*/

    display: none;
}

.imgPreviewYoutube
{
    max-width: 100%;
    max-height: 100%;

    margin-left: auto;
    margin-right: auto;

    display: none;

    border: 2px solid rgb(250,250,250);
    box-shadow: 0px 1px 2px #6a6a6a;

}

.imgLoading
{

    max-width: 100%;
    max-height: 100%;

    margin-left: auto;
    margin-right: auto;

    display: none;

}

#barInfo
{
    width:100%;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    border: none;
    border-radius: 0;
    background-color: #000085;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 18px;
    font-weight: bold;

    cursor: pointer;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -moz-box-shadow:    inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow:         inset 0 0 10px #000000;

    display: none;
}

#downloadOptionsDialog
{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;

    text-align: center;

    z-index: 10;
    opacity: 1;
    width: 90%;
    max-width: 500px;
    height: 200px;
    border: 2px solid rgb(226, 57, 0);
    border-radius: 2px;
    background-color: rgb(50,50,50);
    box-shadow: 0px 0px 5px black;

    display: none;

}

.ontop {
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*display: none;*/
    position: fixed;
    background-color: rgba(232, 232, 232, 0.70);
    /*color: #aaaaaa;*/
    /*opacity: .7;*/
    filter: alpha(opacity = 50);

    display: none;
}

.selectFormat
{
    font-size: 20px;
    font-weight: bold;

    color: #ffffff;
}

.selectFormat_AAC
{
    position: absolute;

    left: 0;
    bottom: 0;

    margin-left: 70px;
}

.selectFormat_MP3
{
    position: absolute;

    right: 0;
    bottom: 0;

    margin-right: 70px;
}

.selectFormat_X
{
    width: 40px;
    height: 30px;

    margin-bottom: 20px;

    line-height: 30px;
    vertical-align: middle;

    background-color: #e22400;
    color: #ffffff;

    text-decoration: none;

    border-radius: 3px;

    font-weight: bold;
}

.selectFormat_title
{


    color: rgb(255, 50, 42);
    width: calc(100% - 10px);
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    /*background-color: green;*/
}

.closePopupBTN
{
    position: absolute;

    right: 0;
    top: 0;

    margin-right: 5px;
    margin-top: 5px;

    width: 20px;
    height: 20px;

    line-height: 20px;

    vertical-align: middle;

    border-radius: 2px;

    text-decoration: none;

    font-size: 18px;
    color: #e22400;

    /*background-color: #e22400;*/
}