body
{
font-family: Georgia, "Times New Roman", Arial, serif;
background-image: url("../image/fondecransite.png");
background-repeat: no-repeat;
background-position: top;
}
.titrechanson
{
color: black;
font-size: 300%;
}
.nom1
{
color: red;
font-weight: bold;
}
.nom
{
color: blue;
}
#menu
{
float: left;
width: 450px;
background-color: white;
border: 2px solid blue;
padding: 10px;
margin-top: 20px;
}
a
{
font-family: "Comic Sans MS", Georgia, "Times New Roman", Arial, serif;
text-decoration: none;
color: blue;
}
a:hover
{
background-color: blue;
color: white;
}
#corps
{
padding: 10px;
width: 300px;
margin-left: 600px;
background-color: #dcdcdc;
border: 2px solid green;
}
.texte
{
font-size: 70%;
}
.extrait
{
color: blue;
background-color: white;
border: 2px solid blue;
padding : 5px;
}
