/* DIV H1 */
div#h1 h1.home { background: url(img/h1_accueil.png) no-repeat; display:block; width:500px; height:125px; }
div#h1 h1.gallery { background: url(img/h1_galerie.png) no-repeat; display:block; width:500px; height:125px; }
div#h1 h1.cv { background: url(img/h1_cv.png) no-repeat; display:block; width:500px; height:125px; }
div#h1 h1.guestbook { background: url(img/h1_livredor.png) no-repeat; display:block; width:500px; height:125px; }
div#h1 h1.contact { background: url(img/h1_contact.png) no-repeat; display:block; width:500px; height:125px; }
div#h1 h1.legal { background: url(img/h1_mentions.png) no-repeat; display:block; width:500px; height:125px; }
div#h1 h1.admin { background: url(img/h1_admin.png) no-repeat; display:block; width:500px; height:125px; }
div#h1 h1.siteplan { background: url(img/h1_plan_site.png) no-repeat; display:block; width:500px; height:125px; }


/* DIV LEFT */

div#left ul.rub li#rub_home a { background: url(img/rub_accueil.png) no-repeat top left;}
div#left ul.rub li#rub_home a:hover { background-position: top right;}

div#left ul.rub li#rub_gallery a { background: url(img/rub_galerie.png) no-repeat top left;}
div#left ul.rub li#rub_gallery a:hover { background-position: top right;}

div#left ul.rub li#rub_cv a { background: url(img/rub_cv.png) no-repeat top left;}
div#left ul.rub li#rub_cv a:hover { background-position: top right;}

div#left ul.rub li#rub_guestbook a { background: url(img/rub_livredor.png) no-repeat top left;}
div#left ul.rub li#rub_guestbook a:hover { background-position:  top right;}

div#left ul.rub li#rub_contact a { background: url(img/rub_contact.png) no-repeat top left;}
div#left ul.rub li#rub_contact a:hover { background-position: top right;}

