/* Start of CMSMS style sheet '001-Technopieux : Footer-menu' */
/********************
MENU SITEMAP FRANCAIS
*********************/

div#footer-fr_FR .certifications{
padding:0 0 0 108px;
}

div#footer-fr_FR .copyright{
padding:0 0 0 108px;
display:table;
float:none;
color:#2a581f;
font-size:11px;
vertical-align:text-top;
height:50px;
}

html:not([lang*=""]) div#footer-fr_FR .copyright{
padding-top:30px;
margin-top:0px;
}


/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#footer-fr_FR ul {
   margin: 0 ;
   padding: 0 0 0 108px;
   height:174px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   display:table;
}


/* menu list items */
div#footer-fr_FR li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 10px 0 0 ;
   font-weight:bold;
   text-transform:uppercase;
   width:135px;
   display:table;
}

/* the links, that is each list item */
div#footer-fr_FR a {
   padding: 2px 0; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #1a1a1a;
   background: none ;
   display: block; /* IE has problems with this, fixed above */
}


/* hover state for links */
div#footer-fr_FR li a:hover {
   color: #666666;
}
div#footer-fr_FR a.activeparent:hover {
   color: #666666;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#footer-fr_FR li.activeparent a {
}

div#footer-fr_FR h3 {
   padding: .6em 1em .6em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #fff;
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
}

/* menu list items level 2*/
div#footer-fr_FR ul li ul {
   margin: 0;
   padding: 0;
   height:auto;
   display:table;
}

div#footer-fr_FR ul li ul li{
   float:none;
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   font-weight:normal;
   text-transform:none;
}

/********************
MENU SITEMAP ANGLAIS
*********************/

div#footer-en_US .certifications{
padding:0 0 0 108px;
}

div#footer-en_US .copyright{
padding:0 0 0 108px;
display:table;
float:none;
color:#2a581f;
font-size:11px;
vertical-align:text-top;
height:50px;
}

html:not([lang*=""]) div#footer-en_US .copyright{
padding-top:30px;
margin-top:0px;
}
/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#footer-en_US ul {
   margin: 0 ;
   padding: 0 0 0 108px;
   height:174px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   display:table;
}


/* menu list items */
div#footer-en_US li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 10px 0 0 ;
   font-weight:bold;
   text-transform:uppercase;
   width:135px;
}

/* the links, that is each list item */
div#footer-en_US a {
   padding: 2px 0; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #1a1a1a;
   background: none ;
   display: block; /* IE has problems with this, fixed above */
}


/* hover state for links */
div#footer-en_US li a:hover {
   color: #666666;
}
div#footer-en_US a.activeparent:hover {
   color: #666666;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#footer-en_US li.activeparent a {
}

div#footer-en_US h3 {
   padding: .6em 1em .6em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #fff;
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
}

/* menu list items level 2*/
div#footer-en_US ul li ul {
   margin: 0;
   padding: 0;
   height:auto;
   display:table;
}

div#footer-en_US ul li ul li{
   float:none;
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   font-weight:normal;
   text-transform:none;
}

/* End of '001-Technopieux : Footer-menu' */

