/* ------base.css-------
** Plone style sheet - Base Elements
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** You should preferrably use ploneCustom.css to add your own CSS classes and to
** customize your portal, as these are the base fundaments of Plone, and will
** change and be refined in newer versions. Keeping your changes in
** ploneCustom.css will make it easier to upgrade.
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

/*  (do not remove this :) */
/*  (not this either :) */


body {
    font-family: Arial;
    font-size: 12px;
    background-image : url(back_mouvement);
    background-attachment : fixed; 
    background-repeat:no-repeat;
    background-color: White;
    color: Black;
    margin: 0;
    padding: 0;
    }

table {
    font-size: 90%;
    border: none
    border-color: #FF771F;
}

a {
    color: #FF771F;
    background-color: transparent;
}
img {
    border: none;
    vertical-align: middle;
}
p {
    margin: 0 0 0.75em 0;
    line-height: 1.5em;
}

p img {
    border: none;
    margin: 0;
}

hr {
    border: 0;
    height: 1px;
    color: #FF771F;
    background-color: #8cacbb;
    margin: 0.5em 0 1em 0;
}


h1, h2, h4, h5, h6 {
    color: #FF771F;
    background-color: transparent;
    font-family: Arial;
    font-weight: normal;
    margin: 0 0 0.25em 0;
    border-bottom: 1px solid #FF771F;
}

h3 {
    color: #FF771F;
    background-color: transparent;
    font-family: Arial;
    font-weight: normal;
    margin: 0 0 0.25em 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #FF771F ! important;
    text-decoration: none;
}

h1 {
    font-size: 160%;
    font-weight: bold;
}

h2 {
    font-size: 150%;
    font-weight: bold;
}


h3 {
    font-size: 125%;
    border-bottom: none;
    font-weight: bold;
}

h4 {
    font-size: 110%;
    border-bottom: none;
    font-weight: bold;
}

h5 {
    font-size: 100%;
    border-bottom: none;
    font-weight: bold;
}

h6 {
    font-size: 85%;
    border-bottom: none;
    font-weight: bold;
}

ul {
    line-height: 1.5em;
    margin: 0.5em 0 0 1.5em;
    padding: 0;
    list-style-image: url(http://www.liverdun.fr/site/bullet.gif);
    list-style-type: square;
}

ol {
    line-height: 1.5em;
    margin: 0.5em 0 0 2.5em;
    padding: 0;
    list-style-image: none;
}

li {
    margin-bottom: 0.5em;
}

dt {
    font-weight: bold;
}

dd {
    line-height: 1.5em;
    margin-bottom: 1em;
}

fieldset {
    border: 1px solid #FF771F;
    margin: 1em 0em 1em 0em;
    padding: 0em 1em 1em 1em;
    line-height: 1.5em;
    width: auto;
}
legend {
    background: White;
    padding: 0.5em;
    font-size: 90%;
}

form {
    border: none;
    margin: 0;
}

label {
    font-weight: bold;
}

textarea {
    font: 100% Monaco, "Courier New", Courier, monospace;
    border: 1px solid #FF771F;
    color: Black;
    background: White url(http://www.liverdun.fr/site/input_background.gif) repeat-x;
    width: 100%;
}

input {
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    visibility: visible;
    border: 1px solid #FF771F;
    color: Black;
    vertical-align: middle;
    background: White url(http://www.liverdun.fr/site/input_background.gif) repeat-x;
}
select {
    border: 1px solid #FF771F;
    color: Black;
    background-color: White;
    vertical-align: top;
}
abbr, acronym, .explain {
    border-bottom: 1px dotted Black;
    color: Black;
    background-color: transparent;
    cursor: help;
}
q {
    font-family: Baskerville, Georgia, serif;
    font-style: italic;
    font-size: 120%;
}
blockquote {
    padding-left: 0.5em;
    margin-left: 0;
    border-left: 10px solid #FFFFFF;
    color: #76797c;
}
code {
    font-family: Monaco, "Courier New", Courier, monospace;
    font-size: 120%;
    color: Black;
    background-color: #FF771F;
    padding: 0 0.1em;
}
pre {
    font-family: Monaco, "Courier New", Courier, monospace;
    font-size: 100%;
    padding: 1em;
    border: 1px solid #FF771F;
    color: Black;
    background-color: #dee7ec;
    overflow: auto;
}

ins {
    color: green;
    text-decoration: none;
}

del {
    color: red;
    text-decoration: line-through;
}
div.titre {
    color: #FF771F;
    font-family: Arial;
    font-weight: bold;
    font-size: 120%;
    }
div.gras {
    color: #000000;
    font-family: Arial;
    font-weight: bold;
    font-size: 100%;
    display : inline;
}

/* Helper element to work with CSS floats */

.visualClear {
    display: block;
    clear: both;
}

/* Hiding helper elements for old browsers */

.netscape4 {
    display: none;
}


/*  */


/* ----------------------column.css
** Table-based column layout for all browsers.
**
** There's a table-less column layout alternative in the plone_tableless
** skin layer, if you prefer layouts without tables.
*/

/*  */

#portal-columns {
    width: 100% !important;
    border-collapse: collapse;
    border-spacing: 0;
}

#portal-column-one {
    vertical-align: top;
    width: 170px;
}

#portal-column-content {
    vertical-align: top;
    margin: 0;
    padding: 0;
}

#portal-column-two {
    vertical-align: top;
    width: 150px;
}

/* Padding for the columns */

#portal-column-one .visualPadding {
    padding: 1em 0em 1em 3px;
}

#portal-column-two .visualPadding {
    padding: 1em 3px 1em 0em;
}

/* fullscreen */

body.fullscreen #portal-column-one,
body.fullscreen #portal-column-two {
    display: none;
}

body.fullscreen #portal-column-content { 
    width: 100%; 
    margin: 0; 
    padding: 0; 
}

/*  */


/*----------- generated.css
** Plone style sheet - styles for programmatically generated elements
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** You should preferrably use ploneCustom.css to add your own CSS classes and to
** customize your portal, as these are the base fundaments of Plone, and will
** change and be refined in newer versions. Keeping your changes in
** ploneCustom.css will make it easier to upgrade.
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

/*  (do not remove this :) */
/*  (not this either :) */

/* generated icon classes for content types should be applied to wrapper spans
   instead of on the link class itself because of bugs in Internet Explorer's
   rendering engine. It will flicker on hover if not.
   Full explanation can be found at 
   http://plone.org/documentation/how-to/flickering-background-images-internet-explorer */

      .contenttype-contentpanels,
    .actionMenu .contenttype-contentpanels a:hover { 
        background-image: url(http://www.liverdun.fr/site/contentpanels_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-contentpanels { 
        height: 1%;
    }
    #portal-sitemap .contenttype-contentpanels a:hover,
    #portlet-navigation-tree .contenttype-contentpanels {
        background-image: none;
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portlet-navigation-tree .contenttype-contentpanels a,
    #portlet-navigation-tree .contenttype-contentpanels a:hover {
        background-image: url(menu_item1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        color: #000000;
    }
    #portlet-navigation-tree .contenttype-contentpanels a.navTreeCurrentItem {
        background-image: url(menu_item_current1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        text-decoration:underline;
        
    }
    #portal-sitemap .contenttype-contentpanels,
    #portlet-navigation-tree .contenttype-contentpanels {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-contentpanels a:hover,
    * html #portlet-navigation-tree .contenttype-contentpanels a:hover,
    * html #portlet-navigation-tree .contenttype-contentpanels a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-contentpanels { 
        display: block; 
    }
        .contenttype-discussion-item,
    .actionMenu .contenttype-discussion-item a:hover { 
        background-image: url(http://www.liverdun.fr/site/discussionitem_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-discussion-item { 
        height: 1%;
    }
    #portal-sitemap .contenttype-discussion-item a:hover,
    #portlet-navigation-tree .contenttype-discussion-item {
        background-image: none;
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portlet-navigation-tree .contenttype-discussion-item a,
    #portlet-navigation-tree .contenttype-discussion-item a:hover {
        background-image: url(menu_item1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        color: #000000;
    }
    #portlet-navigation-tree .contenttype-discussion-item a.navTreeCurrentItem {
        background-image: url(menu_item_current1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        text-decoration:underline;
        
    }
    #portal-sitemap .contenttype-discussion-item,
    #portlet-navigation-tree .contenttype-discussion-item {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-discussion-item a:hover,
    * html #portlet-navigation-tree .contenttype-discussion-item a:hover,
    * html #portlet-navigation-tree .contenttype-discussion-item a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-discussion-item { 
        display: block; 
    }
        .contenttype-document,
    .actionMenu .contenttype-document a:hover { 
        background-image: url(http://www.liverdun.fr/site/document_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-document { 
        height: 1%;
    }
    #portal-sitemap .contenttype-document a:hover,
    #portlet-navigation-tree .contenttype-document {
        background-image: none;
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portlet-navigation-tree .contenttype-document a,
    #portlet-navigation-tree .contenttype-document a:hover {
        background-image: url(menu_item1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        color: #000000;
    }
    #portlet-navigation-tree .contenttype-document a.navTreeCurrentItem {
        background-image: url(menu_item_current1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        text-decoration:underline;
        
    }
    #portal-sitemap .contenttype-document,
    #portlet-navigation-tree .contenttype-document {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-document a:hover,
    * html #portlet-navigation-tree .contenttype-document a:hover,
    * html #portlet-navigation-tree .contenttype-document a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-document { 
        display: block; 
    }
        .contenttype-event,
    .actionMenu .contenttype-event a:hover { 
        background-image: url(http://www.liverdun.fr/site/event_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-event { 
        height: 1%;
    }
    #portal-sitemap .contenttype-event a:hover,
    #portlet-navigation-tree .contenttype-event {
        background-image: none;
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portlet-navigation-tree .contenttype-event a,
    #portlet-navigation-tree .contenttype-event a:hover {
        background-image: url(menu_item1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        color: #000000;
    }
    #portlet-navigation-tree .contenttype-event a.navTreeCurrentItem {
        background-image: url(menu_item_current1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        text-decoration:underline;
        
    }
    #portal-sitemap .contenttype-event,
    #portlet-navigation-tree .contenttype-event {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-event a:hover,
    * html #portlet-navigation-tree .contenttype-event a:hover,
    * html #portlet-navigation-tree .contenttype-event a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-event { 
        display: block; 
    }
        .contenttype-favorite,
    .actionMenu .contenttype-favorite a:hover { 
        background-image: url(http://www.liverdun.fr/site/favorite_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-favorite { 
        height: 1%;
    }
    #portal-sitemap .contenttype-favorite a:hover,
    #portlet-navigation-tree .contenttype-favorite {
        background-image: none;
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portlet-navigation-tree .contenttype-favorite a,
    #portlet-navigation-tree .contenttype-favorite a:hover {
        background-image: url(menu_item1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        color: #000000;
    }
    #portlet-navigation-tree .contenttype-favorite a.navTreeCurrentItem {
        background-image: url(menu_item_current1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        text-decoration:underline;
        
    }
    #portal-sitemap .contenttype-favorite,
    #portlet-navigation-tree .contenttype-favorite {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-favorite a:hover,
    * html #portlet-navigation-tree .contenttype-favorite a:hover,
    * html #portlet-navigation-tree .contenttype-favorite a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-favorite { 
        display: block; 
    }
        .contenttype-file,
    .actionMenu .contenttype-file a:hover { 
        background-image: url(http://www.liverdun.fr/site/file_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-file { 
        height: 1%;
    }
    #portal-sitemap .contenttype-file a:hover,
    #portlet-navigation-tree .contenttype-file {
        background-image: none;
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portlet-navigation-tree .contenttype-file a,
    #portlet-navigation-tree .contenttype-file a:hover {
        background-image: url(menu_item1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        color: #000000;
    }
    #portlet-navigation-tree .contenttype-file a.navTreeCurrentItem {
        background-image: url(menu_item_current1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        text-decoration:underline;
        
    }
    #portal-sitemap .contenttype-file,
    #portlet-navigation-tree .contenttype-file {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-file a:hover,
    * html #portlet-navigation-tree .contenttype-file a:hover,
    * html #portlet-navigation-tree .contenttype-file a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-file { 
        display: block; 
    }
        .contenttype-flashmovie,
    .actionMenu .contenttype-flashmovie a:hover { 
        background-image: url(http://www.liverdun.fr/site/flashmovie_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-flashmovie { 
        height: 1%;
    }
    #portal-sitemap .contenttype-flashmovie a:hover,
    #portlet-navigation-tree .contenttype-flashmovie {
        background-image: none;
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portlet-navigation-tree .contenttype-flashmovie a,
    #portlet-navigation-tree .contenttype-flashmovie a:hover {
        background-image: url(menu_item1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        color: #000000;
    }
    #portlet-navigation-tree .contenttype-flashmovie a.navTreeCurrentItem {
        background-image: url(menu_item_current1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        text-decoration:underline;
        
    }
    #portal-sitemap .contenttype-flashmovie,
    #portlet-navigation-tree .contenttype-flashmovie {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-flashmovie a:hover,
    * html #portlet-navigation-tree .contenttype-flashmovie a:hover,
    * html #portlet-navigation-tree .contenttype-flashmovie a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-flashmovie { 
        display: block; 
    }
        .contenttype-folder,
    .actionMenu .contenttype-folder a:hover { 
        background-image: url(http://www.liverdun.fr/site/folder_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-folder { 
        height: 1%;
    }
    #portal-sitemap .contenttype-folder a:hover,
    #portlet-navigation-tree .contenttype-folder {
        background-image: none;
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portlet-navigation-tree .contenttype-folder a,
    #portlet-navigation-tree .contenttype-folder a:hover {
        background-image: url(menu_item1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        color: #000000;
    }
    #portlet-navigation-tree .contenttype-folder a.navTreeCurrentItem {
        background-image: url(menu_item_current1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        text-decoration:underline;
        
    }
    #portal-sitemap .contenttype-folder,
    #portlet-navigation-tree .contenttype-folder {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-folder a:hover,
    * html #portlet-navigation-tree .contenttype-folder a:hover,
    * html #portlet-navigation-tree .contenttype-folder a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-folder { 
        display: block; 
    }
        .contenttype-formbooleanfield,
    .actionMenu .contenttype-formbooleanfield a:hover { 
        background-image: url(http://www.liverdun.fr/site/CheckBoxField.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-formbooleanfield { 
        height: 1%;
    }
    #portal-sitemap .contenttype-formbooleanfield a:hover,
    #portlet-navigation-tree .contenttype-formbooleanfield {
        background-image: none;
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portlet-navigation-tree .contenttype-formbooleanfield a,
    #portlet-navigation-tree .contenttype-formbooleanfield a:hover {
        background-image: url(menu_item1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        color: #000000;
    }
    #portlet-navigation-tree .contenttype-formbooleanfield a.navTreeCurrentItem {
        background-image: url(menu_item_current1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        text-decoration:underline;
        
    }
    #portal-sitemap .contenttype-formbooleanfield,
    #portlet-navigation-tree .contenttype-formbooleanfield {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-formbooleanfield a:hover,
    * html #portlet-navigation-tree .contenttype-formbooleanfield a:hover,
    * html #portlet-navigation-tree .contenttype-formbooleanfield a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-formbooleanfield { 
        display: block; 
    }
        .contenttype-formdatefield,
    .actionMenu .contenttype-formdatefield a:hover { 
        background-image: url(http://www.liverdun.fr/site/DateTimeField.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-formdatefield { 
        height: 1%;
    }
    #portal-sitemap .contenttype-formdatefield a:hover,
    #portlet-navigation-tree .contenttype-formdatefield {
        background-image: none;
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portlet-navigation-tree .contenttype-formdatefield a,
    #portlet-navigation-tree .contenttype-formdatefield a:hover {
        background-image: url(menu_item1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        color: #000000;
    }
    #portlet-navigation-tree .contenttype-formdatefield a.navTreeCurrentItem {
        background-image: url(menu_item_current1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        text-decoration:underline;
        
    }
    #portal-sitemap .contenttype-formdatefield,
    #portlet-navigation-tree .contenttype-formdatefield {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-formdatefield a:hover,
    * html #portlet-navigation-tree .contenttype-formdatefield a:hover,
    * html #portlet-navigation-tree .contenttype-formdatefield a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-formdatefield { 
        display: block; 
    }
        .contenttype-formfilefield,
    .actionMenu .contenttype-formfilefield a:hover { 
        background-image: url(http://www.liverdun.fr/site/FileField.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-formfilefield { 
        height: 1%;
    }
    #portal-sitemap .contenttype-formfilefield a:hover,
    #portlet-navigation-tree .contenttype-formfilefield {
        background-image: none;
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portlet-navigation-tree .contenttype-formfilefield a,
    #portlet-navigation-tree .contenttype-formfilefield a:hover {
        background-image: url(menu_item1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        color: #000000;
    }
    #portlet-navigation-tree .contenttype-formfilefield a.navTreeCurrentItem {
        background-image: url(menu_item_current1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        text-decoration:underline;
        
    }
    #portal-sitemap .contenttype-formfilefield,
    #portlet-navigation-tree .contenttype-formfilefield {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-formfilefield a:hover,
    * html #portlet-navigation-tree .contenttype-formfilefield a:hover,
    * html #portlet-navigation-tree .contenttype-formfilefield a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-formfilefield { 
        display: block; 
    }
        .contenttype-formfixedpointfield,
    .actionMenu .contenttype-formfixedpointfield a:hover { 
        background-image: url(http://www.liverdun.fr/site/FloatField.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-formfixedpointfield { 
        height: 1%;
    }
    #portal-sitemap .contenttype-formfixedpointfield a:hover,
    #portlet-navigation-tree .contenttype-formfixedpointfield {
        background-image: none;
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portlet-navigation-tree .contenttype-formfixedpointfield a,
    #portlet-navigation-tree .contenttype-formfixedpointfield a:hover {
        background-image: url(menu_item1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        color: #000000;
    }
    #portlet-navigation-tree .contenttype-formfixedpointfield a.navTreeCurrentItem {
        background-image: url(menu_item_current1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        text-decoration:underline;
        
    }
    #portal-sitemap .contenttype-formfixedpointfield,
    #portlet-navigation-tree .contenttype-formfixedpointfield {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-formfixedpointfield a:hover,
    * html #portlet-navigation-tree .contenttype-formfixedpointfield a:hover,
    * html #portlet-navigation-tree .contenttype-formfixedpointfield a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-formfixedpointfield { 
        display: block; 
    }
        .contenttype-formfolder,
    .actionMenu .contenttype-formfolder a:hover { 
        background-image: url(http://www.liverdun.fr/site/Form.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-formfolder { 
        height: 1%;
    }
    #portal-sitemap .contenttype-formfolder a:hover,
    #portlet-navigation-tree .contenttype-formfolder {
        background-image: none;
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portlet-navigation-tree .contenttype-formfolder a,
    #portlet-navigation-tree .contenttype-formfolder a:hover {
        background-image: url(menu_item1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        color: #000000;
    }
    #portlet-navigation-tree .contenttype-formfolder a.navTreeCurrentItem {
        background-image: url(menu_item_current1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        text-decoration:underline;
        
    }
    #portal-sitemap .contenttype-formfolder,
    #portlet-navigation-tree .contenttype-formfolder {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-formfolder a:hover,
    * html #portlet-navigation-tree .contenttype-formfolder a:hover,
    * html #portlet-navigation-tree .contenttype-formfolder a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-formfolder { 
        display: block; 
    }
        .contenttype-formintegerfield,
    .actionMenu .contenttype-formintegerfield a:hover { 
        background-image: url(http://www.liverdun.fr/site/IntegerField.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-formintegerfield { 
        height: 1%;
    }
    #portal-sitemap .contenttype-formintegerfield a:hover,
    #portlet-navigation-tree .contenttype-formintegerfield {
        background-image: none;
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portlet-navigation-tree .contenttype-formintegerfield a,
    #portlet-navigation-tree .contenttype-formintegerfield a:hover {
        background-image: url(menu_item1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        color: #000000;
    }
    #portlet-navigation-tree .contenttype-formintegerfield a.navTreeCurrentItem {
        background-image: url(menu_item_current1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        text-decoration:underline;
        
    }
    #portal-sitemap .contenttype-formintegerfield,
    #portlet-navigation-tree .contenttype-formintegerfield {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-formintegerfield a:hover,
    * html #portlet-navigation-tree .contenttype-formintegerfield a:hover,
    * html #portlet-navigation-tree .contenttype-formintegerfield a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-formintegerfield { 
        display: block; 
    }
        .contenttype-formlabelfield,
    .actionMenu .contenttype-formlabelfield a:hover { 
        background-image: url(http://www.liverdun.fr/site/LabelField.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-formlabelfield { 
        height: 1%;
    }
    #portal-sitemap .contenttype-formlabelfield a:hover,
    #portlet-navigation-tree .contenttype-formlabelfield {
        background-image: none;
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portlet-navigation-tree .contenttype-formlabelfield a,
    #portlet-navigation-tree .contenttype-formlabelfield a:hover {
        background-image: url(menu_item1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        color: #000000;
    }
    #portlet-navigation-tree .contenttype-formlabelfield a.navTreeCurrentItem {
        background-image: url(menu_item_current1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        text-decoration:underline;
        
    }
    #portal-sitemap .contenttype-formlabelfield,
    #portlet-navigation-tree .contenttype-formlabelfield {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-formlabelfield a:hover,
    * html #portlet-navigation-tree .contenttype-formlabelfield a:hover,
    * html #portlet-navigation-tree .contenttype-formlabelfield a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-formlabelfield { 
        display: block; 
    }
        .contenttype-formlinesfield,
    .actionMenu .contenttype-formlinesfield a:hover { 
        background-image: url(http://www.liverdun.fr/site/LinesField.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-formlinesfield { 
        height: 1%;
    }
    #portal-sitemap .contenttype-formlinesfield a:hover,
    #portlet-navigation-tree .contenttype-formlinesfield {
        background-image: none;
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portlet-navigation-tree .contenttype-formlinesfield a,
    #portlet-navigation-tree .contenttype-formlinesfield a:hover {
        background-image: url(menu_item1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        color: #000000;
    }
    #portlet-navigation-tree .contenttype-formlinesfield a.navTreeCurrentItem {
        background-image: url(menu_item_current1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        text-decoration:underline;
        
    }
    #portal-sitemap .contenttype-formlinesfield,
    #portlet-navigation-tree .contenttype-formlinesfield {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-formlinesfield a:hover,
    * html #portlet-navigation-tree .contenttype-formlinesfield a:hover,
    * html #portlet-navigation-tree .contenttype-formlinesfield a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-formlinesfield { 
        display: block; 
    }
        .contenttype-formmaileradapter,
    .actionMenu .contenttype-formmaileradapter a:hover { 
        background-image: url(http://www.liverdun.fr/site/mailaction.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-formmaileradapter { 
        height: 1%;
    }
    #portal-sitemap .contenttype-formmaileradapter a:hover,
    #portlet-navigation-tree .contenttype-formmaileradapter {
        background-image: none;
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portlet-navigation-tree .contenttype-formmaileradapter a,
    #portlet-navigation-tree .contenttype-formmaileradapter a:hover {
        background-image: url(menu_item1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        color: #000000;
    }
    #portlet-navigation-tree .contenttype-formmaileradapter a.navTreeCurrentItem {
        background-image: url(menu_item_current1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        text-decoration:underline;
        
    }
    #portal-sitemap .contenttype-formmaileradapter,
    #portlet-navigation-tree .contenttype-formmaileradapter {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-formmaileradapter a:hover,
    * html #portlet-navigation-tree .contenttype-formmaileradapter a:hover,
    * html #portlet-navigation-tree .contenttype-formmaileradapter a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-formmaileradapter { 
        display: block; 
    }
        .contenttype-formmultiselectionfield,
    .actionMenu .contenttype-formmultiselectionfield a:hover { 
        background-image: url(http://www.liverdun.fr/site/MultipleListField.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-formmultiselectionfield { 
        height: 1%;
    }
    #portal-sitemap .contenttype-formmultiselectionfield a:hover,
    #portlet-navigation-tree .contenttype-formmultiselectionfield {
        background-image: none;
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portlet-navigation-tree .contenttype-formmultiselectionfield a,
    #portlet-navigation-tree .contenttype-formmultiselectionfield a:hover {
        background-image: url(menu_item1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        color: #000000;
    }
    #portlet-navigation-tree .contenttype-formmultiselectionfield a.navTreeCurrentItem {
        background-image: url(menu_item_current1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        text-decoration:underline;
        
    }
    #portal-sitemap .contenttype-formmultiselectionfield,
    #portlet-navigation-tree .contenttype-formmultiselectionfield {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-formmultiselectionfield a:hover,
    * html #portlet-navigation-tree .contenttype-formmultiselectionfield a:hover,
    * html #portlet-navigation-tree .contenttype-formmultiselectionfield a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-formmultiselectionfield { 
        display: block; 
    }
        .contenttype-formpasswordfield,
    .actionMenu .contenttype-formpasswordfield a:hover { 
        background-image: url(http://www.liverdun.fr/site/PasswordField.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-formpasswordfield { 
        height: 1%;
    }
    #portal-sitemap .contenttype-formpasswordfield a:hover,
    #portlet-navigation-tree .contenttype-formpasswordfield {
        background-image: none;
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portlet-navigation-tree .contenttype-formpasswordfield a,
    #portlet-navigation-tree .contenttype-formpasswordfield a:hover {
        background-image: url(menu_item1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        color: #000000;
    }
    #portlet-navigation-tree .contenttype-formpasswordfield a.navTreeCurrentItem {
        background-image: url(menu_item_current1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        text-decoration:underline;
        
    }
    #portal-sitemap .contenttype-formpasswordfield,
    #portlet-navigation-tree .contenttype-formpasswordfield {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-formpasswordfield a:hover,
    * html #portlet-navigation-tree .contenttype-formpasswordfield a:hover,
    * html #portlet-navigation-tree .contenttype-formpasswordfield a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-formpasswordfield { 
        display: block; 
    }
        .contenttype-formrichlabelfield,
    .actionMenu .contenttype-formrichlabelfield a:hover { 
        background-image: url(http://www.liverdun.fr/site/RichLabelField.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-formrichlabelfield { 
        height: 1%;
    }
    #portal-sitemap .contenttype-formrichlabelfield a:hover,
    #portlet-navigation-tree .contenttype-formrichlabelfield {
        background-image: none;
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portlet-navigation-tree .contenttype-formrichlabelfield a,
    #portlet-navigation-tree .contenttype-formrichlabelfield a:hover {
        background-image: url(menu_item1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        color: #000000;
    }
    #portlet-navigation-tree .contenttype-formrichlabelfield a.navTreeCurrentItem {
        background-image: url(menu_item_current1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        text-decoration:underline;
        
    }
    #portal-sitemap .contenttype-formrichlabelfield,
    #portlet-navigation-tree .contenttype-formrichlabelfield {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-formrichlabelfield a:hover,
    * html #portlet-navigation-tree .contenttype-formrichlabelfield a:hover,
    * html #portlet-navigation-tree .contenttype-formrichlabelfield a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-formrichlabelfield { 
        display: block; 
    }
        .contenttype-formrichtextfield,
    .actionMenu .contenttype-formrichtextfield a:hover { 
        background-image: url(http://www.liverdun.fr/site/RichTextField.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-formrichtextfield { 
        height: 1%;
    }
    #portal-sitemap .contenttype-formrichtextfield a:hover,
    #portlet-navigation-tree .contenttype-formrichtextfield {
        background-image: none;
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portlet-navigation-tree .contenttype-formrichtextfield a,
    #portlet-navigation-tree .contenttype-formrichtextfield a:hover {
        background-image: url(menu_item1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        color: #000000;
    }
    #portlet-navigation-tree .contenttype-formrichtextfield a.navTreeCurrentItem {
        background-image: url(menu_item_current1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        text-decoration:underline;
        
    }
    #portal-sitemap .contenttype-formrichtextfield,
    #portlet-navigation-tree .contenttype-formrichtextfield {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-formrichtextfield a:hover,
    * html #portlet-navigation-tree .contenttype-formrichtextfield a:hover,
    * html #portlet-navigation-tree .contenttype-formrichtextfield a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-formrichtextfield { 
        display: block; 
    }
        .contenttype-formsavedataadapter,
    .actionMenu .contenttype-formsavedataadapter a:hover { 
        background-image: url(http://www.liverdun.fr/site/FormAction.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-formsavedataadapter { 
        height: 1%;
    }
    #portal-sitemap .contenttype-formsavedataadapter a:hover,
    #portlet-navigation-tree .contenttype-formsavedataadapter {
        background-image: none;
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portlet-navigation-tree .contenttype-formsavedataadapter a,
    #portlet-navigation-tree .contenttype-formsavedataadapter a:hover {
        background-image: url(menu_item1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        color: #000000;
    }
    #portlet-navigation-tree .contenttype-formsavedataadapter a.navTreeCurrentItem {
        background-image: url(menu_item_current1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        text-decoration:underline;
        
    }
    #portal-sitemap .contenttype-formsavedataadapter,
    #portlet-navigation-tree .contenttype-formsavedataadapter {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-formsavedataadapter a:hover,
    * html #portlet-navigation-tree .contenttype-formsavedataadapter a:hover,
    * html #portlet-navigation-tree .contenttype-formsavedataadapter a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-formsavedataadapter { 
        display: block; 
    }
        .contenttype-formselectionfield,
    .actionMenu .contenttype-formselectionfield a:hover { 
        background-image: url(http://www.liverdun.fr/site/ListField.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-formselectionfield { 
        height: 1%;
    }
    #portal-sitemap .contenttype-formselectionfield a:hover,
    #portlet-navigation-tree .contenttype-formselectionfield {
        background-image: none;
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portlet-navigation-tree .contenttype-formselectionfield a,
    #portlet-navigation-tree .contenttype-formselectionfield a:hover {
        background-image: url(menu_item1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        color: #000000;
    }
    #portlet-navigation-tree .contenttype-formselectionfield a.navTreeCurrentItem {
        background-image: url(menu_item_current1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        text-decoration:underline;
        
    }
    #portal-sitemap .contenttype-formselectionfield,
    #portlet-navigation-tree .contenttype-formselectionfield {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-formselectionfield a:hover,
    * html #portlet-navigation-tree .contenttype-formselectionfield a:hover,
    * html #portlet-navigation-tree .contenttype-formselectionfield a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-formselectionfield { 
        display: block; 
    }
        .contenttype-formstringfield,
    .actionMenu .contenttype-formstringfield a:hover { 
        background-image: url(http://www.liverdun.fr/site/StringField.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-formstringfield { 
        height: 1%;
    }
    #portal-sitemap .contenttype-formstringfield a:hover,
    #portlet-navigation-tree .contenttype-formstringfield {
        background-image: none;
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portlet-navigation-tree .contenttype-formstringfield a,
    #portlet-navigation-tree .contenttype-formstringfield a:hover {
        background-image: url(menu_item1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        color: #000000;
    }
    #portlet-navigation-tree .contenttype-formstringfield a.navTreeCurrentItem {
        background-image: url(menu_item_current1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        text-decoration:underline;
        
    }
    #portal-sitemap .contenttype-formstringfield,
    #portlet-navigation-tree .contenttype-formstringfield {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-formstringfield a:hover,
    * html #portlet-navigation-tree .contenttype-formstringfield a:hover,
    * html #portlet-navigation-tree .contenttype-formstringfield a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-formstringfield { 
        display: block; 
    }
        .contenttype-formtextfield,
    .actionMenu .contenttype-formtextfield a:hover { 
        background-image: url(http://www.liverdun.fr/site/TextAreaField.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-formtextfield { 
        height: 1%;
    }
    #portal-sitemap .contenttype-formtextfield a:hover,
    #portlet-navigation-tree .contenttype-formtextfield {
        background-image: none;
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portlet-navigation-tree .contenttype-formtextfield a,
    #portlet-navigation-tree .contenttype-formtextfield a:hover {
        background-image: url(menu_item1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        color: #000000;
    }
    #portlet-navigation-tree .contenttype-formtextfield a.navTreeCurrentItem {
        background-image: url(menu_item_current1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        text-decoration:underline;
        
    }
    #portal-sitemap .contenttype-formtextfield,
    #portlet-navigation-tree .contenttype-formtextfield {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-formtextfield a:hover,
    * html #portlet-navigation-tree .contenttype-formtextfield a:hover,
    * html #portlet-navigation-tree .contenttype-formtextfield a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-formtextfield { 
        display: block; 
    }
        .contenttype-formthankspage,
    .actionMenu .contenttype-formthankspage a:hover { 
        background-image: url(http://www.liverdun.fr/site/ThanksPage.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-formthankspage { 
        height: 1%;
    }
    #portal-sitemap .contenttype-formthankspage a:hover,
    #portlet-navigation-tree .contenttype-formthankspage {
        background-image: none;
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portlet-navigation-tree .contenttype-formthankspage a,
    #portlet-navigation-tree .contenttype-formthankspage a:hover {
        background-image: url(menu_item1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        color: #000000;
    }
    #portlet-navigation-tree .contenttype-formthankspage a.navTreeCurrentItem {
        background-image: url(menu_item_current1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        text-decoration:underline;
        
    }
    #portal-sitemap .contenttype-formthankspage,
    #portlet-navigation-tree .contenttype-formthankspage {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-formthankspage a:hover,
    * html #portlet-navigation-tree .contenttype-formthankspage a:hover,
    * html #portlet-navigation-tree .contenttype-formthankspage a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-formthankspage { 
        display: block; 
    }
        .contenttype-image,
    .actionMenu .contenttype-image a:hover { 
        background-image: url(http://www.liverdun.fr/site/image_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-image { 
        height: 1%;
    }
    #portal-sitemap .contenttype-image a:hover,
    #portlet-navigation-tree .contenttype-image {
        background-image: none;
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portlet-navigation-tree .contenttype-image a,
    #portlet-navigation-tree .contenttype-image a:hover {
        background-image: url(menu_item1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        color: #000000;
    }
    #portlet-navigation-tree .contenttype-image a.navTreeCurrentItem {
        background-image: url(menu_item_current1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        text-decoration:underline;
        
    }
    #portal-sitemap .contenttype-image,
    #portlet-navigation-tree .contenttype-image {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-image a:hover,
    * html #portlet-navigation-tree .contenttype-image a:hover,
    * html #portlet-navigation-tree .contenttype-image a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-image { 
        display: block; 
    }
        .contenttype-large-plone-folder,
    .actionMenu .contenttype-large-plone-folder a:hover { 
        background-image: url(http://www.liverdun.fr/site/folder_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-large-plone-folder { 
        height: 1%;
    }
    #portal-sitemap .contenttype-large-plone-folder a:hover,
    #portlet-navigation-tree .contenttype-large-plone-folder {
        background-image: none;
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portlet-navigation-tree .contenttype-large-plone-folder a,
    #portlet-navigation-tree .contenttype-large-plone-folder a:hover {
        background-image: url(menu_item1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        color: #000000;
    }
    #portlet-navigation-tree .contenttype-large-plone-folder a.navTreeCurrentItem {
        background-image: url(menu_item_current1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        text-decoration:underline;
        
    }
    #portal-sitemap .contenttype-large-plone-folder,
    #portlet-navigation-tree .contenttype-large-plone-folder {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-large-plone-folder a:hover,
    * html #portlet-navigation-tree .contenttype-large-plone-folder a:hover,
    * html #portlet-navigation-tree .contenttype-large-plone-folder a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-large-plone-folder { 
        display: block; 
    }
        .contenttype-link,
    .actionMenu .contenttype-link a:hover { 
        background-image: url(http://www.liverdun.fr/site/link_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-link { 
        height: 1%;
    }
    #portal-sitemap .contenttype-link a:hover,
    #portlet-navigation-tree .contenttype-link {
        background-image: none;
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portlet-navigation-tree .contenttype-link a,
    #portlet-navigation-tree .contenttype-link a:hover {
        background-image: url(menu_item1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        color: #000000;
    }
    #portlet-navigation-tree .contenttype-link a.navTreeCurrentItem {
        background-image: url(menu_item_current1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        text-decoration:underline;
        
    }
    #portal-sitemap .contenttype-link,
    #portlet-navigation-tree .contenttype-link {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-link a:hover,
    * html #portlet-navigation-tree .contenttype-link a:hover,
    * html #portlet-navigation-tree .contenttype-link a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-link { 
        display: block; 
    }
        .contenttype-news-item,
    .actionMenu .contenttype-news-item a:hover { 
        background-image: url(http://www.liverdun.fr/site/newsitem_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-news-item { 
        height: 1%;
    }
    #portal-sitemap .contenttype-news-item a:hover,
    #portlet-navigation-tree .contenttype-news-item {
        background-image: none;
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portlet-navigation-tree .contenttype-news-item a,
    #portlet-navigation-tree .contenttype-news-item a:hover {
        background-image: url(menu_item1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        color: #000000;
    }
    #portlet-navigation-tree .contenttype-news-item a.navTreeCurrentItem {
        background-image: url(menu_item_current1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        text-decoration:underline;
        
    }
    #portal-sitemap .contenttype-news-item,
    #portlet-navigation-tree .contenttype-news-item {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-news-item a:hover,
    * html #portlet-navigation-tree .contenttype-news-item a:hover,
    * html #portlet-navigation-tree .contenttype-news-item a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-news-item { 
        display: block; 
    }
        .contenttype-plone-site,
    .actionMenu .contenttype-plone-site a:hover { 
        background-image: url(http://www.liverdun.fr/site/site_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-plone-site { 
        height: 1%;
    }
    #portal-sitemap .contenttype-plone-site a:hover,
    #portlet-navigation-tree .contenttype-plone-site {
        background-image: none;
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portlet-navigation-tree .contenttype-plone-site a,
    #portlet-navigation-tree .contenttype-plone-site a:hover {
        background-image: url(menu_item1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        color: #000000;
    }
    #portlet-navigation-tree .contenttype-plone-site a.navTreeCurrentItem {
        background-image: url(menu_item_current1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        text-decoration:underline;
        
    }
    #portal-sitemap .contenttype-plone-site,
    #portlet-navigation-tree .contenttype-plone-site {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-plone-site a:hover,
    * html #portlet-navigation-tree .contenttype-plone-site a:hover,
    * html #portlet-navigation-tree .contenttype-plone-site a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-plone-site { 
        display: block; 
    }
        .contenttype-presentationmouvement,
    .actionMenu .contenttype-presentationmouvement a:hover { 
        background-image: url(http://www.liverdun.fr/site/document_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-presentationmouvement { 
        height: 1%;
    }
    #portal-sitemap .contenttype-presentationmouvement a:hover,
    #portlet-navigation-tree .contenttype-presentationmouvement {
        background-image: none;
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portlet-navigation-tree .contenttype-presentationmouvement a,
    #portlet-navigation-tree .contenttype-presentationmouvement a:hover {
        background-image: url(menu_item1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        color: #000000;
    }
    #portlet-navigation-tree .contenttype-presentationmouvement a.navTreeCurrentItem {
        background-image: url(menu_item_current1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        text-decoration:underline;
        
    }
    #portal-sitemap .contenttype-presentationmouvement,
    #portlet-navigation-tree .contenttype-presentationmouvement {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-presentationmouvement a:hover,
    * html #portlet-navigation-tree .contenttype-presentationmouvement a:hover,
    * html #portlet-navigation-tree .contenttype-presentationmouvement a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-presentationmouvement { 
        display: block; 
    }
        .contenttype-presentationmouvement2,
    .actionMenu .contenttype-presentationmouvement2 a:hover { 
        background-image: url(http://www.liverdun.fr/site/document_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-presentationmouvement2 { 
        height: 1%;
    }
    #portal-sitemap .contenttype-presentationmouvement2 a:hover,
    #portlet-navigation-tree .contenttype-presentationmouvement2 {
        background-image: none;
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portlet-navigation-tree .contenttype-presentationmouvement2 a,
    #portlet-navigation-tree .contenttype-presentationmouvement2 a:hover {
        background-image: url(menu_item1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        color: #000000;
    }
    #portlet-navigation-tree .contenttype-presentationmouvement2 a.navTreeCurrentItem {
        background-image: url(menu_item_current1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        text-decoration:underline;
        
    }
    #portal-sitemap .contenttype-presentationmouvement2,
    #portlet-navigation-tree .contenttype-presentationmouvement2 {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-presentationmouvement2 a:hover,
    * html #portlet-navigation-tree .contenttype-presentationmouvement2 a:hover,
    * html #portlet-navigation-tree .contenttype-presentationmouvement2 a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-presentationmouvement2 { 
        display: block; 
    }
        .contenttype-topic,
    .actionMenu .contenttype-topic a:hover { 
        background-image: url(http://www.liverdun.fr/site/topic_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-topic { 
        height: 1%;
    }
    #portal-sitemap .contenttype-topic a:hover,
    #portlet-navigation-tree .contenttype-topic {
        background-image: none;
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portlet-navigation-tree .contenttype-topic a,
    #portlet-navigation-tree .contenttype-topic a:hover {
        background-image: url(menu_item1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        color: #000000;
    }
    #portlet-navigation-tree .contenttype-topic a.navTreeCurrentItem {
        background-image: url(menu_item_current1);
        background-repeat: no-repeat;
        background-position: 0% 3px;
        text-decoration:underline;
        
    }
    #portal-sitemap .contenttype-topic,
    #portlet-navigation-tree .contenttype-topic {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-topic a:hover,
    * html #portlet-navigation-tree .contenttype-topic a:hover,
    * html #portlet-navigation-tree .contenttype-topic a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-topic { 
        display: block; 
    }
  
    .actionicon-plone-sendto { 
        background-image: url(http://www.liverdun.fr/site/mail_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-plone-print { 
        background-image: url(http://www.liverdun.fr/site/print_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-plone-rss { 
        background-image: url(http://www.liverdun.fr/site/rss.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-plone-extedit { 
        background-image: url(http://www.liverdun.fr/site/extedit_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-plone-addtofavorites { 
        background-image: url(http://www.liverdun.fr/site/favorite_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-QuickInstaller { 
        background-image: url(http://www.liverdun.fr/site/product_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-PloneReconfig { 
        background-image: url(http://www.liverdun.fr/site/logoIcon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-UsersGroups { 
        background-image: url(http://www.liverdun.fr/site/group.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-UsersGroups2 { 
        background-image: url(http://www.liverdun.fr/site/group.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-MemberPrefs { 
        background-image: url(http://www.liverdun.fr/site/user.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-MemberPassword { 
        background-image: url(http://www.liverdun.fr/site/lock_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-MailHost { 
        background-image: url(http://www.liverdun.fr/site/mail_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-PortalSkin { 
        background-image: url(http://www.liverdun.fr/site/skins_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-errorLog { 
        background-image: url(http://www.liverdun.fr/site/error_log_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-ZMI { 
        background-image: url(http://www.liverdun.fr/site/zope_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-SearchSettings { 
        background-image: url(http://www.liverdun.fr/site/search_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-NavigationSettings { 
        background-image: url(http://www.liverdun.fr/site/navigation_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-plone-ics { 
        background-image: url(http://www.liverdun.fr/site/icon_export_ical.png) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-plone-vcs { 
        background-image: url(http://www.liverdun.fr/site/icon_export_vcal.png) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-plone-rotate_clockwise { 
        background-image: url(http://www.liverdun.fr/site/icon_rotate_clockwise.png) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-plone-rotate_counter_clockwise { 
        background-image: url(http://www.liverdun.fr/site/icon_rotate_counter_clockwise.png) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-plone-rotate_180 { 
        background-image: url(http://www.liverdun.fr/site/icon_rotate_180.png) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-plone-flip_horizontal { 
        background-image: url(http://www.liverdun.fr/site/icon_flip_horizontal.png) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-plone-flip_vertical { 
        background-image: url(http://www.liverdun.fr/site/icon_flip_vertical.png) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-portal_atct { 
        background-image: url(http://www.liverdun.fr/site/topic_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-plone-full_screen { 
        background-image: url(http://www.liverdun.fr/site/fullscreenexpand_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-kupu { 
        background-image: url(http://www.liverdun.fr/site/kupuimages/kupu_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-PloneLanguageTool { 
        background-image: url(http://www.liverdun.fr/site/flag-plone.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-PloneWeatherForecastConfig { 
        background-image: url(http://www.liverdun.fr/site/plone_weather_forecast_icon.png) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }

/* Extra padding class for the generated icons - we have to do it
   this way because of the IE flicker bug on hovering. */

.visualIconPadding {
    padding-left: 18px;
    margin-left: -1px;
    margin-bottom: 1px;
    min-height: 1.6em;
    height: auto;
    line-height: 1.6em;
}

/* And another IE workaround */

* html .visualIconPadding {
    height: 1.6em;
}

.visualIconReplace {
    background: transparent;
    display: block !important;
    border: 0;
    margin: 0;
    padding: 0 0 0 18px !important;
    overflow: hidden;
    width: 0px !important;
    width /**/: 18px;
}

/*  */

/*--------------member.css */
/*
** Plone style sheet - styles for logged-in users
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** You should preferrably use ploneCustom.css to add your own CSS classes and to
** customize your portal, as these are the base fundaments of Plone, and will
** change and be refined in newer versions. Keeping your changes in
** ploneCustom.css will make it easier to upgrade.
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

/*  (do not remove this :) */
/*  (not this either :) */

/* workflow state colors */

.state-private {
    color: Red !important;
}
.state-visible {
    color: #74AE0B !important;
}
/*.state-published {
    color: #436976 !important;
}*/
.state-published .navTreeCurrentItem {
    color : #FF771F;
    text-decoration : underline;
}

.state-pending {
    color: #FFA500 !important;
}
.state-expired {
    color: #76797c !important;
}
.syndicated {
    color: #008000 !important;
}

/*  */


/*---------portlet.css*/
/*
** Plone style sheet - Portlets
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** You should preferrably use ploneCustom.css to add your own CSS classes and to
** customize your portal, as these are the base fundaments of Plone, and will
** change and be refined in newer versions. Keeping your changes in
** ploneCustom.css will make it easier to upgrade.
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

/*  (do not remove this :) */
/*  (not this either :) */

/* The new portlet CSS - these will be switched to non-qualified classes
   (ie. .portlet, not dl.portlet) once the old portlet layout is removed in
   Plone 2.5. ~limi */

/* Main portlet elements */

dl.portlet {
    margin: 1px 0 1em 0;
    /*border-bottom: 1px solid #FF771F;*/
}

dl.portlet a {
    text-decoration: none;
}

/* XXX: The two below rules should really be in the rule above, but that makes the items grow/shrink on :hover (navtree) - need to investigate how to make it not do that. ~limi, Dec 2005 */
dd.portletItem a,
dd.portletFooter a {
    border-bottom: none;
}
dd.portletItem a:visited,
dd.portletFooter a:visited {
    color: #436976;
}

.portletHeader {
    background-color: #FF771F;
    border: 1px solid #FF771F;
    padding: 0em 3px;
    /*text-transform: lowercase;*/
    font-size : 10pt;
    font-weight: bold;
    line-height: 1.8em;*/
    
}

.portletHeader a {
    color: #FFFFFF;
}

.portletItem {
    margin: 0;
    padding: 3px;
    /*border-left: 1px solid #FF771F;
    border-right: 1px solid #FF771F;*/
    border-bottom: 3px solid #FF771F;
}

.portletItem a {
    display: block;
}

.portletItemSingle {
    
    margin: 0;
    padding: 0.25em 0.25em;
    /*border: 1px solid #FF771F;
    border: 0px;
}
.portletItemDetails {
    /*text-align: right;*/
    display: block;
    color: #000000;
}

dd.portletFooter {
    /*background-color: #FF771F;*/
    margin: 0;
    padding: 0.25em 1em;
    /*border: 1px solid #FF771F;
    border-style: dotted solid none solid;*/
    border: 0px;
    text-align: right;
}


/* Elements that enable layout with rounded corners */

.portletTopLeft {}
.portletTopRight {}
.portletBottomLeft {}
.portletBottomRight {}



/* New navtree styles */

.portletNavigationTree {
    margin: 0 0 0 0; 
    border: 0;
    broder-collapse : collapse;
    background-color : #F8E9DA;
    padding: 0; 
    list-style: none; 
    list-style-image: none; 
    line-height: 1em;
}

.portletNavigationTree  .portletItem {
    /*border-left: 1px solid #FF771F;
    border-right: 1px solid #FF771F;*/
    border-bottom: none;
    background-color : #F8E9DA;
}

.navTree {
    list-style: none; 
    list-style-image: none; 
    margin-top: 1px;
}

.navTree li {
    margin-bottom: 1px;
}

.navTreeItem {
    display: block;
    padding: 0;
    margin: 0;
    color: #000000;
}

.navTreeItem a,
dd.portletItem .navTreeItem a {
    border: 0;
    display: block;
    text-decoration: none;
    padding-top: 0.2em;
    padding-bottom: 0.25em;
    color: #000000;
    font-weight:bold;
}

.navTreeItem a:hover,
dd.portletItem .navTreeItem a:hover {
    /*background-color: #FFD9C1;*/
    color: #000000;
    border: 1px solid #FF771F;
}

.navTreeCurrentItem {
    color: #FF771F;
    font-weight: bold;
    border: 0 !important;
    
}

li.navTreeCurrentItem {
    display: block;
    padding: 0 0 0 1px;
    margin: 0 0 0px 0px;
}

li.navTreeCurrentItem a,
li.navTreeCurrentItem a:hover {
    color: #000000;
    border: 1px solid #FF771F;
    display: block;
    min-height: 1.6em;
    line-height: 1.6em;
    height: auto;
    text-decoration:underline;
}

/* Another workaround for broken Internet Explorer */

* html li.navTreeCurrentItem a,
* html li.navTreeCurrentItem a:hover {
    height: 1.6em;
}


.navTreeLevel0 { margin: 0; 
}
.navTreeLevel1 { margin-left: 1em;
}
.navTreeLevel2 { margin-left: 0.75em; 
}
.navTreeLevel3 { margin-left: 0.75em; 
}
.navTreeLevel4 { margin-left: 0.75em; 
}
.navTreeLevel5 { margin-left: 0.75em; 
}


/*
** Calendar elements - used in the calendar rendering
*/

.dayPopup {
background-color: #ffffe1;
border: 1px solid Black;
padding: 0.2em;
position: absolute;
visibility: hidden;
width: 12em;
z-index: 2;
}
.date {
font-weight: bold;
}

.ploneCalendar {
border: 3px solid #FF771F;
margin: 1px 0 1em 0;
border-collapse: collapse;
width: 100%;
}
.ploneCalendar a {
text-decoration: none;
}
.ploneCalendar a:hover {
text-decoration: none;
}
.ploneCalendar th {
background-color: #FF771F;
font-weight: bold;
text-align: center;
line-height: 1.6em;
color: #FFFFFF;
}
.ploneCalendar td {
background-color: transparent;
width: 1.5em;
text-align: right;
padding: 2px;
color : #FF771F
}
.ploneCalendar .weekdays td {
background-color: #FF771F;
border: 1px solid #FF771F;
border-style: solid none;
text-align: center;
font-weight: bold;
padding: 2px;
color: #FFFFFF;
}
.ploneCalendar .event {
background-color: #CBE1DD;
font-weight: bold;
}
.ploneCalendar .todayevent {
background-color: #CBE1DD;
border: 2px solid #FF771F;
font-weight: bold;
}
.ploneCalendar .todaynoevent {
border-collapse: collapse;
border: 2px solid #F7E3CD;
}
.ploneCalendar #calendar-previous {
background-image: url(http://www.liverdun.fr/site/arrowLeft.gif);
background-repeat: no-repeat;
background-position: 50% 50%;
}
.ploneCalendar #calendar-next {
background-image: url(http://www.liverdun.fr/site/arrowRight.gif);
background-repeat: no-repeat;
background-position: 50% 50%;
}
.ploneCalendar #calendar-previous a,
.ploneCalendar #calendar-next a {
display: block;
text-decoration: none;
overflow: hidden;
border: 0;
margin: 0;
padding: 0;
padding-top: 9px;
height: 0px !important;
height /**/: 9px;
cursor: pointer;
}
.ploneCalendar #calendar-next a {
padding-top: 9px;
height: 0px !important;
height /**/: 9px;
}


/*  */


/*-----public.css----*/
/*
** Plone style sheet - Public-facing Elements
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** You should preferrably use ploneCustom.css to add your own CSS classes and to
** customize your portal, as these are the base fundaments of Plone, and will
** change and be refined in newer versions. Keeping your changes in
** ploneCustom.css will make it easier to upgrade.
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

/*  (do not remove this :) */
/*  (not this either :) */

.documentContent {
    font-size: 110%;
    padding: 1em 1em 2em 1em !important;
    /*background: White;*/
}


/* Links with differently colored link underlines - only for content */

.documentContent p a {
    text-decoration: none;
    border-bottom: 1px #cccccc solid;
}

.documentContent p a:visited {
    color: Purple;
    background-color: transparent;
}

.documentContent p a:active {
    color: Red;
    background-color: transparent;
}

.documentContent li a {
    text-decoration: none;
    border-bottom: 1px #cccccc solid;
}

.documentContent li a:visited {
    color: Purple;
}

.documentContent li a:active {
    color: Red;
}

.documentContent dd a {
    text-decoration: none;
    border-bottom: 1px #cccccc solid;
}

.documentContent dd a:visited {
    color: Purple;
    background-color: transparent;
}

.documentContent dd a:active {
    color: Red;
    background-color: transparent;
}

/* End links */

/* The edit form elements */

.field {
    top: 0;
    left: 0;
    margin: 0 1em 1em 0;
}

.field .field {
    margin: 1em 0 0 0;
}

.fieldRequired {
    background: url(http://www.liverdun.fr/site/required.gif) center left no-repeat;
    padding: 0 0 0 8px;
    color: White;
}

.formHelp {
    font-size: 90%;
    color: #76797c;
    margin: 0 0 0.2em 0;
}

.formHelp:hover {
    color: Black;
    cursor: default;
}

.formControls {
   margin: 1em 0;
}

.error {
    /* Class for error indication in forms */
    background-color: #ffce7b;
    border: 1px solid #ffa500;
    padding: 1em;
    margin: 0 0 1em 0;
    width: 95%;
}

.error .fieldRequired {
   color: #ffce7b;
}

.cpPages {
	background-color : #FFFFFF; }
/*.cpPages li.plain {
	background-color : #F8E9DA;}*/
.cpPages li.plain a {
	background-color : #F8E9DA;
	color : #000000;}
.cpPages li.plain a:hover {
	background-color : #ED732A;
	color : #FFFFFF;}
/*.cpPages li.selected {
	background-color : #ED732A;}*/
.cpPages li.selected a {
	background-color : #ED732A;
	color : #FFFFFF; }

/* End edit form elements */

#visual-portal-wrapper {
    margin: 0 auto 0 auto;
    width: 100%;
    max-width: 1000;
  }

/* Logo properties */

#portal-logo {
    background: url(lmouvement1) no-repeat;
    border: 0;
    margin: 0em 0em 0em 0em;
    padding: 0;
    height : 117px;
}

#portal-logo a {
    display: block;
    text-decoration: none;
    overflow: hidden;
    border: 0;
    margin: 0;
    padding: 0;
    padding-top: 0 px;
    height: 0px !important;
    height /**/: 57px;
    width: 252px;
    cursor: pointer;
}

/* The skin switcher at the top, only shows up if you have multiple skins available */

#portal-skinswitcher {
}

#portal-skinswitcher a {
    display: block;
    float: left;
}

#portal-top {
    /* Top section */
    margin: 0;
    padding: 0;
    background-color: transparent;
}

/* Site-wide action menu - font size, contact, index, sitemap etc */

#portal-siteactions {
    /*background-color: transparent;
    white-space: nowrap;
    list-style-image: none;
    list-style-type: none;
    margin: 1px 0 0 0;
    height: auto;
    line-height: normal;
    float: right;
    padding: 3px 2em 3px 0;*/
display:none;
}

#portal-siteactions li {
    display: inline;
}

#portal-siteactions li a {
    background-color: transparent;
    border: 1px solid White;
    color: #76797c;
    height: auto;
    padding: 0.2em;
    margin-right: 0.2em;
    text-decoration: none;
    text-transform: lowercase;
}

#portal-siteactions li.selected a {
    background-color: #dee7ec;
    color: #436976;
    border: 1px solid #8cacbb;
}

#portal-siteactions li a:hover {
    background-color: #dee7ec;
    color: #436976;
    border: 1px solid #8cacbb;
}

/* Searchbox style and positioning */

#portal-searchbox {
    float: right;
    clear: left;
    background-color: transparent;
    margin: 4em 0 1em 0;
    padding: 0 2em 0 0;
    text-align: left;
    text-transform: lowercase;
    white-space: nowrap;
    z-index: 2;
    /*display: none; */
}

#portal-advanced-search {
    margin-top: 0.2em;
    clear: both;
}

#portal-advanced-search a {
    color: #76797c;
    text-decoration: none;
    text-transform: lowercase;
}

/* LiveSearch styles */

.LSRes {
    font-family:  "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    visibility: visible;
    color: #436976;
    background-color: White;
    vertical-align: middle;
    display:block;
    list-style-image: none;
    list-style-type: none;
    text-align: left;
    min-width: 16.5em;
    text-transform: none;
    margin-left: 0;
    line-height: 1.1em;
}

#LSHighlight {
    background-color: #dee7ec;
    border: 1px solid #8cacbb;
    color: #436976;
}

.LSRow {
    border: 1px solid White;
    white-space: normal;
    padding:0;
    margin: 0;
    list-style-image: none;
    list-style-type: none;
}

.LSRow a {
    text-decoration: none;
    font-weight:bold;
    white-space:nowrap
}

.LSDescr {
    color: #76797c;
    text-transform: lowercase;
    padding-left:2.1em;
    margin-top:-0.1em;
}

.LSResult {
    position:relative;
    display: block;
    text-align:right;
    padding-top: 5px;
    margin: 0;
    left: 3px;
    z-index: 3;
}

.LSShadow {
    position:relative;
    text-align:right;
}

.livesearchContainer {
    background-color: White;
    margin-top: 0;
    padding: 0 !important;
    position: absolute;
    right:0px;
    /* Currently exposes a rendering bug in Mozilla */
    top: -17px;
    white-space: normal;
    font-family:  "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    visibility: visible;
    text-align:left;
    color: #436976;
    background-color: transparent;
    border: 1px solid #8cacbb;
    width:300px;
    text-transform: none;
}

/* Workaround for Internet Explorer's broken z-index implementation */
.LSIEFix {
    background-color: White;
    padding: 0.5em !important;
    z-index: 20;
}

.LSBox {
    clear: left;
    float: left;
    text-align: right;
    padding-right: 1px;
    display:block;
}

#LSNothingFound {
    text-align: center;
    padding: 2px;
}

/* The global section tabs. */

#portal-globalnav {
    background: url(lmouvement2) no-repeat;
    background-color: #000000;
    border-collapse: collapse;
    border: none none none none;
    padding: 0em 0em 0em 330px;
    white-space: nowrap;
    list-style: none;
    margin: 0;
    height: 19;
    line-height: normal;
    font-family: Arial;
    font-size: 10px;
}

#portal-globalnav li {
    display: inline;
    line-height: 15px;
}

#portal-globalnav li a {
    /* The normal, unselected tabs. They are all links */
    background-color: transparent;
    /*border-color: #8cacbb;
    border-width: 1px;
    border-style: solid solid none solid;*/
    color: #FFFFFF;
    height: auto;
    margin-right: 0.2em;
    padding: 0em 0.5em;
    text-decoration: none;
    text-transform: lowercase;
}

#portal-globalnav li.selected a {
    /* The selected tab. There's only one of this */
    background-color: #000000;
    /*border: 1px solid #8cacbb;
    border-bottom: #dee7ec 1px solid;*/
    color: #FFFFFF;
}

#portal-globalnav li a:hover {
    /*background-color: #dee7ec;
    border-color: #8cacbb;
    border-bottom-color: #dee7ec;*/
    color: #ffce7b;
}

#portal-personaltools {
    /* Bar with personalized menu (user preferences, favorites etc) */
    background-color: #FFFFFF;
    background: url(lmouvement3) no-repeat;
    border: 0;
    line-height: 45px;
    color: #FF771F;
    padding: 0em 1em 0em 1em;
    margin: 0;
    text-align: right;
    text-transform: lowercase;
    list-style: none;
    font-family: Arial;
    font-size: 10px;
}

#portal-personaltools .portalUser {
    background: transparent url(http://www.liverdun.fr/site/user.gif) center left no-repeat;
    padding-left: 15px;
}

#portal-personaltools .portalNotLoggedIn {
    /* Used on all descriptions relevant to those not logged in */
    color: Black;
    padding: 0;
    background: transparent;
    background-image: none;
}

#portal-personaltools li {
    color: #FF771F;
    margin-left: 1em;
    display: inline;
}

#portal-personaltools li a {
    text-decoration: none;
    color: #FF771F;
}

#portal-personaltools .visualIconPadding {
    padding-left: 10px;
}

.visualCaseSensitive {
    text-transform: none;
}

#portal-breadcrumbs {
    /* The path bar, including breadcrumbs and add to favorites */
    border: 0px;
    padding-left: 3px;
    padding-right: 3px;
    text-transform: lowercase;
    line-height: 1.6em;
}

#portal-breadcrumbs a {
    text-decoration: none;
}

.breadcrumbSeparator {
    font-size: 120%;
}

.addFavorite {
    vertical-align: bottom;
}

#content {
    padding: 1em 1em 0 1em !important;
    margin: 0em 0em 2em 0em;
}

#content-news h1 {
    margin-bottom: 1em;
}

/* Only h5/h6 headlines in the content area should have the discreet color */

#content h5,
#content h6 {
    color: #76797c;
}

.newsItem {
    margin-bottom: 1em;
    border-bottom: 1px solid #8cacbb;
}

.newsImage {
    border: 1px solid black;
}

.newsImageContainer {
    float:right;
    margin: 0 0 0.5em 1em;
    width: 202px;
}

.newsContent {
    padding: 0 1em 1em 1em;
}

.newsContent ul,
.newsContent li {
    display: block;
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

.newsAbout {
    display: block;
    color: #76797c;
    font-size: 85%;
    padding: 0;
    margin-top: 0;
    list-style: none;
    list-style-image: none;
    float: right;
    text-align: right;
}

.newsAbout li {
    display: inline;
}

.newsFooter {

}

.newsFooter li {
    display: inline;
    margin: 0 1em 0 0;
}

.documentActions {
    float: right;
    margin: 0.4em 0 0 0.5em;
    padding: 0;
    text-align: right;
}

.documentActions ul {
    margin: 1px 0 2px 0;
    padding: 0;
    display: block;
}

.documentActions li {
    display: inline;
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

.documentActions a {
    border: none !important;
    text-decoration: none;
}

/* .system-message and #error-handling are reST error indicators */

.portalMessage,
.system-message,
#error-handling {
    background-color: #ffce7b;
    border: 1px solid #ffa500;
    color: Black;
    font-size: 85%;
    font-weight: bold;
    margin: 1em 0em;
    padding: 0.5em 1em 0.5em 3em;
    vertical-align: middle;
    background-image: url(http://www.liverdun.fr/site/info_icon.gif);
    background-repeat: no-repeat;
    background-position: 5px 50%;
}

.portalMessage a {
    color: Black;
}

.documentDescription {
    /* The summary text describing the document */
    font-weight: bold;
    display: block;
    margin: 0em 0em 0.5em 0em;
    line-height: 1.5em;
}

.documentByLine {
    font-size: 85%;
    font-weight: normal;
    color: #76797c;
    margin: 0em 0em 0.5em 0em;
}

.discussion {
    margin-top: 1em;
}

.even {
    background-color: #F7E3CD;
}

.odd {
    background-color: transparent;
}

.visualHighlight {
    background-color: #eef3f5;
}

.discreet {
    color: #76797c;
    font-size: 85%;
    font-weight: normal;
}

/* Batch selector */

.listingBar {
    background-color: #dee7ec;
    border-color: #8cacbb;
    border-style: solid;
    border-width: 1px;
    padding: 0em 1em;
    text-align: center;
    text-transform: lowercase;
    vertical-align: top;
    margin: 1em 0em;
    font-size: 94%;
    clear: both;
}

.listingBar span.previous,
.listingPrevious {
    text-align: left;
    float: left;
    margin-right: 1em;
}

.listingBar span.next,
.listingNext {
    text-align: right;
    float: right;
    margin-left: 1em;
}

.listingBar img {
    vertical-align: middle;
}

.listingBar a {
    text-decoration: none;
}

.tileItem {
    border-top: 1px solid #8cacbb;
    padding-top: 0.5em;
    margin-top: 0.5em;
}

.tileHeadline {
    border: none;
    font-size: 110%;
    font-weight: bold;
}

.tileHeadline a {
    text-decoration: none;
}

.tileBody {
    margin-bottom: 0.5em;
}

.tileImage {
    float: right;
    margin: 0 0 0.5em 0.5em;
    border: 1px solid black;
}

.eventDetails {
    float: right;
    width: 20em;
    clear: right;
}

/* Useful deviations from regular style on elements */

/* List classes without markers */

ul.visualNoMarker,
ol.visualNoMarker {
    list-style-type: none;
    list-style-image: none;
    margin: 0.5em 0 0 0;
    line-height: 1em;
}

textarea.proportional {
    font: 100% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
}

.productCredits {
    text-align: right;
    font-size: 85%;
    clear: both;
    font-weight: normal;
    color: #76797c;
}

#portal-footer {
    /*background-color: #dee7ec;
    border-top: 1px solid #8cacbb;
    border-bottom: 1px solid #8cacbb;
    float: none;
    line-height: 1.2em;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 0em 1em 0em;
    text-align: center;*/
 display: none;
}

#portal-footer p {
    margin: 0.25em 0;
}

#portal-footer a {
    text-decoration: none;
    color: #436976;
    border: none;
}

#portal-footer a:visited {
    color: #436976;
}

#portal-footer a:hover {
    text-decoration: underline;
}

#portal-colophon {
    float: none;
    margin: 0em 0em 0em 0em;
    padding: 0em 0em 0em 0em;
    text-align: center;
}

#portal-colophon ul,
#portal-colophon ul li,
#portal-colophon ul li a {
    list-style-image: none;
    list-style-type: none;
    display: inline;
    text-decoration: none;
    color: Black;
}

#portal-colophon ul {
    display: table-row;
    list-style-type: none;
}

#portal-colophon ul li {
    display: table-cell;
    font-size: 85%;
    margin: 0 0.25em;
    padding: 0.1em 0.2em;
}

#portal-colophon .colophonWrapper {
    display: table;
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0;
}

#portal-colophon .colophonIcon {
    display: block; /* This is for Mozilla, as it doesn't support
                       inline-block. The colophon icons aren't in
                       one line though. */
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    border: 0;
    margin: 0 auto;
    padding: 0;
    padding-top: 15px;
    height: 0px !important;
    height /**/: 15px;
    width: 80px;
}

#portal-colophon a.colophonIcon {
    cursor: pointer;
}

.feedButton {
    display: block; 
    float: right; 
    margin-top: 1px;
}

.poweredBy {
    display: block;
    clear: both;
    font-size: 85%;
    font-weight: normal;
    color: #76797c;
    text-align: right;
}

/* Sitemap styles */

#portal-sitemap {
    list-style: none;
    list-style-image: none;
    margin: 0;
    font-size: 90%;
    border: none;
}

#portal-sitemap a {
    border: 1px solid White;
}

#portal-sitemap a:hover {
    border: 1px solid #8cacbb;
}

#portal-sitemap .navTreeLevel1 {
    padding-left: 1em;
    border-left: 0.5em solid #8cacbb;
    margin: 0 0 0 0.5em;
}

#portal-sitemap .navTreeLevel2 {
    padding-left: 1em;
    border-left: 0.5em solid #dee7ec;
    margin: 0 0 0 0.6em;
}

/* Accessibility and visual enhancement elements */

.hiddenStructure {
    display: block;
    background: transparent;
    background-image: none; /* safari bug */
    border: none;
    height: 1px;
    overflow: hidden;
    padding: 0;
    margin: -1px 0 0 -1px;
    width: 1px;
}

.contentViews .hiddenStructure,
.contentActions .hiddenStructure {
    position: absolute;
    top: -200px;
    left: -200px;
}

.hiddenLabel {
    display: block;
    background: transparent;
    background-image: none; /* safari bug */
    border: none;
    height: 1px;
    overflow: hidden;
    padding: 0;
    margin: -1px 0 0 -1px;
    width: 1px;
}

/* Link types */

.link-plain {
    background-image: none;
    padding: 0;
}

.link-parent {
    display: block;
    background: transparent url(http://www.liverdun.fr/site/arrowUp.gif) 4px 5px no-repeat;
    padding: 1px 0px 10px 16px;
    font-size: 85%;
    text-decoration: none;
}

.link-user {
    background: transparent url(http://www.liverdun.fr/site/user.gif) 0 1px no-repeat;
    padding: 1px 0px 1px 16px;
}

.link-external {
    background: transparent url(http://www.liverdun.fr/site/link_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}

.link-https {
    background: transparent url(http://www.liverdun.fr/site/lock_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}

.link-mailto {
    background: transparent url(http://www.liverdun.fr/site/mail_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}

.link-news {
    background: transparent url(http://www.liverdun.fr/site/topic_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}

.link-ftp {
    background: transparent url(http://www.liverdun.fr/site/file_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}

.link-irc {
    background: transparent url(http://www.liverdun.fr/site/discussionitem_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}

.link-callto {
    background: transparent url(http://www.liverdun.fr/site/phone_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}

.link-webcal {
    background: transparent url(http://www.liverdun.fr/site/event_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}

.link-feed {
    background: transparent url(http://www.liverdun.fr/site/rss.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 18px;
}

.link-comment {
    background: transparent url(http://www.liverdun.fr/site/discussionitem_icon.gif) center left no-repeat;
    padding: 1px 0px 1px 16px !important; /* value:  */
}

.link-anchor {
    color: #76797c;
    text-decoration: none;
    font-weight: normal;
}

/* For ghosted elements */
.visualGhosted {
    opacity: 0.2;
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
}

/* Fullscreen */

body.fullscreen #portal-logo,
body.fullscreen #portal-siteactions {
    display: none;
}

body.fullscreen #portal-globalnav {
    margin-top: 4em;
}

body.fullscreen #portal-searchbox {
    margin: 0.5em 2em 0 0.5em;
    padding: 0;
    position: relative;
}

/* Kupu image alignment classes */

.image-left {
   float: left;
   clear: both;
   margin: 0.5em 1em 0.5em 0;
   border: 1px solid Black;
}

.image-inline {
   float: none;
}

.image-right {
   float: right;
   clear: both;
   margin: 0.5em;
   border: 1px solid Black;
}

/*  */

