body{
background: #000000;
}

#fondsite{
background-image: url(fondrouge.jpg);
background-size: 100% 100%;
text-align: center;
}

.cellback {
background: url();
background-repeat: no-repeat;
border-right: 0px solid black;
width: 250px;
padding: 2px;
text-align: left;
vertical-align: top;
}

H1 {
font-size: 14pt;
color: red;
text-shadow: 1px 1px 1.5px brown;
}

/*Ici, vous pouvez jouer sur la largeur du menu*/
.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 240px;
}

/*dˇfinition des liens*/
.buttonmenu li a{
color: white;
display: block;
width: 100%;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
/*Couleur des bords clair foncˇ foncˇ clair*/
border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0;
background-color: #FB0102;
text-decoration:none;
}

.buttonmenu li a:visited{
color: white;
}

/*Ici, c'est pour le survol des liens*/
.buttonmenu li a:hover, .buttonmenu li a:active{
color: black;
background-color: #CDB4C8;
}