/* Général */
html, body {
margin: 0px;
height: 100%;
overflow: auto;
overflow-y: hidden;
background-color: #9792ba;
}
body, p, td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #660000;
}
table {
border-collapse: collapse;
border-spacing: 0px;
}
td {
padding: 0px;
vertical-align: top;
}
td.tc {
padding: 0px;
vertical-align: middle;
height: 32;
}
table.inner_full {
width: 100%;
height: 100%;
}
td.left {
text-align: left;
}
td.right {
text-align: right;
}
h1 {
font-size: 18px;
text-align: center;
}
h2 {
font-size: 14px;
text-align: left;
margin-bottom: 0px;
padding-bottom: 0px;
border-bottom: 1px solid #660000;
}
p {
padding-top: 5px;
padding-bottom: 5px;
margin: 0px;
}
quote, q {
font-style: italic;
font-size: 14px;
}
/* Présentation générale */
#pres_lay {
position: absolute;
z-index: 1;
top: 0px;
left: 50%;
width: 820px;
height: 100%;
margin-left: -410px;
background-image: url('/img/background/full.gif');
background-repeat: repeat-y;
}
#blason {
position: absolute;
z-index: 13;
top: 71px;
left: 50%;
margin-left: -243px;
width: 70px;
height: 98px;
background-image: url('/img/blason.gif');
background-repeat: no-repeat;
}
/* Haut de page */
#header {
position: absolute;
z-index: 10;
top: 85px;
left: 50%;
width: 550px;
height: 35px;
margin-left: -400px;
font-size: 14px;
font-style: italic;
color: #946c2a;
padding-left: 250px;
}
* html #header {
width: 800px;
height: 120px;
}
/* Texte de la bannière, à conserver pour lecteurs vocaux et moteurs de recherche */
#header_txt {
position: absolute;
z-index: 8;
top: 0px;
left: 50%;
width: 430px;
height: 110px;
margin-left: -400px;
padding-left: 370px;
padding-top: 10px;
font-size: 20px;
}
* html #header_txt {
width: 800px;
height: 120px;
}
/* Bannière affichée en brut pour permettre lien vers page accueil */
#header_img {
position: absolute;
z-index: 9;
top: 0px;
left: 50%;
width: 800px;
height: 120px;
margin-left: -400px;
}
#header_img img {
border: none;
}
/* Menu */
#menu_top {
position: absolute;
z-index: 12;
top: 120px;
left: 50%;
width: 194px;
height: 10px;
margin-left: -400px;
background-image: url('/img/background/menu_top.gif');
background-repeat: no-repeat;
}
#menu {
position: absolute;
z-index: 6;
overflow: auto;
top: 130px;
bottom: 20px;
left: 50%;
width: 211px;
margin-left: -400px;
color: #85393c;
font-size: 11px;
border-top: none;
border-bottom: none;
}
* html #menu {
height: 100%;
top: 0px;
bottom: 0px;
border-top: 130px solid #f9f6f0;
border-bottom: 20px solid #cb5c2b;
}
#menu .submenu {
margin-top: -15px;
}
#menu ul {
margin-top: 0px;
margin-left: 25px;
}
* html #menu ul {
margin-left: 25px;
}
#menu li {
font-size: 9px;
}
#menu_layout {
width: 194px;
background-color:#d8dae6;
}
#menu_inner {
position: relative;
z-index: 20;
font-weight: bold;
}
#menu_bottom {
position: relative;
z-index: 1;
width: 194px;
height: 170px;
margin-top: -150px;
background-image: url('/img/background/menu_bottom.gif');
background-repeat: no-repeat;
}
#menu_inner .ville, #menu_inner .ville_bis, #menu_inner .peintres, #menu_inner .sortir, #menu_inner .loger, #menu_inner .vivre, #menu_inner .mairie {
padding-left: 10px;
padding-right: 5px;
margin-bottom: 15px;
background-position: left bottom;
background-repeat: no-repeat;
}
#menu_inner .ville {
margin-bottom: 0px;
background-image: url('/img/menu/ville.gif');
}
#menu_inner .ville_bis {
text-align: right;
padding-right: 22px;
font-size: 9px;
font-weight: bold;
}
#menu_inner .peintres {
background-image: url('/img/menu/peintres.gif');
}
#menu_inner .sortir {
background-image: url('/img/menu/sortir.gif');
}
#menu_inner .loger {
background-image: url('/img/menu/loger.gif');
}
#menu_inner .vivre {
background-image: url('/img/menu/vivre.gif');
}
#menu_inner .mairie {
background-image: url('/img/menu/mairie.gif');
}
#menu_inner a {
color: #85393c;
text-decoration: none;
}
#menu_inner a:hover {
color: white;
}
#menu_additional {
height: 50px;
padding-top: 4px;
color: #85393c;
font-weight: bold;
background-image: url('/img/background/menu_add.gif');
background-repeat: no-repeat;
}
#menu_additional .lang_en, #menu_additional .lang_fr, #menu_additional .access, #menu_additional .news {
height: 18px;
padding-left: 45px;
padding-top: 2px;
margin-bottom: 9px;
vertical-align: middle;
background-repeat: no-repeat;
background-position: left top
}
#menu_additional .lang_en {
background-image: url('/img/menu/lang_en.gif');
}
#menu_additional .lang_fr {
background-image: url('/img/menu/lang_en.gif');
}
#menu_additional .access {
height: 16px;
padding-left: 38px;
background-image: url('/img/menu/access.gif');
}
#menu_additional .news {
height: 16px;
padding-left: 38px;
background-image: url('/img/menu/news.gif');
}
#menu_additional a {
color: #85393c;
text-decoration: none;
}
#menu_additional a:hover {
color: #666600;
}
/* Menu Horizontal */
#menuh {
padding-top: 5px;
padding-bottom: 15px;
}
#menuh table {
width: 95%;
}
#menuh .ville, #menuh .musee, #menuh .mairie, #menuh .office, #menuh .locale {
width: 68px;
height: 29px;
padding-right: 38px;
padding-bottom: 12px;
font-size: 12px;
font-weight: bold;
text-align: right;
vertical-align: middle;
background-repeat: no-repeat;
}
#menuh .ville {
background-image: url('/img/menu/ville_off.jpg');
}
#menuh .ville_on {
background-image: url('/img/menu/ville_on.jpg');
}
#menuh .ville, #menuh .ville a {
color: #979a97;
text-decoration: none;
}
#menuh .musee {
background-image: url('/img/menu/musee_off.jpg');
}
#menuh .musee_on {
background-image: url('/img/menu/musee_on.jpg');
}
#menuh .musee, #menuh .musee a {
color: #9d3023;
text-decoration: none;
}
#menuh .mairie {
background-image: url('/img/menu/mairie_off.jpg');
}
#menuh .mairie_on {
background-image: url('/img/menu/mairie_on.jpg');
}
#menuh .mairie, #menuh .mairie a {
color: #d86c3a;
text-decoration: none;
}
#menuh .office {
background-image: url('/img/menu/office_off.jpg');
}
#menuh .office_on {
background-image: url('/img/menu/office_on.jpg');
}
#menuh .office, #menuh .office a {
color: #504356;
text-decoration: none;
}
#menuh .locale {
background-image: url('/img/menu/locale_off.jpg');
}
#menuh .locale_on {
background-image: url('/img/menu/locale_on.jpg');
}
#menuh .locale, #menuh .locale a {
color: #ae8057;
text-decoration: none;
}
/* Contenu */
#content {
position: absolute;
z-index: 5;
overflow: auto;
overflow-x: hidden;
top: 120px;
bottom: 20px;
left: 50%;
margin-left: -400px;
width: 570px;
padding-left: 220px;
padding-right: 10px;
border-top: none;
border-bottom: none;
border-left: 200px;
}
* html #content {
top: 0px;
bottom: 0px;
height: 100%;
width: 800px;
padding-left: 10px;
border-top: 120px solid #f9f6f0;
border-bottom: 20px solid #cb5c2b;
border-left: 210px solid #f9f6f0;
}
/* Bas de page */
#footer {
position: absolute;
z-index:11;
bottom: 0px;
left: 50%;
width: 800px;
height: 20px;
margin-left: -400px;
background-color: #cb5c2b;
background-image: url('/img/background/footer.gif');
background-repeat:repeat-x;
}
#footer td {
color: white;
font-size: 9px;
vertical-align: middle;
padding-left: 15px;
padding-right: 15px;
}
#footer a {
color: white;
text-decoration: none;
}
#footer a:hover {
text-decoration: underline;
}
/* ajout rezoweb */
#admincontent {
position: absolute;
z-index: 5;
overflow: auto;
/* overflow-x: hidden; */
top: 120px;
bottom: 20px;
left: 10%;
margin-left: 20px;
width: 750px;
padding-left: 20px;
padding-right: 10px;
border-top: none;
border-bottom: none;
border-left: 20px;
}
* html #admincontent {
top: 0px;
bottom: 0px;
height: 100%;
width: 800px;
padding-left: 10px;
border-top: 120px solid #f9f6f0;
border-bottom: 20px solid #cb5c2b;
border-left: 20px solid #f9f6f0;
}
.titre_module {
font-family: "Verdana, Arial, Helvetica, sans-serif";
font-size: 18px;
font-style: normal;
font-weight: bold;
color: #660000;
text-decoration: none;
text-align: center;
}
.titre_dossier {
font-family: "Verdana, Arial, Helvetica, sans-serif";
font-size: 16px;
font-style: normal;
font-weight: bold;
color: #660000;
text-decoration: none;
}
.titre_rubrique {
font-family: "Verdana, Arial, Helvetica, sans-serif";
font-size: 14px;
font-style: normal;
font-weight: bold;
color: #660000;
text-decoration: none;
text-align: center;
padding-bottom: 5px;
}
.titre_page {
font-family: "Verdana, Arial, Helvetica, sans-serif";
font-size: 13px;
font-style: normal;
font-weight: bold;
color: #660000;
text-decoration: none;
text-align: left;
}
.titre_article {
font-family: "Verdana, Arial, Helvetica, sans-serif";
font-size: 12px;
font-style: normal;
font-weight: bold;
color: #660000;
text-decoration: none;
text-align: left;
}
.dossier {
font-family: "Verdana, Arial, Helvetica, sans-serif";
font-size: 8pt;
font-style: normal;
font-weight: 600;
color: #660000;
text-align: justify;
}
.chapeau {
font-family: "Verdana, Arial, Helvetica, sans-serif";
font-size: 8pt;
font-style: normal;
font-weight: 600;
color: #660000;
text-align: justify;
}
.paragraphe {
font-family: "Verdana, Arial, Helvetica, sans-serif";
font-size: 8pt;
font-style: normal;
font-weight: 500;
color: #660000;
text-align: justify;
}
a {
color: #85393c;
text-decoration: none;
}
a:hover {
color: #666600;
}