body {
	background: #9fcb19;
}

.texture {
	background: url(img/texture20.png) repeat;
}

/*

— La couleur de fond (body) peut être modifiée librement.

— La texture peut être allégée en changeant le nom du fichier à utiliser, qui détermine son opacité :
texture20.png => 20 % (presque invisible)
texture40.png => 40 %
texture60.png => 60 %
texture80.png => 80 %
texture100.png => 100 % (opaque)

Une couleur de fond plutôt dense et foncée appelle une texture plus forte. Inversement si le fond est clair, la texture peut être limitée à un pourcentage faible d'opacité.

*/
