Bloc minimaliste pour mise en page spéciale entre les div
<html> <head> <style type="text/css"> #div1 { background-image: url(/grafex/wallpaper6.gif); color:darkblue; padding:10px 10px 10px 10px ; font-family:"Times New Roman",Georgia; } </style> </head> <body> <div id="div1"> <h1>Titre h1</h1> <p> Bloc minimaliste pour mise en page spéciale entre les div </p> </div> </body> </html>