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: #333;
    background: #f1f1f1;  
    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: #00123d;
    position: fixed;  
    bottom: 0px;
    box-shadow: 0px 0px 10px #555;
    z-index: 2000;
}
.LogoSite, .navHeader{
    display: inline-block;
    vertical-align: middle;
}
.LogoSite {
    width: 15%;
    min-width: 50px;
}
.LogoSite a {
    text-decoration: none;
}
.LogoSite a img {
    display: block;
}
.navHeader  {
    width: 84%;
    margin-right: -30px;
}
.navHeader ul {
    list-style: none;    
}
.navHeader ul li {
    float: right;
    width: 30%;
    max-width: 110px;
    margin-left: 2%;
    text-align: center;
}
.navHeader ul li a {
    display: block;
    text-decoration: none;
    color: #0fa4e5;
    padding: 3px;
    font-size: 13px;
    border: solid 1px;
}
.navHeader ul li a:hover, #LienActif {
    color: #fff;
}
.ConnexionMembre {
    background: #e3e3e3;
    padding: 10px;
    text-align: center;
}
.Sidentifier, .Inscription {
    display: inline-block;
    vertical-align: middle;
}
.Inscription {
    margin-left: 10px;
}
.Sidentifier a,
.Inscription a  {
    text-decoration: none;
    font-size: 13px;
    display: block;
    padding: 5px;
    background: #005bbe;
    color: #fff;
    border: solid 1px #005bbe;
    font-weight: bold;
    border-radius: 3px;
} 
.Sidentifier a:hover,
.Inscription a:hover,
.MonCompte a:hover,
#LienActifConnecInscrip {
    background: #fff;
    border: solid 1px #fff;
    color: #005bbe;
}
.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: 500px;
}
.MsgConnexion {
    font-size: 11px;
    color: #48c509;
    border: solid 1px #48c509;
    padding: 3px;
    margin-left: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    width: 200px;
    text-align: center;
    font-weight: bold;   
}
.GrandTitreHome {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
}
.SousTitreHome {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}
.PubAdsLarge {
    background: #f9f9f9;
    margin-top: 10px;
    margin-bottom: 10px;
}
.NewsMusicHome {
    margin-top: 10px;
    padding-top: 10px;    
}
.TitreMusicALAUNEHome {
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: solid 2px #dbdbdb;
    padding-bottom: 5px;
    margin-bottom: 15px;
    text-align: center;
}
/*Fichier musique*/
.PochetteDetails,
.PochetteDetailsSuggest,
.PochetteDetailsEpinglees,
.PochetteDetailsPublication {
    border-bottom: solid 1px #dbdbdb;
    margin-bottom: 10px;
}
.IcoEnVedette {
     float: right;
}
.PochetteMusic, .DetailsMusic {
    display: inline-block;
    vertical-align: top;
}
.PochetteMusic {
    width: 30%;
}
.PochetteMusic img,
.PochetteMusicEpinglees img {
    display: block;
    margin: auto;
}
.DetailsMusic {
    width: 67.5%;
    box-sizing: border-box;
    margin-left: 0.5%;
    margin-right: -30px;    
}
.ArtisteMusic, .TitreMusic {
    font-size: 17px;
    word-break: break-word;   
    margin-bottom: 10px;
}
.ArtisteMusic {
    text-transform: uppercase;
}
.TitreMusic a {
    color: #005bbe;
    text-decoration: underline;
}
.NombreDownTailleMusic,
.GenreMusic,
.PaysMusic,
.DureeMusic {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}
.DateEtDuree {
    text-align: right;
    margin-top: 10px; 
    margin-bottom: 3px;
    color: #333;
    font-size: 12px;
}
.DateDePubl, .DureeDePublMusi {   
    display: inline-block;
    vertical-align: middle;
}
.AuteurMus {
    margin-top: 10px;
    font-size: 12px;
}
.AuteurMus a,
.AuteurMusDown a {
    text-decoration: none;
    color: #014a9a;
    font-weight: bold;
    overflow: hidden;
    word-break: break-word;   
}
.AuteurMus img,
.AuteurMusDown img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}
.TitleEnVedetteMusicP,
.LibelleMusicAnnee,
.LibelleSuggestion {
    margin-top: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding: 5px;
    text-align: center;
}
.TitleEnVedetteMusicP {
    background: #ffc10a;
    font-weight: bold;
    font-size: 15px;
}
.LibelleMusicAnnee,
.LibelleSuggestion {
    background: #f9f9f9;
    font-weight: bold;
    font-size: 17px;
}
.TitreMusicHome {
    text-align: center;
}
.GrandTitleComptePro, 
.DescripComptePro {
    margin-bottom: 10px;
}
.GrandTitleComptePro {
     font-size: 30px;
     font-weight: bold;
}
.DescripComptePro {
     font-size: 18px;
}
.CadreMembresHome {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    background: #e3e3e3;
}
.BlockMembreSuggestHome { 
    width: 63px;
    display: inline-block;
    vertical-align: top;        
    margin-bottom: 10px;   
}
.BlockMembreSuggestHome a {
    display: block;
    text-decoration: none;
}
.AvatarSuggestHome img {
    display: block;
    margin: auto;
    border-radius: 50%;
}
.PseudoSuggestHome {
    word-break: break-word;
    font-size: 12px;
    padding: 2px;
    display: block;
    color: #000;
}
.NombreInscritsHome span {
    font-size: 12px;
    color: #333;
    background: #f1f1f1;
    padding: 2px;    
}
/*FOOTER*/
footer {
    border-top: solid 1px #0fa4e5;
    min-height: 300px;
    text-align: center;
}
.LogoPresFooter a  {
    width: 70px;
    height: 57px;
    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: #333;
}
.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;
   }
   .GrandTitreHome {
       font-size: 50px;
   }
   .SousTitreHome {
       font-size: 25px;
   }   
   .DescripComptePro {
        font-size: 21px;
   }   
   .PochetteDetails,
   .PochetteDetailsSuggest,
   .PochetteDetailsEpinglees,
   .PochetteDetailsPublication {
       display: inline-block;
       vertical-align: middle;
       width: 49.5%;
   }  
   /*SUGGESTION MUSIC HOME*/   
   .BlockMembreSuggestHome {
       width: 90px;
       margin-bottom: 5px;   
   }      
}