{ margin: 0; padding: 0; }
html { 
        background: url('backtoile.jpg') no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        
}

a{
color:maroon;
}

.eleve{
font-size:1.5em;
text-align:center;
font-style:italic;
font-weight:bold;
color:maroon;
}


.niveau{
font-size:1.5em;
text-align:center;
color:maroon;
}

.texte{
text-align:center;
font-style:italic;
font-weight:bold;
color:maroon;
}



