div.mess
{
width: 70%;
background-color: #4B4B4B;
background-image: url("../../degrademess2.jpg");
background-repeat: repeat-y; /* Le fond ne se répète pas */
background-position: left; /* Le fond est aligné en haut à droite */
margin : auto;
padding-left : 3px;
padding-right : 3px;
}
p.titre
{
background-color: #663333;
background-image: url("../../degrademess1.jpg");
background-repeat: repeat-x; /* Le fond ne se répète pas */
background-position: bottom; /* Le fond est aligné en haut à droite */
}