body
{
   background-image: url(../images/badass3000.jpg);
   background-position:center center;
   background-attachment: fixed;
   background-repeat: no-repeat;
   background-size: cover;
   -moz-background-size: cover;
}




footer
{
   ext-align: center;
   position: absolute;
   bottom: 0px;
   left: 0px;
   width: 100%;
   /* height: 0px */
}



img
{
   border: 1px solid black;
}



.centrage_page
{
   position:absolute;
   left: 50%;
   top: 50%;
   width: 600px;
   height: 500px;
   margin-left: -300px; /*  Cette valeur doit être la moitié négative de la valeur du width */
   margin-top: -250px;  /* Cette valeur doit être la moitié négative de la valeur du height */
}



.texte_gras
{
   font-weight: bold; 
}




.texte_italique
{
   font-style: italic;
}



.texte_centre
{
   text-align: center;
}



.texte_taille_xxl
{
   font-size: 7em;
}




.texte_titre
{
   font-family: 'capture_itregular', Arial, sans-serif;
   color: #FFFFFF;
}





@font-face {
   font-family: 'capture_itregular';
   src: url('../polices/Capture_it-webfont.eot');
   src: url('../polices/Capture_it-webfont.eot?#iefix') format('embedded-opentype'),
        url('../polices/Capture_it-webfont.woff') format('woff'),
        url('../polices/Capture_it-webfont.ttf') format('truetype'),
        url('../polices/Capture_it-webfont.svg#capture_itregular') format('svg');
   font-weight: normal;
   font-style: normal;
}
