html, body, div, h1, h2, h3, h4, h5, h6, p, img, dl, dt, dd, ol, ul, li, table, tr, td, form, object, embed, article, aside, canvas, command, details, fieldset, figcaption, figure, footer, group, header, hgroup, legend, mark, menu, meter, nav, output, progress, section, summary, time, audio, video {
    margin:0;
    padding:0;
    border:0;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section {
    display: block;
}
html { 
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    color: #fff;  
    background-color: #111;
    font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
}
body {
    width: 100%;
    margin: auto;
}
.CadreMaxBlock,
.CadreMaxBlockInscription,
.CadreMaxBlockConnexion {
    max-width: 95%;
    margin: auto;
    padding: 5px;
}
/*HEADER*/
header {
    width: 100%;
    background: #000;
    position: fixed;  
    bottom: 0px;
    box-shadow: 0px 0px 10px #000;
    z-index: 2000;     
}
.LogoSite, .navHeader {
    display: inline-block;
    vertical-align: middle;
}
.LogoSite {
    width: 15%;    
    margin-right: 5%;   
}
.LogoSite img {
    display: block;   
    max-width: 30px;
}
.navHeader {
    width: 79%;
    margin-right: -30px;
}
.navHeader ul {
    list-style: none;
    display: block;
    height: 18px;
}
.navHeader ul li {
    float: right;
    width: 30%;
    max-width: 110px;
    margin-left: 2%;
    text-align: center;
}
.navHeader ul li a { 
    text-decoration: none;
    display: block;
    color: #ff5a00;
    padding: 3px;
    font-size: 13px;
    border: solid 2px #333;   
}
.navHeader ul li a:hover, #LienActif {
    color: #fff;
}
.ConnexionMembre {
    background: #333;
    padding: 10px;
    text-align: center;
}
.Sidentifier,
.Inscription {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-weight: bold;
}
.Sidentifier a,
.Inscription a {
    text-decoration: none;
    color: #000;
    background: #ff4c00;
    display: inline-block; 
    vertical-align: middle;
    border: solid 1px #ff4c00;
    border-radius: 5px; 
    text-align: center;
    padding: 5px;  
    margin-right: 5px;
    text-transform: uppercase;
} 
.Sidentifier a:hover,
.Inscription a:hover,
#LienActifConnecInscrip {
    background: #fff;
    border: solid 1px #fff;
}
.ChangLang {
   float: right;
} 
.ChangLang a {
     display: inline-block;
     vertical-align: middle;
     margin: 5px;
}
.ChangLang img {
    display: block;
    margin: auto;
}
.MonCompte, .ProfilM {
    display: inline-block;
    vertical-align: middle;
}
.MonCompte {
    margin: 3px;
    font-size: 13px;
}
.MonCompte a {
    display: block;
    text-decoration: none;
    border: solid 1px;
    color: #fff;
    text-align: center;
    padding: 3px;
    background: #3180fa;
}
.ProfilM {
    margin: 3px;
    width: 30px; 
    border-radius: 50%;
}
.ProfilM img {
    display: block;
    border-radius: 50%;
    background: #bdbdbd; 
    padding: 2px; 
}
/*SECTION*/
section {
    width: 100%; 
    min-height: 600px;
}
.MsgConnexion {
    font-size: 12px;
    color: #48c509;
    border: solid 1px #48c509;
    padding: 3px;
    border-radius: 5px;
    width: 200px;
    text-align: center;
    font-weight: bold;
}
/*FOOTER*/
footer {
    border-top: solid 2px #ff5a00;
    min-height: 350px;
    text-align: center;
}
.LogoPresFooter a  {
    width: 50px;
    height: 89px;
    display: block;
    margin: auto;
}
.LogoPresFooter a img {
    display: block;
}
.LogoPresFooter p {
    font-size: 14px;
    width: 320px;
    padding-bottom: 10px;
    margin: 10px auto;
    border-bottom: solid 1px #dbdbdb;
    text-transform: uppercase;
}
.Suivez-nous {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.Suivez-nous a {
    color: #005bbe;
}
.Suivez-nous a:hover {
    text-decoration: none;
}
.LiensAnnexes {
    margin-top: 10px;
    margin-bottom: 10px;   
}
.LiensAnnexes ul {
    list-style: none;
}
.LiensAnnexes ul li {
    display: inline-block;
    margin: 5px;
}
.LiensAnnexes ul li a {
    font-size: 12px;
    text-decoration: none;
    color: #555;
}
.LiensAnnexes ul li a:hover, #LienActifooter {
    color: #005bbe;
    text-decoration: underline;
} 
.Copyright {
    color: #555;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 15px; 
}
/*VERSION PC*/
@media screen and (min-width: 767px) {
   .CadreMaxBlock,
   .CadreMaxBlockInscription,
   .CadreMaxBlockConnexion {
       max-width: 1000px;
       padding: 10px;
   }
   .navHeader ul li a { 
       font-size: 15px; 
   }
   .PochetteDetails,
   .PochetteDetailsSuggest,
   .PochetteDetailsEpinglees,
   .PochetteDetailsPublication {
       display: inline-block;
       vertical-align: middle;
       width: 49.5%;
   }  
   /*SUGGESTION MUSIC HOME*/   
   .BlockMembreSuggestHome {
       width: 90px;
       margin-bottom: 5px;   
   }      
}