{ 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;
}

img{
border:6px double #778899;
}

.titre{
font-size:2.5em;
text-align:center;
font-style:italic;
font-weight:bold;
margin-top:0px;
margin-bottom:0px;
color:maroon;
}


.descr{
font-size:1.5em;
font-weight:bold;
text-align:center;
margin-top:0px;
margin-bottom:0px;
color:maroon;
}

.taille{
font-size:1.5em;
font-weight:bold;
text-align:center;
margin-top:0px;
margin-bottom:0px;
color:maroon;
}

.annee{
font-size:1.5em;
font-weight:bold;
margin-top:0px;
margin-bottom:0px;
text-align:center;
color:maroon;
}

