html { width:100%; height:100%; margin:0; padding:0; }
body {
    background-color: #ffffff;
    background-position: top center;
    background-attachment:fixed;
    text-align: center;
    height: 100%;
    font-family: 'Lato', sans-serif;
    font-weight:300;
    margin: 0px;
    padding:0px;

}

.decompte { width:800px; height:300px; background-color:rgba(255,255,255,0.8); margin:auto; margin-top:400px; border:5px solid #dc0000; font-size:38px; color:#464646; padding-top:30px; text-align:center;  }
.conteneur-compteur { width:673px; margin:auto; margin-top:30px; }

/* Couleurs et Tailles Txt //////////////////////////////////////////////////////////////////////////////////////////////// */
.creme { color:#ffe2b6; }
.gris { color:#565656; }
.bleu-fonce { color:#277b91; }
.bleu-ciel { color:#53add3; }
.rose { color:#be576e; }
.vieux-rose { color:#c662a0; }
.blanc { color:#ffffff; }
.rouge { color:#d70000; }
.vieux-rouge { color:#af4f36; }
.vieux-orange { color:#d7683b; }
.marron { color:#a76f3e; }
.vert { color:#879a46; }
.vert-clair { color:#8ab245; }
.jaune { color:#ffcc00; }
.orange { color:#e29500; }
.pistache { color:#a7bd5e; }
.size52 { font-size:52px; }
.size46 { font-size:46px; }
.size38 { font-size:38px; }
.size32 { font-size:32px; }
.size28 { font-size:28px; }
.size26 { font-size:26px; }
.size20 { font-size:20px; }
.size18 { font-size:18px; }
.size16 { font-size:16px; }
.gras { font-weight:bold; }
.majuscule { text-transform:uppercase; }
.souligne { text-decoration:underline; }

.clear { clear:both; }

.bande-separation-bleu { width:100%; height:8px; background-color:#277b91;  }



textarea{ resize:none; }
h1,h2,h3,h4 { display:inline; padding:0px; margin:0px; }
hr { padding:0px; margin:0px; }
a {outline: none;}
input,textarea,select { outline: none;}
:focus{-moz-outline-style: none;}
img { border:0px; }