diff --git a/idp/templates/base.html b/idp/templates/base.html index a21d37f..4522f75 100644 --- a/idp/templates/base.html +++ b/idp/templates/base.html @@ -2,8 +2,9 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> + - + diff --git a/idp/templates/header.html b/idp/templates/header.html index acc785b..f5a6e6c 100644 --- a/idp/templates/header.html +++ b/idp/templates/header.html @@ -21,7 +21,7 @@ - + diff --git a/portail-citoyen/static/portail_citoyen/css/surclass.css b/portail-citoyen/static/portail_citoyen/css/surclass.css index 26d673a..0b92f0a 100644 --- a/portail-citoyen/static/portail_citoyen/css/surclass.css +++ b/portail-citoyen/static/portail_citoyen/css/surclass.css @@ -250,7 +250,7 @@ div.contact_block div { #content div.contact_block div h3 { - background: rgba(255, 255, 255, 0.8); + background: rgba(255, 255, 255, 0.85); height: 40px; width: 100%; padding: 5px 5px 5px 5px; @@ -284,6 +284,42 @@ div.contact_block div.contact_affaires_generales { background: url(../img/contact_affaires_generales.png) no-repeat; } +div.contact_block div.contact_tourisme { + background: url(../img/tourisme.jpg) no-repeat; +} + +div.contact_block div.contact_mediatheque { + background: url(../img/bibliotheque.jpg) no-repeat; +} + +div.contact_block div.contact_conservatoire { + background: url(../img/conservatoire.jpg) no-repeat; +} + +div.contact_block div.contact_culture { + background: url(../img/culture.jpg) no-repeat; +} + +div.contact_block div.contact_sport { + background: url(../img/sport.jpg) no-repeat; +} + +div.contact_block div.contact_archives { + background: url(../img/archives.jpg) no-repeat; +} + +div.contact_block div.contact_teleservices { + background: url(../img/vignette_compte-citoyen.png) no-repeat; +} + +div.contact_block div.contact_developpement_eco { + background: url(../img/developpement_eco.jpg) no-repeat; +} + +div.contact_block div.contact_autre { + background: url(../img/autre.jpg) no-repeat; +} + /************************* catforms ************************/ diff --git a/portail-citoyen/static/portail_citoyen/img/Laurent_Lafon.png b/portail-citoyen/static/portail_citoyen/img/Laurent_Lafon.png new file mode 100644 index 0000000..34d9d9f Binary files /dev/null and b/portail-citoyen/static/portail_citoyen/img/Laurent_Lafon.png differ diff --git a/portail-citoyen/static/portail_citoyen/img/Petite-enfance_large.png b/portail-citoyen/static/portail_citoyen/img/Petite-enfance_large.png new file mode 100644 index 0000000..6656a20 Binary files /dev/null and b/portail-citoyen/static/portail_citoyen/img/Petite-enfance_large.png differ diff --git a/portail-citoyen/static/portail_citoyen/img/archives.jpg b/portail-citoyen/static/portail_citoyen/img/archives.jpg new file mode 100644 index 0000000..b1a5ed0 Binary files /dev/null and b/portail-citoyen/static/portail_citoyen/img/archives.jpg differ diff --git a/portail-citoyen/static/portail_citoyen/img/autre.jpg b/portail-citoyen/static/portail_citoyen/img/autre.jpg new file mode 100644 index 0000000..cd00edb Binary files /dev/null and b/portail-citoyen/static/portail_citoyen/img/autre.jpg differ diff --git a/portail-citoyen/static/portail_citoyen/img/bibliotheque.jpg b/portail-citoyen/static/portail_citoyen/img/bibliotheque.jpg new file mode 100644 index 0000000..47084b9 Binary files /dev/null and b/portail-citoyen/static/portail_citoyen/img/bibliotheque.jpg differ diff --git a/portail-citoyen/static/portail_citoyen/img/conservatoire.jpg b/portail-citoyen/static/portail_citoyen/img/conservatoire.jpg new file mode 100644 index 0000000..8df5384 Binary files /dev/null and b/portail-citoyen/static/portail_citoyen/img/conservatoire.jpg differ diff --git a/portail-citoyen/static/portail_citoyen/img/culture.jpg b/portail-citoyen/static/portail_citoyen/img/culture.jpg new file mode 100644 index 0000000..e111989 Binary files /dev/null and b/portail-citoyen/static/portail_citoyen/img/culture.jpg differ diff --git a/portail-citoyen/static/portail_citoyen/img/developpement_eco.jpg b/portail-citoyen/static/portail_citoyen/img/developpement_eco.jpg new file mode 100644 index 0000000..a7e599e Binary files /dev/null and b/portail-citoyen/static/portail_citoyen/img/developpement_eco.jpg differ diff --git a/portail-citoyen/static/portail_citoyen/img/nettoyage-des-rues_large.jpg b/portail-citoyen/static/portail_citoyen/img/nettoyage-des-rues_large.jpg new file mode 100644 index 0000000..495c464 Binary files /dev/null and b/portail-citoyen/static/portail_citoyen/img/nettoyage-des-rues_large.jpg differ diff --git a/portail-citoyen/static/portail_citoyen/img/print.jpg b/portail-citoyen/static/portail_citoyen/img/print.jpg new file mode 100644 index 0000000..93577b4 Binary files /dev/null and b/portail-citoyen/static/portail_citoyen/img/print.jpg differ diff --git a/portail-citoyen/static/portail_citoyen/img/seniors-couple_large.jpg b/portail-citoyen/static/portail_citoyen/img/seniors-couple_large.jpg new file mode 100644 index 0000000..1b5da72 Binary files /dev/null and b/portail-citoyen/static/portail_citoyen/img/seniors-couple_large.jpg differ diff --git a/portail-citoyen/static/portail_citoyen/img/sport.jpg b/portail-citoyen/static/portail_citoyen/img/sport.jpg new file mode 100644 index 0000000..8f7f99f Binary files /dev/null and b/portail-citoyen/static/portail_citoyen/img/sport.jpg differ diff --git a/portail-citoyen/static/portail_citoyen/img/tourisme.jpg b/portail-citoyen/static/portail_citoyen/img/tourisme.jpg new file mode 100644 index 0000000..c59f2c2 Binary files /dev/null and b/portail-citoyen/static/portail_citoyen/img/tourisme.jpg differ diff --git a/portail-citoyen/static/portail_citoyen/img/vignette_compte-citoyen.png b/portail-citoyen/static/portail_citoyen/img/vignette_compte-citoyen.png new file mode 100755 index 0000000..56491af Binary files /dev/null and b/portail-citoyen/static/portail_citoyen/img/vignette_compte-citoyen.png differ diff --git a/portail-citoyen/templates/base.html b/portail-citoyen/templates/base.html index e1a5352..8071cb7 100644 --- a/portail-citoyen/templates/base.html +++ b/portail-citoyen/templates/base.html @@ -2,8 +2,10 @@ {% load menu_tags cms_tags sekizai_tags i18n portail_citoyen_tags staticfiles %} + + Compte Citoyen {% page_attribute "page_title" %}