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

a{
color:maroon;
}

.titre{
font-size:2.5em;
font-family:Times, Arial, serif;
text-align:left;
font-style:italic;
font-weight:bold;
margin-top:0px;
margin-bottom:0px;
color:maroon;
}