﻿/*
    Document   : design_nc_fr
    Created on : 16 avril 2011, 12:08:03
    Author     : Nelth
    Description:
        Graphisme du Portail NelthCorp.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/* Réinitialisation */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{ margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; background: transparent; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
table { border-collapse: collapse; border-spacing: 0; }
:focus { outline: 0; }

/* Communs */
.cache { display: none; }
em { font-style: italic; }
ins { font-style : normal; text-decoration: none; }
strong { font-weight: bold; }
.center { text-align: center; }

/* Liens */
    a { color: white; text-decoration: none; }
    a:hover { color: #d3edfd; }
    a:focus, a:active, a:visited:hover { color: white; text-decoration: underline; }
    a:visited { color: white; text-decoration: underline; }
    .lien_bloc { display: block; width: 100%; height: 100%; }

    .common { color: white; font-weight: bold; }
    .common:hover { color: #d3edfd; }
    .common:focus, .common:active, .common:visited { color: white; text-decoration: none; }
    .common:visited:hover { color: #d3edfd; text-decoration: none; }

/* Coeur du graphisme */
html { 
    margin: 0;
    padding: 0; }
body {
    margin: auto;
    height : 100%;
    min-width: 1000px;
    background-color: #01060d;
    background-image: url("../fond.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    color: #d3edfd;
    font-family: Georgia, Arial; }

#hauteur_page { min-height: 100%; position: relative; }
#hauteur_contenu_page { min-height: 100% ; position: relative; }

#header { width: 100%; height: 25%; margin: auto;  }
    #menu_langues { display: block; float: right; margin: 0px; padding: 0px; padding-top: 10px; padding-right : 25px; color: #d3edfd; font-family: Georgia, Arial; font-size: 0.7em; font-weight: bold; text-align: left; }
    #menu_langues li { display: block; float: left; margin: 0px; margin-left: 2px; margin-right: 2px; }
            #titre_langues { padding-top: 4px; }
            #fr, #fr:focus, #fr:visited { height: 23px; width: 31px; background-repeat: no-repeat; background-image: url("../sprite_langue.png"); background-position: top right; }
            #en, #en:focus, #en:visited { height: 23px; width: 31px; background-repeat: no-repeat; background-image: url("../sprite_langue.png"); background-position: top left; }
            #fr:hover { background-position: center right; }
            #en:hover { background-position: center left; }
            #fr:active { background-position: bottom right; }
            #en:active { background-position: bottom left; }
    #menu_header { margin: 0px; padding: 5px; color: #d3edfd; font-family: Georgia, Arial; font-size: 0.7em; text-align: right; }

#bloc_logo { clear: both; width: 100%; margin: auto; padding: 0px; background-repeat: no-repeat; }
    #bloc_haut_logo { width: 100%; }
        #bloc_haut_logo_gauche { float: left; width: 40%; min-width:470px; }
            #logo_titre { width: 100%; margin-left: 3%; background-image: url("../bloc_main_titre.gif"); background-size: 100%; background-repeat: no-repeat; background-position: top left; }
                #logo_titre:hover { background-position: top left; }
                #logo_titre a { padding-bottom: 37%; }
                #logo_titre h2 { text-align: center; font-weight: bold; font-size: 1.2em; font-style: italic; color: #ffffff; vertical-align: middle; }
        #bloc_medium_logo { max-width: 761px; min-width: 450px; margin-left: 3%; margin-top: 3%; padding-bottom: 15%; background-image: url("../bloc_main_announce.gif"); background-size: 100%; background-repeat: no-repeat; background-position: bottom right; }
                #bloc_medium_logo h1 { text-align: center; font-weight: bold; font-size: 2em; color: #ff3939; margin-bottom: 10px; }
                #bloc_medium_logo h2 { text-align: center; font-weight: bold; font-size: 1.2em; font-style: italic; color: #d3edfd; }
                #bloc_medium_logo p { text-align: center; font-size: 1em; color: #d3edfd; font-style: italic; margin-bottom: 5px; }
        #bloc_bas_logo { max-width: 761px; min-width: 450px; margin-left : 3%; padding-bottom: 0%; background-image: none; background-size: 100%; background-repeat: no-repeat; background-position: top right; }
            #titre_cadre_accueil {  }
                #titre_cadre_accueil h1 { display: none; text-align: left; font-weight: bold; font-size: 1.2em; padding-top: 2%; margin-bottom: 3%; font-style: italic; color: #d3edfd; margin-left : 5%; }
            #message_cadre_accueil {  }
                #message_cadre_accueil p { text-align: left; font-size: 1em; color: #d3edfd; margin-left: 10%; margin-right: 5%; }
                #message_cadre_accueil label { display:block; float: left; width : 150px; vertical-align: middle; margin-top : 8px; }
        #bloc_haut_logo_droit { min-width: 40%; padding-bottom: 50%; margin-left: 45%; background-image: url("../bloc_main_logo.gif"); background-size: 100%; background-repeat: no-repeat; background-position: top left; }

.player {
    background: transparent url("../spr.png") no-repeat scroll center top;
    height: 162px;
    position: relative;
    width: 326px;
    margin-left: 20%;
    z-index: 2;
}
.title, .artist {
    font-family: Georgia, Arial;
    left: 167px;
    position: absolute;

    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.title {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    top: 23px;
}
.artist {
    color: #EEEEEE;
    font-size: 12px;
    top: 40px;
}
.pl {
    background: transparent url("../spr.png") no-repeat scroll -274px -175px;
    cursor: pointer;
    height: 34px;
    left: 270px;
    position: absolute;
    top: 20px;
    width: 32px;
}
.pl:hover {
    top: 21px;
}
.cover {
    background: transparent url(../../playlist/cover1.png) no-repeat scroll center top;
    border-radius: 5px 5px 5px 5px;
    height: 100px;
    left: 20px;
    position: absolute;
    top: 10px;
    width: 100px;
}
.controls {
    cursor: pointer;
    height: 23px;
    left: 167px;
    position: absolute;
    top: 65px;
    width: 138px;
}
.controls .play, .controls .pause, .controls .rew, .controls .fwd {
    background: transparent url("../spr.png") no-repeat scroll 0 0;
    float: left;
    height: 100%;
    width: 33%;
}
.controls .play {
    background-position: -8px -171px;
}
.controls .pause {
    background-position: -8px -198px;
    display: none;
}
.controls .rew {
    background-position: -54px -171px;
}
.controls .fwd {
    background-position: -100px -171px;
}
.controls .play:hover {
    background-position: -8px -170px;
}
.controls .pause:hover {
    background-position: -8px -197px;
}
.controls .rew:hover {
    background-position: -54px -170px;
}
.controls .fwd:hover {
    background-position: -100px -170px;
}
.hidden {
    display: none;
}
.controls .visible {
    display: block;
}
.volume {
    height: 11px;
    left: 186px;
    position: absolute;
    top: 96px;
    width: 112px;
}
.tracker {
    height: 15px;
    left: 20px;
    position: absolute;
    top: 126px;
    width: 285px;
}
.ui-slider-range {
    background: transparent url("../spr.png") no-repeat scroll 5px -222px;
    height: 100%;
    position: absolute;
    top: 0;
}
.ui-slider-handle {
    cursor: pointer;
    height: 10px;
    margin-left: -5px;
    position: absolute;
    top: 2px;
    width: 10px;
    z-index: 2;
}
.volume .ui-slider-handle {
    background: url("../spr.png") no-repeat scroll -201px -188px rgba(0, 0, 0, 0);
    height: 13px;
    width: 13px;
}
.playlist {
    background-color: #003156;
    border-radius: 5px 5px 5px 5px;
    list-style-type: none;
    margin: -10px 0 0 0px;
    margin-left: 20%;
    padding-bottom: 10px;
    padding-top: 15px;
    position: relative;
    width: 326px;
    z-index: 1;
}
.playlist li {
    color: #d3edfd;
    cursor: pointer;
    margin: 0 0 5px 15px;
}
.playlist li.active {
    font-weight: bold;
}
