
.blanc 
{
    color:rgb(255, 255, 255); 
} 
.abeille 
{ 
    color:rgb(103, 66, 190); 
    background-color: black;
    font-size: larger;
    width: 5000;
    font-weight: bold;
}
.purple
{ 
    background-color: rgb(103, 66, 190); 
    color: azure;
}
body { 
    background: url(imageArriere.jpg) no-repeat; 
    background-size: cover; 
} 